diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-03-13 09:24:07 -0400 |
commit | 70889eb035365d6e006b13a80fd9771666bfac5c (patch) | |
tree | dc96d17c75374f67eed356460d80be3cf2dfdcc3 /manifests | |
download | build_control-70889eb035365d6e006b13a80fd9771666bfac5c.tar.gz |
Initial commit
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev.yaml | 88 | ||||
-rw-r--r-- | manifests/etc.yaml | 25 | ||||
-rw-r--r-- | manifests/public.yaml | 87 | ||||
-rw-r--r-- | manifests/test.yaml | 8 |
4 files changed, 208 insertions, 0 deletions
diff --git a/manifests/dev.yaml b/manifests/dev.yaml new file mode 100644 index 0000000..2992391 --- /dev/null +++ b/manifests/dev.yaml @@ -0,0 +1,88 @@ +repository: 'https://github.com/astroconda/astroconda-dev' +numpy_version: 1.11 +packages: + - stsci.tools + - stsci.imagestats + - stsci-data-analysis + - stsci-hst + - stsci + + - verhawk + - acstools + - appdirs + - aprio + - asdf-standard + - asdf + - astroimtools + - astropy + - asv + - calcos + - cfitsio + - costools + - crds + - cube-tools + - d2to1 + - drizzle + - drizzlepac + - ds9 + - fftw + - fitsblender + - ginga + - glueviz + - glue-vispy-viewers + - gwcs + - hstcal + - htc_utils + - imexam + - jplephem + - jwst + - jwst_coronagraph_visibility + - jwst_gtvt + - jwxml + - mosviz + - nictools + - opuscoords +# - pandokia + - photutils + - poppy + - purge_path + - pyds9 + - pyfftw + - pyqtgraph + - pyraf + - pyregion + - pysynphot + - python-daemon + - pytools + - pywcs + - reftools + - relic + - selenium + - shunit2 + - specviz + - specutils + - sphere + - sphinx_rtd_theme + - sphinxcontrib-programoutput + - stginga + - stistools + - stsci.convolve + - stsci.distutils + - stsci.image + - stsci.imagemanip + - stsci.ndimage + - stsci.numdisplay + - stsci.skypac + - stsci.sphere + - stsci.sphinxext + - stsci.stimage + - stwcs + - synphot + - stsynphot + - wcstools + - webbpsf-data + - webbpsf + - wfc3tools + - wfpc2tools + - xpa + diff --git a/manifests/etc.yaml b/manifests/etc.yaml new file mode 100644 index 0000000..7a4cc09 --- /dev/null +++ b/manifests/etc.yaml @@ -0,0 +1,25 @@ +repository: 'https://github.com/astroconda/astroconda-etc' +channels: + - 'http://ssb.stsci.edu/astroconda' +numpy_version: 1.11 +packages: + - pandeia-thirdparty + - pyetc-thirdparty + - ext_shmht + - django + - epydoc + - linecache2 + - mechanize + - parsley + - pmw + - pyfits + - sphinx-bootstrap-theme + - sphinx_rtd_theme + - threading2 + - traceback2 + - urwid + - websocket-client + - ws4py + - wsgiref + - yolk + diff --git a/manifests/public.yaml b/manifests/public.yaml new file mode 100644 index 0000000..c7b7761 --- /dev/null +++ b/manifests/public.yaml @@ -0,0 +1,87 @@ +repository: 'https://github.com/astroconda/astroconda-contrib' +numpy_version: 1.11 +packages: + - stsci.tools + - stsci.imagestats + - stsci-data-analysis + - stsci-hst + - stsci + + - verhawk + - acstools + - appdirs + - aprio + - asdf-standard + - asdf + - astroimtools + - asv + - calcos + - cfitsio + - costools + - crds + - d2to1 + - drizzle + - drizzlepac + - ds9 + - fftw + - fitsblender + - fitsverify + - ginga + - glueviz + - glue-vispy-viewers + - glue-ginga + - gwcs + - hstcal + - htc_utils + - imexam + - jwst_coronagraph_visibility + - jwst_gtvt + - jwxml + - mosviz + - nictools + - opuscoords +# - pandokia + - photutils + - poppy + - purge_path + - pyds9 + - pyfftw + - pyqtgraph + - pyraf + - pyregion + - pysynphot + - python-daemon + - pytools + - pywcs + - reftools + - relic + - selenium + - shunit2 + - specviz + - specutils + - sphere + - sphinx_rtd_theme + - stsci_sphinx_theme + - sphinxcontrib-programoutput + - stginga + - stistools + - stsci.convolve + - stsci.distutils + - stsci.image + - stsci.imagemanip + - stsci.ndimage + - stsci.numdisplay + - stsci.skypac + - stsci.sphere + - stsci.sphinxext + - stsci.stimage + - stwcs + - synphot + - stsynphot + - wcstools + - webbpsf-data + - webbpsf + - wfc3tools + - wfpc2tools + - xpa + diff --git a/manifests/test.yaml b/manifests/test.yaml new file mode 100644 index 0000000..4f0ff2d --- /dev/null +++ b/manifests/test.yaml @@ -0,0 +1,8 @@ +repository: 'https://github.com/rendinam/astroconda-contrib' +numpy_version: 1.11 +packages: + - verhawk +# - costools + - INTENTIONALLY_INVALID +# - acstools + |