aboutsummaryrefslogtreecommitdiff
path: root/threading2/threading2.ini
diff options
context:
space:
mode:
Diffstat (limited to 'threading2/threading2.ini')
-rw-r--r--threading2/threading2.ini39
1 files changed, 39 insertions, 0 deletions
diff --git a/threading2/threading2.ini b/threading2/threading2.ini
new file mode 100644
index 0000000..90caff2
--- /dev/null
+++ b/threading2/threading2.ini
@@ -0,0 +1,39 @@
+[package]
+name : threading2
+version : 0.1.0
+
+[about]
+home : https://pypi.python.org/packages/source/t/${package:name}
+license : BSD
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+md5 : 07ee88b45eae81e0481a454d3197030a
+
+[build]
+number : 0
+
+[requirements]
+build :
+ setuptools
+ python
+
+run :
+ python
+
+[test]
+imports :
+ threading2
+
+commands :
+
+[cbc_build]
+linux :
+ python setup.py install || exit 1
+
+windows :
+ python setup.py install
+ if errorlevel 1 exit 1
+