diff options
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 | 
