aboutsummaryrefslogtreecommitdiff
path: root/linecache2/linecache2.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linecache2/linecache2.ini')
-rw-r--r--linecache2/linecache2.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/linecache2/linecache2.ini b/linecache2/linecache2.ini
new file mode 100644
index 0000000..449f9b5
--- /dev/null
+++ b/linecache2/linecache2.ini
@@ -0,0 +1,42 @@
+[package]
+name : linecache2
+version : 1.0.0
+
+[about]
+home : https://pypi.python.org/packages/source/l/${package:name}
+license : BSD
+summary : ${package:name}
+
+[source]
+fn : ${package:name}-${package:version}.tar.gz
+url : ${about:home}/${fn}
+md5 : 7b25d0289ec36bff1f9e63c4329ce65c
+
+[build]
+number : 0
+
+[requirements]
+build :
+ pbr
+ setuptools
+ python
+
+run :
+ pbr
+ python
+
+[test]
+imports :
+ linecache2
+
+commands :
+
+[cbc_build]
+linux :
+ find . -name "inspect_fodder2.py" -delete
+ python setup.py install || exit 1
+
+windows :
+ python setup.py install
+ if errorlevel 1 exit 1
+