blob: 4ab10fe29f2bed3a3a7cf3748b82d16aed2aea25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{% set name = 'ginga' %}
{% set version = '2.5.20151215011852' %}
{% set number = '0' %}
about:
home: https://github.com/ejeschke/ginga
license: BSD
summary: ginga
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- numpy x.x
- setuptools
- python x.x
run:
- numpy x.x
- python x.x
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: 11cd8b9ed459c4438cc827e0a1ca4538
url:
- https://pypi.python.org/packages/source/g/ginga/{{ name }}-{{ version }}.tar.gz
test:
imports:
- ginga
|