diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 02:34:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:44 +0700 |
commit | ba5ff2540302417771831469cd753e7715afd155 (patch) | |
tree | b2c0882e94655352588a966bc3e5064423092b36 /python/python3-jaraco.text/python3-jaraco.text.SlackBuild | |
parent | a14b498dfe2285735d929584a76338400c8cfb5c (diff) |
python/python3-jaraco.text: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.text/python3-jaraco.text.SlackBuild')
-rw-r--r-- | python/python3-jaraco.text/python3-jaraco.text.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild b/python/python3-jaraco.text/python3-jaraco.text.SlackBuild index 2230a3321a..a58dd17276 100644 --- a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild +++ b/python/python3-jaraco.text/python3-jaraco.text.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.text SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.9.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 |