summaryrefslogtreecommitdiff
path: root/threading2/meta.yaml
blob: a548101634a5b3010c8fe6be0b02899152f3fdd0 (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 = 'threading2' %}
{% set version = '0.2.1' %}
{% set number = '0' %}

about:
    home: https://pypi.python.org/packages/source/t/{{name}}
    license: BSD
    summary: like the standard threading module, but awesomer

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/{{name}}/{{name}}-{[version}}.tar.gz

test:
    imports:
    - threading2