From 091fe4ab2a22a27857ecb81115e16ffd48195f92 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 16 Feb 2016 18:41:04 -0500 Subject: Initial commit --- decorator/decorator.ini | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 decorator/decorator.ini (limited to 'decorator') diff --git a/decorator/decorator.ini b/decorator/decorator.ini new file mode 100644 index 0000000..607de4e --- /dev/null +++ b/decorator/decorator.ini @@ -0,0 +1,40 @@ +[package] +name : decorators +version : 4.0.9 + +[about] +home : https://github.com/micheles/decorator +license : BSD +summary : Better living through Python with decorators + +[source] +fn : ${package:name}-${package:version}.tar.gz +url : https://pypi.python.org/packages/source/d/${package:name}/${fn} +md5 : f12c5651ccd707e12a0abaa4f76cd69a + +[build] +number : 0 + +[requirements] +build : + setuptools + python + +run : + python + +[test] +imports : + # none + +commands : + # none + +[cbc_build] +linux : + python setup.py install || exit 1 + +windows : + python setup.py install + if errorlevel 1 exit 1 + -- cgit