diff options
Diffstat (limited to 'decorator/meta.yaml')
-rw-r--r-- | decorator/meta.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/decorator/meta.yaml b/decorator/meta.yaml new file mode 100644 index 0000000..c5082d5 --- /dev/null +++ b/decorator/meta.yaml @@ -0,0 +1,24 @@ +{% set name = 'decorator' %} +{% set version = '4.0.9' %} +{% set number = '0' %} + +about: + home: https://github.com/micheles/decorator + license: BSD + summary: Better living through Python with decorators +build: + number: {{ number }} +package: + name: {{ name }} + version: {{ version }} +requirements: + build: + - setuptools + - python x.x + run: + - python x.x +source: + fn: {{ name }}-{{ version }}.tar.gz + md5: f12c5651ccd707e12a0abaa4f76cd69a + url: + - https://pypi.python.org/packages/source/d/decorator/{{ name }}-{{ version }}.tar.gz |