diff options
Diffstat (limited to 'traceback2/traceback2.ini')
-rw-r--r-- | traceback2/traceback2.ini | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/traceback2/traceback2.ini b/traceback2/traceback2.ini new file mode 100644 index 0000000..5afaaec --- /dev/null +++ b/traceback2/traceback2.ini @@ -0,0 +1,45 @@ +[package] +name : traceback2 +version : 1.4.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 : 9e9723f4d70bfc6308fa992dd193c400 + +[build] +number : 0 + +[requirements] +build : + pbr + linecache2 + six + setuptools + python + +run : + pbr + linecache2 + six + python + +[test] +imports : + traceback2 + +commands : + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |