blob: 97d3559fcafdbe77f3cfbb8dad72fffdc9f25d19 (
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
|