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 /ginga | |
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 'ginga')
-rw-r--r-- | ginga/meta.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 4ab10fe..470f6bc 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,29 +1,33 @@ {% set name = 'ginga' %} {% set version = '2.5.20151215011852' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/ejeschke/ginga license: BSD summary: ginga + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - - numpy x.x + - numpy - setuptools - python x.x run: - - numpy x.x + - numpy - python x.x + source: fn: {{ name }}-{{ version }}.tar.gz md5: 11cd8b9ed459c4438cc827e0a1ca4538 - url: - - https://pypi.python.org/packages/source/g/ginga/{{ name }}-{{ version }}.tar.gz + url: https://pypi.python.org/packages/source/g/ginga/{{ name }}-{{ version }}.tar.gz + test: imports: - ginga |