From e2174db1dc042d17b3b71804502d45cd4ee57ee6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 3 Apr 2016 00:22:58 -0400 Subject: Moving metapackage --- metapackages/pandeia-thirdparty/bld.bat | 2 + metapackages/pandeia-thirdparty/build.sh | 6 +++ metapackages/pandeia-thirdparty/meta.yaml | 62 +++++++++++++++++++++++++++++++ pandeia-thirdparty/bld.bat | 2 - pandeia-thirdparty/build.sh | 6 --- pandeia-thirdparty/meta.yaml | 62 ------------------------------- 6 files changed, 70 insertions(+), 70 deletions(-) create mode 100644 metapackages/pandeia-thirdparty/bld.bat create mode 100644 metapackages/pandeia-thirdparty/build.sh create mode 100644 metapackages/pandeia-thirdparty/meta.yaml delete mode 100644 pandeia-thirdparty/bld.bat delete mode 100644 pandeia-thirdparty/build.sh delete mode 100644 pandeia-thirdparty/meta.yaml diff --git a/metapackages/pandeia-thirdparty/bld.bat b/metapackages/pandeia-thirdparty/bld.bat new file mode 100644 index 0000000..3aee3d8 --- /dev/null +++ b/metapackages/pandeia-thirdparty/bld.bat @@ -0,0 +1,2 @@ + +echo "meta-package" \ No newline at end of file diff --git a/metapackages/pandeia-thirdparty/build.sh b/metapackages/pandeia-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/metapackages/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/metapackages/pandeia-thirdparty/meta.yaml b/metapackages/pandeia-thirdparty/meta.yaml new file mode 100644 index 0000000..c3dd5c7 --- /dev/null +++ b/metapackages/pandeia-thirdparty/meta.yaml @@ -0,0 +1,62 @@ +{% set name = 'pandeia-thirdparty' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} +{% set number = '0' %} + +about: + home: http://stsci.edu + license: BSD + summary: pandeia-thirdparty meta-package +build: + number: {{ number }} +package: + name: {{ name }} + version: {{ version }} +requirements: + build: + - 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: + - 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 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 c3dd5c7..0000000 --- a/pandeia-thirdparty/meta.yaml +++ /dev/null @@ -1,62 +0,0 @@ -{% set name = 'pandeia-thirdparty' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} -{% set number = '0' %} - -about: - home: http://stsci.edu - license: BSD - summary: pandeia-thirdparty meta-package -build: - number: {{ number }} -package: - name: {{ name }} - version: {{ version }} -requirements: - build: - - 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: - - 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 -- cgit