blob: 863309b561df3689d7c28f350f5148861066bf64 (
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 = '0.1' %}
{% 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: 755857960408500848d1adc9d6495e98
url:
- https://pypi.python.org/packages/source/d/decorators/{{ name }}-{{ version }}.tar.gz
|