summaryrefslogtreecommitdiff
path: root/stsci
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-04-03 00:17:13 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:28 -0400
commit25d4d41850ffeb0ba15f60b4760f9f98e6837b5b (patch)
tree20f01a9e236295d8765852d3a65c8c936903da6a /stsci
parentaacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599 (diff)
downloadastroconda-dev-25d4d41850ffeb0ba15f60b4760f9f98e6837b5b.tar.gz
Move large packages and metapackages into subdirs
Diffstat (limited to 'stsci')
-rw-r--r--stsci/bld.bat2
-rw-r--r--stsci/build.sh2
-rw-r--r--stsci/meta.yaml32
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