summaryrefslogtreecommitdiff
path: root/astroimtools
diff options
context:
space:
mode:
Diffstat (limited to 'astroimtools')
-rw-r--r--astroimtools/meta.yaml25
1 files changed, 17 insertions, 8 deletions
diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml
index 032fd48..6abd056 100644
--- a/astroimtools/meta.yaml
+++ b/astroimtools/meta.yaml
@@ -1,13 +1,20 @@
+{% set name = 'astroimtools' %}
+{% set version = '0.1.1' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
about:
- home: https://github.com/spacetelescope/astroimtools
+ home: https://github.com/spacetelescope/{{name}}
license: BSD
- readme: README.rst
- summary: astroimtools
+ summary: Astronomical Image Tools
+
build:
- number: '0'
+ number: {{number}}
+
package:
- name: astroimtools
- version: '0.1.1'
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- astropy >=1.1
@@ -22,9 +29,11 @@ requirements:
- matplotlib
- numpy
- python x.x
+
source:
- git_tag: v0.1.1
- git_url: https://github.com/spacetelescope/astroimtools
+ git_tag: {{tag}}
+ git_url: https://github.com/spacetelescope/{{name}}
+
test:
commands:
- imarith --help