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