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.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/stsci-jwst/meta.yaml b/stsci-jwst/meta.yaml
deleted file mode 100644
index 0da0ca0..0000000
--- a/stsci-jwst/meta.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-{% set name = 'stsci-jwst' %}
-{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
- +".dev"
- +environ.get("GIT_DESCRIBE_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
- - python x.x
- run:
- - jwst
- - numpy
- - python x.x