summaryrefslogtreecommitdiff
path: root/stsci.convolve/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.convolve/meta.yaml')
-rw-r--r--stsci.convolve/meta.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml
index 89c6798..1a80505 100644
--- a/stsci.convolve/meta.yaml
+++ b/stsci.convolve/meta.yaml
@@ -1,6 +1,9 @@
{% set name = 'stsci.convolve' %}
{% set version = '2.2.1' %}
-{% set number = '0' %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -19,11 +22,11 @@ requirements:
build:
- d2to1
- stsci.distutils
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- numpy
- - python x.x
+ - python
source:
git_tag: {{ version }}