From 067cee2dd85635080283ca6ed0cbd25d47c8acb2 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 11 May 2022 20:40:17 +0700 Subject: python/ptyprocess: Remove python3 bindings. Signed-off-by: Willy Sudiarto Raharjo --- python/ptyprocess/ptyprocess.SlackBuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'python/ptyprocess') diff --git a/python/ptyprocess/ptyprocess.SlackBuild b/python/ptyprocess/ptyprocess.SlackBuild index 5511c231dc9d..b5f76dc00eae 100644 --- a/python/ptyprocess/ptyprocess.SlackBuild +++ b/python/ptyprocess/ptyprocess.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ptyprocess -# Copyright 2016-2021 Willy Sudiarto Raharjo +# Copyright 2016-2022 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -81,10 +78,6 @@ find -L . \ python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi - 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 -- cgit v1.2.3