blob: 17b01bbfc3bf48669145458b8f37baa9417a8764 (
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
33
34
 | {% set name = 'linecache2' %}
{% set version = '1.0.0' %}
{% set number = '0' %}
about:
    home: https://pypi.python.org/packages/source/l/linecache2
    license: BSD
    summary: linecache2
build:
    number: {{ number }}
package:
    name: {{ name }}
    version: {{ version }}
requirements:
    build:
    - pbr
    - setuptools
    - python x.x
    run:
    - pbr
    - python x.x
source:
    fn: {{ name }}-{{ version }}.tar.gz
    md5: 7b25d0289ec36bff1f9e63c4329ce65c
    url: https://pypi.python.org/packages/source/l/linecache2/{{ name }}-{{ version }}.tar.gz
test:
    imports:
    - linecache2
 |