aboutsummaryrefslogtreecommitdiff
path: root/pytools/pytools.ini
blob: 7ed9a8fd566c7cde8cfd37519420a5daec13d9e8 (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
41
42
43
44
45
46
47
48
[package]
name : pytools
version : 2016.1

[about]
home : https://pypi.python.org/${package:name}
license : MIT
summary : A collection of tools for Python

[source]
fn : ${package:name}-${package:version}.tar.gz
url : https://pypi.python.org/packages/source/p/${package:name}/${fn}
md5 : d8af5c5bea24aa4a21881684dcf03b06

[build]
number : 0

[requirements]
build : 
    decorator >=3.2.0
    appdirs >=1.4.0
    six >=1.8.0
    numpy >=1.6.0
    setuptools
    python x.x

run : 
    decorator >=3.2.0
    appdirs >=1.4.0
    six >=1.8.0
    numpy >=1.6.0
    python x.x

[test]
imports : 
    pytools
    
commands : 
    # none

[cbc_build]
linux : 
    python setup.py install || exit 1

windows : 
    python setup.py install
    if errorlevel 1 exit 1