File tree 3 files changed +38
-0
lines changed
conda/dynamicisttoolkit-0.5.0
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ " %PYTHON% " setup.py install
2
+ if errorlevel 1 exit 1
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ $PYTHON setup.py install
Original file line number Diff line number Diff line change
1
+ package :
2
+ name : dynamicisttoolkit
3
+ version : " 0.5.0"
4
+
5
+ source :
6
+ fn : DynamicistToolKit-0.5.0.tar.gz
7
+ url : https://pypi.python.org/packages/1e/ed/2be1322f723ef11f959581c7082100dd18b8b82107eca151a3730636290a/DynamicistToolKit-0.5.0.tar.gz
8
+ md5 : 4f4e1ef78c8560fb4e1be586b91df835
9
+
10
+ requirements :
11
+ build :
12
+ - python
13
+ - setuptools
14
+ - numpy >=1.6.0
15
+ - scipy >=0.9.0
16
+ - matplotlib >=1.1.0
17
+
18
+ run :
19
+ - python
20
+ - numpy >=1.6.0
21
+ - scipy >=0.9.0
22
+ - matplotlib >=1.1.0
23
+
24
+ test :
25
+ # Python imports
26
+ imports :
27
+ - dtk
28
+ - dtk.test
29
+
30
+ about :
31
+ home : http://github.com/moorepants/DynamicistToolKit
32
+ license : UNLICENSE.txt
33
+ summary : ' Various tools for theoretical and experimental dynamics.'
You can’t perform that action at this time.
0 commit comments