diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /stsci-hst | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'stsci-hst')
-rw-r--r-- | stsci-hst/bld.bat | 2 | ||||
-rw-r--r-- | stsci-hst/build.sh | 2 | ||||
-rw-r--r-- | stsci-hst/meta.yaml | 80 |
3 files changed, 84 insertions, 0 deletions
diff --git a/stsci-hst/bld.bat b/stsci-hst/bld.bat new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/stsci-hst/bld.bat @@ -0,0 +1,2 @@ + +echo "meta-package"
\ No newline at end of file diff --git a/stsci-hst/build.sh b/stsci-hst/build.sh new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/stsci-hst/build.sh @@ -0,0 +1,2 @@ + +echo "meta-package"
\ No newline at end of file diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml new file mode 100644 index 0000000..b8fbf95 --- /dev/null +++ b/stsci-hst/meta.yaml @@ -0,0 +1,80 @@ +about: + home: http://www.stsci.edu + license: BSD + summary: stsci-hst meta-package +build: + number: '0' +package: + name: stsci-hst + version: 1.0.0 +requirements: + build: + - purge_path >=0.0.1 + - acstools ==2.0.0 + - astrolib.coords ==0.39.6 + - astropy >=1.1 + - calcos ==3.1.3 + - costools ==1.2.1 + - crds ==0.0.0 + - d2to1 ==0.2.12 + - drizzlepac ==2.1.3 + - fitsblender ==0.2.6 + - hstcal ==1.0.0 + - nictools ==1.1.3 + - pyregion ==1.1.2 + - pysynphot ==0.9.8.2 + - pywcs ==1.12.1 + - reftools ==1.7.1 + - stistools ==1.1 + - stsci.convolve ==2.1.3 + - stsci.distutils ==0.3.8 + - stsci.image ==2.2.0 + - stsci.imagemanip ==1.1.2 + - stsci.imagestats ==1.4.1 + - stsci.ndimage ==0.10.1 + - stsci.numdisplay ==1.6.1 + - stsci.sphinxext ==1.2.2 + - stsci.stimage ==0.2.1 + - stsci.skypac ==0.9 + - stsci.sphere ==0.2 + - stsci.tools ==3.4.1 + - stwcs ==1.2.3 + - wfpc2tools ==1.0.3 + - wfc3tools ==1.3.1 + - numpy x.x + - python x.x + run: + - purge_path >=0.0.1 + - acstools ==2.0.0 + - astrolib.coords ==0.39.6 + - astropy >=1.1 + - calcos ==3.1.3 + - costools ==1.2.1 + - crds ==0.0.0 + - d2to1 ==0.2.12 + - drizzlepac ==2.1.3 + - fitsblender ==0.2.6 + - hstcal ==1.0.0 + - nictools ==1.1.3 + - pyregion ==1.1.2 + - pysynphot ==0.9.8.2 + - pywcs ==1.12.1 + - reftools ==1.7.1 + - stistools ==1.1 + - stsci.convolve ==2.1.3 + - stsci.distutils ==0.3.8 + - stsci.image ==2.2.0 + - stsci.imagemanip ==1.1.2 + - stsci.imagestats ==1.4.1 + - stsci.ndimage ==0.10.1 + - stsci.numdisplay ==1.6.1 + - stsci.sphinxext ==1.2.2 + - stsci.stimage ==0.2.1 + - stsci.skypac ==0.9 + - stsci.sphere ==0.2 + - stsci.tools ==3.4.1 + - stwcs ==1.2.3 + - wfpc2tools ==1.0.3 + - wfc3tools ==1.3.1 + - numpy x.x + - python x.x |