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 | |
parent | 4c88478d921b367f15ebac811ae57b114975f59d (diff) | |
download | cbc-recipes-c91d613adbd292ca660f5a4a6dd29e6f5655d318.tar.gz |
Remove d2to1 as a runtime dep. Build-only.
-rw-r--r-- | pyneb/pyneb.ini | 47 | ||||
-rw-r--r-- | stsci.convolve/stsci.convolve.ini | 1 | ||||
-rw-r--r-- | stsci.image/stsci.image.ini | 1 | ||||
-rw-r--r-- | stsci.imagemanip/stsci.imagemanip.ini | 1 | ||||
-rw-r--r-- | stsci.imagestats/stsci.imagestats.ini | 1 | ||||
-rw-r--r-- | stsci.ndimage/stsci.ndimage.ini | 1 | ||||
-rw-r--r-- | stsci.numdisplay/stsci.numdisplay.ini | 1 | ||||
-rw-r--r-- | stsci.sphere/stsci.sphere.ini | 1 | ||||
-rw-r--r-- | stsci.sphinxext/stsci.sphinxext.ini | 1 | ||||
-rw-r--r-- | stsci.stimage/stsci.stimage.ini | 1 | ||||
-rw-r--r-- | stsci.tools/stsci.tools.ini | 1 |
11 files changed, 47 insertions, 10 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 + diff --git a/stsci.convolve/stsci.convolve.ini b/stsci.convolve/stsci.convolve.ini index 2f29e76..ed5fb6c 100644 --- a/stsci.convolve/stsci.convolve.ini +++ b/stsci.convolve/stsci.convolve.ini @@ -23,7 +23,6 @@ build: python run: - d2to1 stsci.distutils numpy python diff --git a/stsci.image/stsci.image.ini b/stsci.image/stsci.image.ini index d569b97..e35cba9 100644 --- a/stsci.image/stsci.image.ini +++ b/stsci.image/stsci.image.ini @@ -28,7 +28,6 @@ build: python run: - d2to1 stsci.distutils stsci.tools stsci.convolve diff --git a/stsci.imagemanip/stsci.imagemanip.ini b/stsci.imagemanip/stsci.imagemanip.ini index f03c5bb..6a03c78 100644 --- a/stsci.imagemanip/stsci.imagemanip.ini +++ b/stsci.imagemanip/stsci.imagemanip.ini @@ -28,7 +28,6 @@ build: python run: - d2to1 stsci.distutils stsci.tools stsci.convolve diff --git a/stsci.imagestats/stsci.imagestats.ini b/stsci.imagestats/stsci.imagestats.ini index f1ffd7d..7a51c9b 100644 --- a/stsci.imagestats/stsci.imagestats.ini +++ b/stsci.imagestats/stsci.imagestats.ini @@ -30,7 +30,6 @@ build: python run: - d2to1 stsci.distutils stsci.tools stsci.convolve diff --git a/stsci.ndimage/stsci.ndimage.ini b/stsci.ndimage/stsci.ndimage.ini index e99577d..0e0e73b 100644 --- a/stsci.ndimage/stsci.ndimage.ini +++ b/stsci.ndimage/stsci.ndimage.ini @@ -25,7 +25,6 @@ build: python run: - d2to1 astropy >=1.1 numpy python diff --git a/stsci.numdisplay/stsci.numdisplay.ini b/stsci.numdisplay/stsci.numdisplay.ini index d041255..e66e329 100644 --- a/stsci.numdisplay/stsci.numdisplay.ini +++ b/stsci.numdisplay/stsci.numdisplay.ini @@ -26,7 +26,6 @@ build: python run: - d2to1 stsci.tools astropy >=1.1 numpy diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini index a883f05..844599f 100644 --- a/stsci.sphere/stsci.sphere.ini +++ b/stsci.sphere/stsci.sphere.ini @@ -25,7 +25,6 @@ build: python run: - d2to1 astropy >=1.1 numpy python diff --git a/stsci.sphinxext/stsci.sphinxext.ini b/stsci.sphinxext/stsci.sphinxext.ini index ad54e45..cfa7d68 100644 --- a/stsci.sphinxext/stsci.sphinxext.ini +++ b/stsci.sphinxext/stsci.sphinxext.ini @@ -26,7 +26,6 @@ build: python run: - d2to1 stsci.distutils python diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index f73a22c..8ef5f5d 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -24,7 +24,6 @@ build: python run: - d2to1 stsci.distutils numpy python diff --git a/stsci.tools/stsci.tools.ini b/stsci.tools/stsci.tools.ini index 75bcf84..36690f4 100644 --- a/stsci.tools/stsci.tools.ini +++ b/stsci.tools/stsci.tools.ini @@ -26,7 +26,6 @@ build: python run: - d2to1 stsci.distutils astropy >=1.1 numpy |