diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-03 14:59:33 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-09-03 14:59:33 -0400 |
commit | 4314286891e371254f1983cfbad57e15346ba355 (patch) | |
tree | 01d83fa305388ae1617899dad1ded6220bd1570f /stsci | |
parent | c1b93888225afc06b73209846d0bdc05a6352433 (diff) | |
download | cbc-recipes-4314286891e371254f1983cfbad57e15346ba355.tar.gz |
Remove bad metapackages
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/stsci_np19py27.ini | 86 | ||||
-rw-r--r-- | stsci/stsci_np19py34.ini | 86 |
2 files changed, 0 insertions, 172 deletions
diff --git a/stsci/stsci_np19py27.ini b/stsci/stsci_np19py27.ini deleted file mode 100644 index 20cfb1c..0000000 --- a/stsci/stsci_np19py27.ini +++ /dev/null @@ -1,86 +0,0 @@ -[package] -name : stsci -version : 0.1 - -[about] -home : http://stsci.edu -license : BSD -summary : ${package:name} meta-package - -[source] -#fn : ${package:name}-${package:version}.tar.gz -#url : ${about:home}/${fn} - -[build] -number : 0 - -[requirements] -build : - #${requirements:run} -run : - #STScI - acstools - asdf-standard - astrolib.coords - astropy - astropy-helpers - calcos - cfitsio - d2to1 - drizzle [py27] - ds9 - fftw - fitsblender - hstcal - htc_utils - imexam - nictools - photutils - poppy - purge_path - pyasdf - pydrizzle - pyfftw - pyfits - #pyqtgraph #issues with building - pysynphot [py27] - pywcs - reftools [py27] - stistools - stsci.convolve - stsci.distutils - stsci.image - stsci.imagemanip - stsci.imagestats - stsci.ndimage - stsci.sphinxext - stsci.stimage - stsci.tools - stwcs - - webbpsf - wfpc2tools - wfc3tools - - - #3rd-party - atlas-generic - sextractor-generic - - #Standard - anaconda - python ==2.7 - numpy ==1.9 - -[test] -imports : - -commands : - - -[cbc_build] -linux : - echo "meta-package" - -windows : - echo "meta-package" diff --git a/stsci/stsci_np19py34.ini b/stsci/stsci_np19py34.ini deleted file mode 100644 index a097797..0000000 --- a/stsci/stsci_np19py34.ini +++ /dev/null @@ -1,86 +0,0 @@ -[package] -name : stsci -version : 0.1 - -[about] -home : http://stsci.edu -license : BSD -summary : ${package:name} meta-package - -[source] -#fn : ${package:name}-${package:version}.tar.gz -#url : ${about:home}/${fn} - -[build] -number : 0 - -[requirements] -build : - #${requirements:run} -run : - #STScI - acstools - asdf-standard - astrolib.coords - astropy - astropy-helpers - calcos - cfitsio - d2to1 - drizzle [py27] - ds9 - fftw - fitsblender - hstcal - htc_utils - imexam - nictools - photutils - poppy - purge_path - pyasdf - pydrizzle - pyfftw - pyfits - #pyqtgraph #issues with building - pysynphot [py27] - pywcs - reftools [py27] - stistools - stsci.convolve - stsci.distutils - stsci.image - stsci.imagemanip - stsci.imagestats - stsci.ndimage - stsci.sphinxext - stsci.stimage - stsci.tools - stwcs - - webbpsf - wfpc2tools - wfc3tools - - - #3rd-party - atlas-generic - sextractor-generic - - #Standard - anaconda - python ==3.4 - numpy ==1.9 - -[test] -imports : - -commands : - - -[cbc_build] -linux : - echo "meta-package" - -windows : - echo "meta-package" |