summaryrefslogtreecommitdiff
path: root/metapackages/pandeia-thirdparty
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:41 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:41 -0400
commit828b29c7dfee6762e0164dee5bcae86fc790b4a4 (patch)
tree53288e3ebd046f4e0bece7b51ca58adabe37812f /metapackages/pandeia-thirdparty
parentc2c49d7c60f99d8da9d105cddb94a90ccb662663 (diff)
downloadastroconda-dev-828b29c7dfee6762e0164dee5bcae86fc790b4a4.tar.gz
Move metapackages back into top-level
Diffstat (limited to 'metapackages/pandeia-thirdparty')
-rw-r--r--metapackages/pandeia-thirdparty/bld.bat2
-rw-r--r--metapackages/pandeia-thirdparty/build.sh6
-rw-r--r--metapackages/pandeia-thirdparty/meta.yaml40
3 files changed, 0 insertions, 48 deletions
diff --git a/metapackages/pandeia-thirdparty/bld.bat b/metapackages/pandeia-thirdparty/bld.bat
deleted file mode 100644
index 3aee3d8..0000000
--- a/metapackages/pandeia-thirdparty/bld.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-
-echo "meta-package" \ No newline at end of file
diff --git a/metapackages/pandeia-thirdparty/build.sh b/metapackages/pandeia-thirdparty/build.sh
deleted file mode 100644
index ad736d3..0000000
--- a/metapackages/pandeia-thirdparty/build.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-
-if [[ $PY3K != 0 ]]; then
-echo "Pandeia does not support Python 3k, sorry."
-exit 255
-fi
-echo "meta-package" \ No newline at end of file
diff --git a/metapackages/pandeia-thirdparty/meta.yaml b/metapackages/pandeia-thirdparty/meta.yaml
deleted file mode 100644
index cd035e4..0000000
--- a/metapackages/pandeia-thirdparty/meta.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-{% set name = 'pandeia-thirdparty' %}
-{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
- +".dev"
- +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
-{% set number = '0' %}
-
-about:
- home: http://stsci.edu
- license: BSD
- summary: pandeia-thirdparty meta-package
-build:
- number: {{ number }}
-package:
- name: {{ name }}
- version: {{ version }}
-requirements:
- run:
- - astropy
- - pandokia
- - yolk
- - parsley
- - sphinx_rtd_theme
- - sphinxcontrib-programoutput
- - threading2 ==0.2.1
- - ws4py
- - ext_shmht
- - traceback2
- - mechanize
- - pysynphot
- - ginga
- - photutils
- - fftw
- - pyfftw
- - selenium >=2.44.0
- - tornado ==3.2.2
- - mysql-python [linux]
- - jupyter
- - jupyter_client
- - ipython-notebook
- - python x.x