diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-03 00:22:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:29 -0400 |
commit | e2174db1dc042d17b3b71804502d45cd4ee57ee6 (patch) | |
tree | b02beb9fd42222f370c440898c3cd5af908717c5 /pandeia-thirdparty/meta.yaml | |
parent | de099b6ee015d6ab9930d615c948c0b78629c902 (diff) | |
download | astroconda-dev-e2174db1dc042d17b3b71804502d45cd4ee57ee6.tar.gz |
Moving metapackage
Diffstat (limited to 'pandeia-thirdparty/meta.yaml')
-rw-r--r-- | pandeia-thirdparty/meta.yaml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml deleted file mode 100644 index c3dd5c7..0000000 --- a/pandeia-thirdparty/meta.yaml +++ /dev/null @@ -1,62 +0,0 @@ -{% 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 |