blob: 5cd6b43360dd3f9850a5576b3cbfc904bac969bc (
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
29
30
31
32
33
34
35
36
37
38
39
40
|
{% set name = 'pytools' %}
{% set version = '2016.1' %}
{% set number = '1' %}
about:
home: https://pypi.python.org/{{ name }}
license: MIT
summary: A collection of tools for Python
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- decorator >=3.2.0
- appdirs >=1.4.0
- six >=1.8.0
- setuptools
- numpy
- python x.x
run:
- decorator >=3.2.0
- appdirs >=1.4.0
- six >=1.8.0
- numpy
- python x.x
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: d8af5c5bea24aa4a21881684dcf03b06
url:
- https://pypi.python.org/packages/source/p/{{ name }}/{{ name }}-{{ version }}.tar.gz
test:
imports:
- pytools
|