summaryrefslogtreecommitdiff
path: root/stsci-hst
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2017-01-05 12:48:57 -0500
committerGitHub <noreply@github.com>2017-01-05 12:48:57 -0500
commit629f1d1d14cabed639dd2908195ef06ed02c34fa (patch)
tree82487c93fbafab6fc41716b8b727684f59b96da7 /stsci-hst
parenta96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff)
parentae39975e0ebd1c31d15c47f396a0ae4521715ab3 (diff)
downloadastroconda-contrib-629f1d1d14cabed639dd2908195ef06ed02c34fa.tar.gz
Merge pull request #119 from jhunkeler/overhaul
Overhaul package recipes
Diffstat (limited to 'stsci-hst')
-rw-r--r--stsci-hst/meta.yaml19
1 files changed, 13 insertions, 6 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml
index 13f5235..9c48d0f 100644
--- a/stsci-hst/meta.yaml
+++ b/stsci-hst/meta.yaml
@@ -1,12 +1,19 @@
+{% name = 'stsci-hst' %}
+{% version = '2.0.0' %}
+{% number = '0' %}
+
about:
- home: http://www.stsci.edu
+ home: http://ssb.stsci.edu
license: BSD
summary: stsci-hst meta-package
+
build:
- number: '0'
+ number: {{ number }}
+
package:
- name: stsci-hst
- version: 1.0.4
+ name: {{ name }}
+ version: {{ version }}
+
requirements:
build:
- purge_path >=1.0.0
@@ -39,7 +46,7 @@ requirements:
- stwcs >=1.2.3
- wfpc2tools >=1.0.3
- wfc3tools >=1.3.1
- - numpy x.x
+ - numpy
- python x.x
run:
- purge_path >=1.0.0
@@ -72,5 +79,5 @@ requirements:
- stwcs >=1.2.3
- wfpc2tools >=1.0.3
- wfc3tools >=1.3.1
- - numpy x.x
+ - numpy
- python x.x