summaryrefslogtreecommitdiff
path: root/stsci-jwst/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsci-jwst/meta.yaml')
-rw-r--r--stsci-jwst/meta.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/stsci-jwst/meta.yaml b/stsci-jwst/meta.yaml
index e59a9e4..0da0ca0 100644
--- a/stsci-jwst/meta.yaml
+++ b/stsci-jwst/meta.yaml
@@ -2,23 +2,26 @@
{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+".dev"
+environ.get("GIT_DESCRIBE_NUMBER", "0") %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: http://www.stsci.edu
license: BSD
summary: stsci-jwst meta-package
+
build:
number: {{ number }}
+
package:
name: {{ name }}
version: {{ version }}
+
requirements:
build:
- jwst
- - numpy x.x
+ - numpy
- python x.x
run:
- jwst
- - numpy x.x
+ - numpy
- python x.x