blob: c5082d577adcdd05c2e8318ee4a925b4531cf58d (
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 = '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
|