diff options
Diffstat (limited to 'stsci')
| -rw-r--r-- | stsci/bld.bat | 2 | ||||
| -rw-r--r-- | stsci/build.sh | 2 | ||||
| -rw-r--r-- | stsci/meta.yaml | 32 | 
3 files changed, 0 insertions, 36 deletions
diff --git a/stsci/bld.bat b/stsci/bld.bat deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci/build.sh b/stsci/build.sh deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci/meta.yaml b/stsci/meta.yaml deleted file mode 100644 index f5a3626..0000000 --- a/stsci/meta.yaml +++ /dev/null @@ -1,32 +0,0 @@ -{% set name = 'stsci' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} -{% set number = '0' %} - -about: -    home: http://stsci.edu -    license: BSD -    summary: stsci meta-package -build: -    number: {{ number }} -package: -    name: {{ name }} -    version: {{ version }} -requirements: -    run: -    - stsci-hst -    - stsci-data-analysis -    - astropy >=1.1 -    - cfitsio -    - ds9 -    - fftw -    - htc_utils -    - imexam -    - photutils -    - poppy -    - purge_path -    - pyds9 -    - pyfftw -    - webbpsf -    - webbpsf-data -    - numpy x.x -    - python x.x  | 
