diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-16 08:29:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 08:29:43 -0500 |
commit | 86028b898c396b9671c745fed96ba287c99dbb4b (patch) | |
tree | bd453bd116c14f4b516a1283e19524e29d2500dc /ds9 | |
parent | f592b026aae0a95976c13cddc7822c10b090b73b (diff) | |
download | astroconda-dev-86028b898c396b9671c745fed96ba287c99dbb4b.tar.gz |
Overhaul (#17)
* Remove numpy x.x locks
* Improve formatting and jinja2 usage; License changes minimal
* Bump build numbers on affected packages
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/meta.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml index b3aea55..9f708af 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -6,15 +6,20 @@ about: home: http://ds9.si.edu/download/source/ license: GPL,LGPL,BSD summary: ds9 + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - gcc >=4.6 [osx] + source: - fn: ds9.7.4.tar.gz + fn: {{ name }}.{{ version }}.tar.gz url: - - http://ds9.si.edu/download/source//ds9.7.4.tar.gz + - http://ds9.si.edu/download/source/{{ name }}.{{ version }}.tar.gz + |