From 23545dc44e9e6ef0102dc8d7c9d0cb7ddb9efb48 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 17 Aug 2017 09:17:27 -0400 Subject: Add ETC third party manifest --- manifests/ETC.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 manifests/ETC.yaml diff --git a/manifests/ETC.yaml b/manifests/ETC.yaml new file mode 100644 index 0000000..cbc3055 --- /dev/null +++ b/manifests/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 -- cgit