diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 12:06:29 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 12:06:29 -0500 |
commit | f937f8c5e138ddb18a3eaa5ce2c06b4e9e982c55 (patch) | |
tree | d6337c478f154a9f5c7828f897a7ab4c6e55d275 | |
parent | 03757fe56c8eef459b5d963846d1e8fcdc1e14c3 (diff) | |
download | astroconda-etc-f937f8c5e138ddb18a3eaa5ce2c06b4e9e982c55.tar.gz |
probably don't need this package anymore
-rw-r--r-- | pandeia-thirdparty/bld.bat | 2 | ||||
-rw-r--r-- | pandeia-thirdparty/build.sh | 6 | ||||
-rw-r--r-- | pandeia-thirdparty/meta.yaml | 73 |
3 files changed, 0 insertions, 81 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 aa32f1b..0000000 --- a/pandeia-thirdparty/meta.yaml +++ /dev/null @@ -1,73 +0,0 @@ -package: - name: pandeia-thirdparty - home: http://stsci.edu - -about: - license: BSD - summary: pandeia-thirdparty meta-package -build: - number: '0' - version: 1.2.1 - -dependencies: - - pip: - - tornado==3.2.2 - -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 - - mysql-python [linux] - - jupyter - - jupyter_client - - notebook - - ipython_genutils - - websocket-client - - 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 - - websocket-client - - numpy x.x - - python x.x |