aboutsummaryrefslogtreecommitdiff
path: root/pyneb/pyneb.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-27 17:28:15 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-27 17:28:15 -0500
commitc91d613adbd292ca660f5a4a6dd29e6f5655d318 (patch)
tree7245391ffb10d7ed89fa16dddb8f71f897ce1d75 /pyneb/pyneb.ini
parent4c88478d921b367f15ebac811ae57b114975f59d (diff)
downloadcbc-recipes-c91d613adbd292ca660f5a4a6dd29e6f5655d318.tar.gz
Remove d2to1 as a runtime dep. Build-only.
Diffstat (limited to 'pyneb/pyneb.ini')
-rw-r--r--pyneb/pyneb.ini47
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
+