diff options
author | davidovski <david@davidovski.xyz> | 2022-03-05 23:51:45 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-05 23:51:45 +0000 |
commit | 80220d777d783fc0b11c491f0c93eb712d38e427 (patch) | |
tree | e7d84e50f6a3c41c25d8808fa6aa746a24a3a88f /repo/system/python-six.xibuild | |
parent | 5bbf53467cd7b68557d8e37332968081c64e9908 (diff) |
fixed up js78
Diffstat (limited to 'repo/system/python-six.xibuild')
-rw-r--r-- | repo/system/python-six.xibuild | 16 |
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 -} |