aboutsummaryrefslogtreecommitdiff
path: root/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-12 22:23:49 +0100
committerbedlam <dave@slackbuilds.org>2022-09-12 22:23:49 +0100
commit36a186a0994d3c77e1cdeeef7f3e367655ec960a (patch)
treeef4534714b255135bbe578591f3c2ddb4877aa93 /python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
parent50d6b49fe57c929253d8d5c90f8b4261d025719f (diff)
python/python3-jaraco.functools: Updated for version 3.5.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild')
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
index 726eccd15d..d206700303 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
@@ -22,11 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220908 46and2: Updated version, added DEPS.
+# -build process changed
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.functools
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +83,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true