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