summaryrefslogtreecommitdiff
path: root/repo/system/python-six.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/python-six.xibuild')
-rw-r--r--repo/system/python-six.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/system/python-six.xibuild b/repo/system/python-six.xibuild
deleted file mode 100644
index 022f497..0000000
--- a/repo/system/python-six.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="python "
-DEPS=""
-
-PKG_VER=1.16.0
-SOURCE=https://github.com/benjaminp/six/archive/refs/tags/$PKG_VER.tar.gz
-DESC="A python 2 and 3 compatibility library"
-
-build() {
- python setup.py build
-}
-
-package () {
- python3 setup.py install --root="$PKG_DEST" --optimize=1
-}