blob: ad7fddab480ef8aa3ab655278fc215a35fc36049 (
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
25
26
27
28
|
{% set name = 'decorators' %}
{% set version = '0.1' %}
{% set number = '1' %}
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 {{ python }}
run:
- python
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: 755857960408500848d1adc9d6495e98
url: https://pypi.python.org/packages/source/d/decorators/{{ name }}-{{ version }}.tar.gz
|