diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-01-11 09:27:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-11 09:27:33 -0500 |
| commit | 86efd44390422c35aebd1fe433c02350c261e273 (patch) | |
| tree | 5795f244ffd4b1c4c916a0a423fed502b1600bb5 /ETC.yaml | |
| parent | 3308bda4e79cbf4ed2a708106c9ecf4be0f1f7f8 (diff) | |
| parent | 08b8d7373fa4d112b28d3ab1d929886bc110925e (diff) | |
| download | build_manifests-86efd44390422c35aebd1fe433c02350c261e273.tar.gz | |
Merge pull request #1 from rendinam/manifest_import
Initial commit
Diffstat (limited to 'ETC.yaml')
| -rw-r--r-- | ETC.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ETC.yaml b/ETC.yaml new file mode 100644 index 0000000..cbc3055 --- /dev/null +++ b/ETC.yaml @@ -0,0 +1,24 @@ +# Recipe repository +repository: 'https://github.com/astroconda/astroconda-etc' + +# Publication channel to consult when determining what packages already exist. +channel_URL: 'http://ssb.stsci.edu/astroconda-etc' + +# publication_root path needs to be visible from the slave nodes. +publication_root: '/eng/ssb/websites/ssbpublic/astroconda-etc' +numpy_version: 1.11 +packages: + - beautifulsoup + - d2to1 + - django + - epydoc + - mechanize + - mod-wsgi + - pmw +# - pyetc-thirdparty + - pyfits + - stsci.distutils + - stsci.tools + - urwid + - wsgiref + - yolk |
