diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 07:49:25 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 07:49:25 -0500 |
commit | a05e8b3a751c3bb9847c9574c8e3f404fe0fb808 (patch) | |
tree | ab091a81beb3791fdcfd50ee2b23aac354976a64 | |
parent | 5412aead548dbd8508a11a97cfa5a61fd93752c8 (diff) | |
download | astroconda-etc-a05e8b3a751c3bb9847c9574c8e3f404fe0fb808.tar.gz |
removed pyetc-thirdparty because its managed my another repo
-rw-r--r-- | pyetc-thirdparty/bld.bat | 2 | ||||
-rw-r--r-- | pyetc-thirdparty/build.sh | 6 | ||||
-rw-r--r-- | pyetc-thirdparty/meta.yaml | 35 |
3 files changed, 0 insertions, 43 deletions
diff --git a/pyetc-thirdparty/bld.bat b/pyetc-thirdparty/bld.bat deleted file mode 100644 index 3aee3d8..0000000 --- a/pyetc-thirdparty/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/pyetc-thirdparty/build.sh b/pyetc-thirdparty/build.sh deleted file mode 100644 index ad736d3..0000000 --- a/pyetc-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/pyetc-thirdparty/meta.yaml b/pyetc-thirdparty/meta.yaml deleted file mode 100644 index 7740f6a..0000000 --- a/pyetc-thirdparty/meta.yaml +++ /dev/null @@ -1,35 +0,0 @@ -package: - name: pyetc-thirdparty - version: 1.0.0 - -about: - home: http://stsci.edu - license: BSD - summary: pyetc-thirdparty meta-package - -build: - number: 0 - -requirements: - build: - - django ==1.8.14 - - pmw <=1.3.3 - - epydoc <=3.0.1 - - mechanize <=0.2.5 - - pyfits <=3.4.0 - - urwid <=1.3.1 - - wsgiref <=0.1.2 - - yolk <=0.4.3 - - numpy x.x - - python x.x - run: - - django ==1.8.14 - - pmw <=1.3.3 - - epydoc <=3.0.1 - - mechanize <=0.2.5 - - pyfits <=3.4.0 - - urwid <=1.3.1 - - wsgiref <=0.1.2 - - yolk <=0.4.3 - - numpy x.x - - python x.x |