diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 19:23:31 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 19:23:31 -0400 |
commit | 02da077088432193bb22a5f14e43c5690886ea67 (patch) | |
tree | 24995f10fd3f61b0f35410934ef74125a70a19a4 | |
parent | 43dcea5dc04c351cab4b78b9d7adf7e351b4e9d8 (diff) | |
download | astroconda-etc-02da077088432193bb22a5f14e43c5690886ea67.tar.gz |
Update pandeia-thirdparty
-rw-r--r-- | pandeia-thirdparty/bld.bat | 2 | ||||
-rw-r--r-- | pandeia-thirdparty/build.sh | 6 | ||||
-rw-r--r-- | pandeia-thirdparty/meta.yaml | 66 |
3 files changed, 74 insertions, 0 deletions
diff --git a/pandeia-thirdparty/bld.bat b/pandeia-thirdparty/bld.bat new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/pandeia-thirdparty/bld.bat @@ -0,0 +1,2 @@ + +echo "meta-package"
\ No newline at end of file diff --git a/pandeia-thirdparty/build.sh b/pandeia-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/pandeia-thirdparty/build.sh @@ -0,0 +1,6 @@ + +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/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml new file mode 100644 index 0000000..5439d73 --- /dev/null +++ b/pandeia-thirdparty/meta.yaml @@ -0,0 +1,66 @@ +about: + home: http://stsci.edu + license: BSD + summary: pandeia-thirdparty meta-package +build: + number: '0' +package: + name: pandeia-thirdparty + version: 1.2.0 +requirements: + build: + - d2to1 + - astropy >=1.1 + - pandokia + - yolk + - parsley + - sphinx_rtd_theme + - sphinx-bootstrap-theme + - sphinxcontrib-programoutput + - linecache2 + - threading2 ==0.2.1 + - ws4py + - ext_shmht + - mechanize + - pysynphot + - ginga + - photutils + - fftw + - pyfftw + - selenium >=2.44.0 + - tornado ==3.2.2 + - mysql-python [linux] + - jupyter + - jupyter_client + - notebook + - ipython_genutils + - numpy x.x + - python x.x + run: + - d2to1 + - astropy >=1.1 + - pandokia + - yolk + - parsley + - sphinx_rtd_theme + - sphinx-bootstrap-theme + - sphinxcontrib-programoutput + - linecache2 + - threading2 ==0.2.1 + - ws4py + - ext_shmht + - mechanize + - pysynphot + - ginga + - photutils + - fftw + - pyfftw + - selenium >=2.44.0 + - tornado ==3.2.2 + - mysql-python [linux] + - jupyter + - jupyter_client + - notebook + - ipython_genutils + - numpy x.x + - python x.x |