summaryrefslogtreecommitdiff
path: root/metapackages/pandeia-thirdparty/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'metapackages/pandeia-thirdparty/meta.yaml')
-rw-r--r--metapackages/pandeia-thirdparty/meta.yaml62
1 files changed, 62 insertions, 0 deletions
diff --git a/metapackages/pandeia-thirdparty/meta.yaml b/metapackages/pandeia-thirdparty/meta.yaml
new file mode 100644
index 0000000..c3dd5c7
--- /dev/null
+++ b/metapackages/pandeia-thirdparty/meta.yaml
@@ -0,0 +1,62 @@
+{% set name = 'pandeia-thirdparty' %}
+{% 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: pandeia-thirdparty meta-package
+build:
+ number: {{ number }}
+package:
+ name: {{ name }}
+ version: {{ version }}
+requirements:
+ build:
+ - astropy >=1.1
+ - 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
+ run:
+ - astropy >=1.1
+ - 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