From 80220d777d783fc0b11c491f0c93eb712d38e427 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Mar 2022 23:51:45 +0000 Subject: fixed up js78 --- repo/system/python-six.xibuild | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 repo/system/python-six.xibuild (limited to 'repo/system/python-six.xibuild') 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 -} -- cgit v1.2.1