summaryrefslogtreecommitdiff
path: root/threading2/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'threading2/meta.yaml')
-rw-r--r--threading2/meta.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/threading2/meta.yaml b/threading2/meta.yaml
index 2616ecf..8a72e6f 100644
--- a/threading2/meta.yaml
+++ b/threading2/meta.yaml
@@ -3,25 +3,30 @@
{% set number = '0' %}
about:
- home: https://pypi.python.org/packages/source/t/threading2
+ 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
+ url: https://pypi.python.org/packages/source/t/threading2/{{ name }}-{{ version }}.tar.gz
+
test:
imports:
- threading2