Skip to content

Commit

Permalink
recipes: Add pylint-celery.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Aug 22, 2016
1 parent c4dc021 commit 0bfc98a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/pylint-celery/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% 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
- pylint >=1.0
- astroid >=1.0
- pylint-plugin-utils >=0.2.1

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 0bfc98a

Please sign in to comment.