summaryrefslogtreecommitdiff
path: root/decorators/meta.yaml
blob: a9439dd7c8e6482914b23184362a7ecde864c74d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{% set name = 'decorators' %}
{% 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/decorators/{{ name }}-{{ version }}.tar.gz