summaryrefslogtreecommitdiff
path: root/repo/python-iniconfig/python-iniconfig.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-iniconfig/python-iniconfig.xibuild')
-rw-r--r--repo/python-iniconfig/python-iniconfig.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/python-iniconfig/python-iniconfig.xibuild b/repo/python-iniconfig/python-iniconfig.xibuild
new file mode 100644
index 0000000..c1dfd0c
--- /dev/null
+++ b/repo/python-iniconfig/python-iniconfig.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+MAKEDEPS="python"
+
+
+PKG_VER=1.1.1
+SOURCE=https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-$PKG_VER.tar.gz
+MAKEDEPS="python"
+DESC="iniconfig: brain-dead simple config-ini parsing"
+
+build() {
+ python setup.py build
+}
+
+package () {
+ python setup.py install --root="$PKG_DEST" --optimize=1
+}