diff options
Diffstat (limited to 'parsley/parsley.ini')
-rw-r--r-- | parsley/parsley.ini | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/parsley/parsley.ini b/parsley/parsley.ini new file mode 100644 index 0000000..fa12aa5 --- /dev/null +++ b/parsley/parsley.ini @@ -0,0 +1,40 @@ +[package] +name : parsley +version : 1.3 + +[about] +home : https://pypi.python.org/packages/source/P/Parsley +license : BSD +summary : ${package:name} + +[source] +fn : Parsley-${package:version}.tar.gz +url : ${about:home}/${fn} +md5 : 92bc256e5f73810a609dc7874637ad31 + +[build] +number : 0 + +[requirements] +build : + + setuptools + python +run : + + python + +[test] +imports : + parsley + +commands : + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + |