aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2015-12-18 00:18:50 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2015-12-18 00:18:50 -0500
commitc07d7717cdb17c1cb3974e99a278019a4a6190f1 (patch)
tree76ab6ccd95d58008f6568ea88878f59981df59f2
parent44e70f94d5bce4ee07faebbf023df05dd67fcad1 (diff)
downloadcbc-recipes-c07d7717cdb17c1cb3974e99a278019a4a6190f1.tar.gz
Be more explicit
-rw-r--r--stsci/stsci.ini19
1 files changed, 11 insertions, 8 deletions
diff --git a/stsci/stsci.ini b/stsci/stsci.ini
index 7573109..f4acf5c 100644
--- a/stsci/stsci.ini
+++ b/stsci/stsci.ini
@@ -1,6 +1,6 @@
[package]
name : stsci
-version : 1.6
+version : 1.7
[about]
home : http://stsci.edu
@@ -12,19 +12,24 @@ summary : ${package:name} meta-package
#url : ${about:home}/${fn}
[build]
-number : 0
+number : 1
[requirements]
build :
${requirements:run}
run :
- #STScI Python (aka HST)
#This will pull in major packages (including crds)
- stsci-hst
+ #In the future, this package will only provide only
+ #consolidated meta-packages... Slowly but surely!
+
+
+ #STScI Python (aka HST)
+ stsci-hst [py27 or py3k]
+
+ #STScI Data Analysis tools
+ stsci-data-analysis [py27 or py3k]
#STScI
- asdf-standard [py3k]
- asdf-standard [py27]
astropy [py3k]
astropy [py27]
cfitsio
@@ -42,8 +47,6 @@ run :
poppy [py27]
purge_path [py3k]
purge_path [py27]
- pyasdf [py3k]
- pyasdf [py27]
pyfftw [py3k]
pyfftw [py27]
webbpsf [py3k]