summaryrefslogtreecommitdiff
path: root/yolk/meta.yaml
blob: 1fc986415954cf417b58a616536e9ae621f2dc96 (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
{% set name = 'yolk' %}
{% set version = '0.4.3' %}
{% set number = '0' %}

about:
    home: https://pypi.python.org/packages/source/y/{{name}}
    license: BSD
    summary: Command-line tool for querying PyPI and Python packages installed on your system

build:
    number: {{number}}

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

requirements:
    build:
    - setuptools
    - python x.x
    run:
    - python x.x

source:
    fn: {{name}}-{{version}}.tar.gz
    md5: 10dfabca7a020058436aec9dbad70123
    url: https://pypi.python.org/packages/source/y/{{name}}/{{name}}-{{version}}.tar.gz

test:
    commands:
    - yolk