diff options
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index eb0cbd6..519fbaf 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -2,30 +2,36 @@ {% set version = '2.6.1' %} {% set tag = 'v' + version %} {% set number = '0' %} + about: home: https://github.com/ejeschke/{{ name }} license: BSD summary: Astronomical data visualization + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - astropy >=1.2 - qtpy - setuptools - - numpy x.x + - numpy - python x.x run: - astropy >=1.2 - qtpy - numpy x.x - python x.x + source: git_tag: {{ tag }} git_url: https://github.com/ejeschke/{{ name }}.git + test: commands: - ginga --help |