summaryrefslogtreecommitdiff
path: root/poppy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:40:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch)
tree40c7605c472951fa0e3ef7aa910c7b8a4606c45d /poppy
parentd53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff)
downloadastroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz
Improve recipe uniformity
Diffstat (limited to 'poppy')
-rw-r--r--poppy/meta.yaml25
1 files changed, 18 insertions, 7 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml
index fda7de8..a1d3a9f 100644
--- a/poppy/meta.yaml
+++ b/poppy/meta.yaml
@@ -1,12 +1,22 @@
+{% set name = 'poppy' %}
+{% set version = '0.5.1' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
about:
- home: https://github.com/mperrin/poppy
+ home: https://github.com/mperrin/{{name}}
license: BSD
- summary: poppy
+ summary: |
+ Physical optics propagation (wavefront diffraction) for optical
+ simulations, particularly of telescopes
+
build:
- number: '0'
+ number: {{number}}
+
package:
- name: poppy
- version: 0.5.1
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- astropy >=1.1
@@ -26,6 +36,7 @@ requirements:
- enum34 [py27]
- setuptools
- python x.x
+
source:
- git_tag: v0.5.1
- git_url: https://github.com/mperrin/poppy
+ git_tag: {{tag}}
+ git_url: https://github.com/mperrin/{{name}}.git