summaryrefslogtreecommitdiff
path: root/relic/meta.yaml
blob: 7a2534f5b8f4cb89019013ce0bd704d6a4a5f13a (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
30
31
32
{% set name = 'relic' %}
{% set version = '1.1.2' %}
{% set number = '13' %}

about:
    home: http://github.com/jhunkeler/{{ name }}
    license: BSD
    summary: Release I Control, for git

build:
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    - setuptools
    - python {{ python }}
    run:
    - python

source:
    git_tag: {{ version }}
    git_url: https://github.com/spacetelescope/{{ name }}.git

test:
    imports:
    - relic
    - relic.release
    - relic.git