Skip to content

Commit

Permalink
Merge pull request #1229 from jakirkham/add_pylint-celery
Browse files Browse the repository at this point in the history
Add pylint-celery
  • Loading branch information
jakirkham authored Aug 24, 2016
2 parents e0f1d4e + e116807 commit d33e15b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/pylint-celery/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "pylint-celery" %}
{% set version = "0.3" %}
{% set sha256 = "41e32094e7408d15c044178ea828dd524beedbdbe6f83f712c5e35bde1de4beb" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools

run:
- python
- pylint >=1.0
- astroid >=1.0
- pylint-plugin-utils >=0.2.1

test:
imports:
- pylint_celery

about:
home: https://github.com/landscapeio/pylint-celery
license: GPL 2
summary: 'pylint-celery is a Pylint plugin to aid Pylint in recognising and understandingerrors caused when using the Celery library'

extra:
recipe-maintainers:
- jakirkham

0 comments on commit d33e15b

Please sign in to comment.