diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:44:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 34308129ce3330bf18b65464026e854bc9499956 (patch) | |
tree | 75a6fb6428504ef7f31b1d4e82c7209a1aba2018 /pandeia-thirdparty | |
parent | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (diff) | |
download | astroconda-contrib-34308129ce3330bf18b65464026e854bc9499956.tar.gz |
Remove unused packages
Diffstat (limited to '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 | 63 |
3 files changed, 0 insertions, 71 deletions
diff --git a/pandeia-thirdparty/bld.bat b/pandeia-thirdparty/bld.bat deleted file mode 100644 index 3aee3d8..0000000 --- a/pandeia-thirdparty/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/pandeia-thirdparty/build.sh b/pandeia-thirdparty/build.sh deleted file mode 100644 index ad736d3..0000000 --- a/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/pandeia-thirdparty/meta.yaml b/pandeia-thirdparty/meta.yaml deleted file mode 100644 index 52dc5ac..0000000 --- a/pandeia-thirdparty/meta.yaml +++ /dev/null @@ -1,63 +0,0 @@ -about: - home: http://stsci.edu - license: BSD - summary: pandeia-thirdparty meta-package - -build: - number: '0' - -package: - name: pandeia-thirdparty - version: 1.1.4 - -requirements: - build: - - d2to1 - - 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: - - d2to1 - - 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 |