summaryrefslogtreecommitdiff
path: root/verhawk/meta.yaml
blob: 886588a9f792ccd15c1b6533fe7f6c9486b8d7ae (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
{% set name = 'verhawk' %}
{% set version = '0.0.2' %}
{% set number = '0' %}

about:
    home: http://github.com/spacetelescope/verhawk
    license: BSD
    summary: A simple Python package version scanner
build:
    number: {{ number }}
package:
    name: {{ name }}
    version: {{ version }}
requirements:
    build:
    - setuptools
    - python x.x
    run:
    - python x.x
source:
    git_tag: {{ version }}
    git_url: https://github.com/spacetelescope/verhawk.git
test:
    imports:
    - verhawk