diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:28:15 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-27 17:28:15 -0500 |
commit | c91d613adbd292ca660f5a4a6dd29e6f5655d318 (patch) | |
tree | 7245391ffb10d7ed89fa16dddb8f71f897ce1d75 /pyneb | |
parent | 4c88478d921b367f15ebac811ae57b114975f59d (diff) | |
download | cbc-recipes-c91d613adbd292ca660f5a4a6dd29e6f5655d318.tar.gz |
Remove d2to1 as a runtime dep. Build-only.
Diffstat (limited to 'pyneb')
-rw-r--r-- | pyneb/pyneb.ini | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/pyneb/pyneb.ini b/pyneb/pyneb.ini new file mode 100644 index 0000000..6e91048 --- /dev/null +++ b/pyneb/pyneb.ini @@ -0,0 +1,47 @@ +[package] +name : pyneb +version : 1.0.14 + +[about] +home : http://www.iac.es/proyecto/PyNeb/ +license : Unknown +summary : A modern python tool to compute emission line emissivities + +[source] +fn: ${package:name}-${package:version}.tar.gz +url: https://pypi.python.org/packages/source/P/${package:name} + +[build] +number : 0 + +[requirements] +build : + astropy + matplotlib + numpy >=1.5.1 + scipy + setuptools + python + +run : + astropy + matplotlib + numpy >=1.5.1 + scipy + python + +[test] +imports : + pyneb + +commands : + #none + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |