+ python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks
+builddeps :
+ - python-setuptools
+build : |
+ %python3_setup
+ %python_setup
+install : |
+ %python3_install
+ for _f in $installdir/usr/bin/*; do
+ mv -v $_f ${_f}3
+ done
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,239 @@
+<PISI>
+ <Source>
+ <Name>python-invoke</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Pythonic task management & command execution</Summary>
+ <Description xml:lang="en">python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks
+ <Summary xml:lang="en">Pythonic task management & command execution</Summary>
+ <Description xml:lang="en">python-invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks