diff options
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 | 48 | 
3 files changed, 0 insertions, 52 deletions
diff --git a/stsci-hst/bld.bat b/stsci-hst/bld.bat deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci-hst/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci-hst/build.sh b/stsci-hst/build.sh deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci-hst/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml deleted file mode 100644 index c986547..0000000 --- a/stsci-hst/meta.yaml +++ /dev/null @@ -1,48 +0,0 @@ -{% set name = 'stsci-hst' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} -{% set number = '0' %} - -about: -    home: http://www.stsci.edu -    license: BSD -    summary: stsci-hst meta-package -build: -    number: {{ number }} -package: -    name: {{ name }} -    version: {{ version }} -requirements: -    run: -    - relic -    - purge_path -    - acstools -    - astrolib.coords -    - astropy >=1.1 -    - calcos -    - costools -    - crds -    - drizzlepac -    - fitsblender -    - hstcal -    - nictools -    - pyregion -    - pysynphot -    - pywcs -    - reftools -    - stistools -    - stsci.convolve -    - stsci.image -    - stsci.imagemanip -    - stsci.imagestats -    - stsci.ndimage -    - stsci.numdisplay -    - stsci.sphinxext -    - stsci.stimage -    - stsci.skypac -    - stsci.sphere -    - stsci.tools -    - stwcs -    - wfpc2tools -    - wfc3tools -    - numpy x.x -    - python x.x  | 
