summaryrefslogtreecommitdiff
path: root/stsci-data-analysis
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-data-analysis
parentaacc9ee0d6b4b02d95a7f725d598a6a8a6d0c599 (diff)
downloadastroconda-dev-25d4d41850ffeb0ba15f60b4760f9f98e6837b5b.tar.gz
Move large packages and metapackages into subdirs
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r--stsci-data-analysis/bld.bat2
-rw-r--r--stsci-data-analysis/build.sh2
-rw-r--r--stsci-data-analysis/meta.yaml24
3 files changed, 0 insertions, 28 deletions
diff --git a/stsci-data-analysis/bld.bat b/stsci-data-analysis/bld.bat
deleted file mode 100644
index 3aee3d8..0000000
--- a/stsci-data-analysis/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-
-echo "meta-package" \ No newline at end of file
diff --git a/stsci-data-analysis/build.sh b/stsci-data-analysis/build.sh
deleted file mode 100644
index 3aee3d8..0000000
--- a/stsci-data-analysis/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-
-echo "meta-package" \ No newline at end of file
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml
deleted file mode 100644
index a84b85d..0000000
--- a/stsci-data-analysis/meta.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-{% set name = 'stsci-data-analysis' %}
-{% 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-data-analysis meta-package
-build:
- number: {{ number }}
-package:
- name: {{ name }}
- version: {{ version }}
-requirements:
- run:
- - astropy >=1.1
- - specview
- - astroimtools
- - cube-tools
- - stginga
- - asv
- - asdf
- - numpy x.x
- - python x.x