From 2ff7bbe733c9837a13a0762bb8a48e04de9e296d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 2 Apr 2016 19:25:09 -0400 Subject: Incorporate jinja2 usage --- stistools/meta.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'stistools') diff --git a/stistools/meta.yaml b/stistools/meta.yaml index ca31f54..3320947 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'stistools' %} +{% set version = '1.1.1' %} +{% set number = '0' %} + about: home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python license: BSD summary: stistools build: - number: '0' + number: {{ number }} package: - name: stistools - version: '1.1.1' + name: {{ name }} + version: {{ version }} requirements: build: - astropy >=1.1 @@ -23,7 +27,7 @@ requirements: - numpy x.x - python x.x source: - git_tag: 1.1.1 + git_tag: {{ version }} git_url: https://github.com/spacetelescope/stistools test: imports: -- cgit