blob: c3876d63fbd1bc12dd6488d875cc6c6f6d955261 (
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 = 'linecache2' %}
{% set version = '1.0.0' %}
{% set number = '0' %}
about:
home: https://pypi.python.org/packages/source/l/{{name}}
license: BSD
summary: Backports of the linecache module
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/{{name}}/{{name}-{{version}}.tar.gz
test:
imports:
- linecache2
|