From b6a3f2102b313d94e41876f8f4839e1afb6077fd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 19 Oct 2016 16:26:16 -0400 Subject: Initial commit of pyetc-thirdparty --- pyetc-thirdparty/bld.bat | 2 ++ pyetc-thirdparty/build.sh | 6 ++++++ pyetc-thirdparty/meta.yaml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 pyetc-thirdparty/bld.bat create mode 100644 pyetc-thirdparty/build.sh create mode 100644 pyetc-thirdparty/meta.yaml diff --git a/pyetc-thirdparty/bld.bat b/pyetc-thirdparty/bld.bat new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/pyetc-thirdparty/bld.bat @@ -0,0 +1,2 @@ + +echo "meta-package" \ No newline at end of file diff --git a/pyetc-thirdparty/build.sh b/pyetc-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/pyetc-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/pyetc-thirdparty/meta.yaml b/pyetc-thirdparty/meta.yaml new file mode 100644 index 0000000..3a35a66 --- /dev/null +++ b/pyetc-thirdparty/meta.yaml @@ -0,0 +1,32 @@ +about: + home: http://stsci.edu + license: BSD + summary: pyetc-thirdparty meta-package +build: + number: '0' +package: + name: pyetc-thirdparty + version: 1.0.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 -- cgit