blob: 8a72e6f93835323c8d7712d3691bf151fb777de9 (
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
|
{% set name = 'threading2' %}
{% set version = '0.2.1' %}
{% set number = '0' %}
about:
home: https://pypi.python.org/packages/source/t/{{ name }}
license: BSD
summary: threading2
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: 4ffb227b9a0e1f3e2a42f69f92a47bae
url: https://pypi.python.org/packages/source/t/threading2/{{ name }}-{{ version }}.tar.gz
test:
imports:
- threading2
|