diff options
Diffstat (limited to 'drizzlepac/meta.yaml')
-rw-r--r-- | drizzlepac/meta.yaml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index ca9acb4..a689459 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'drizzlepac' %} +{% set version = '2.1.6' %} +{% set number = '0' %} + about: - home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python + home: https://github.com/spacetelescope/drizzlepac license: BSD - summary: drizzlepac + summary: AstroDrizzle for HST images build: - number: '0' + number: {{ number }} package: - name: drizzlepac - version: 2.1.5 + name: {{ name }} + version: {{ version }} requirements: build: - astropy >=1.1 @@ -46,8 +50,8 @@ requirements: - setuptools - python x.x source: - git_tag: 2.1.5 - git_url: https://github.com/spacetelescope/drizzlepac + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/drizzlepac.git test: imports: - drizzlepac |