diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-10 07:45:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:34 +0700 |
commit | 8dd6982c5a5e2422716d175ff967ce40b9a91bd5 (patch) | |
tree | 0d1e3300ad202c20deb813c9d0032f42c4eb2741 | |
parent | 0fd7b19e1b82f6f3c51919403b4e919e5bece960 (diff) |
python/python3-poetry-core: Updated for version 1.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-poetry-core/python3-poetry-core.SlackBuild | 8 | ||||
-rw-r--r-- | python/python3-poetry-core/python3-poetry-core.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild index 7a56bb8d0000d..41e224d14b7a5 100644 --- a/python/python3-poetry-core/python3-poetry-core.SlackBuild +++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-poetry-core -# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-poetry-core SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e "s/-/_/") -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,9 +73,9 @@ cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl diff --git a/python/python3-poetry-core/python3-poetry-core.info b/python/python3-poetry-core/python3-poetry-core.info index 89667e32bc6fa..d7404e5a97744 100644 --- a/python/python3-poetry-core/python3-poetry-core.info +++ b/python/python3-poetry-core/python3-poetry-core.info @@ -1,8 +1,8 @@ PRGNAM="python3-poetry-core" -VERSION="1.4.0" +VERSION="1.5.2" HOMEPAGE="https://github.com/python-poetry/poetry-core" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.4.0.tar.gz" -MD5SUM="e1f94987c3810c239d711e308b6f7f19" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.5.2.tar.gz" +MD5SUM="56a3df28a8a398947844026b75d7ae75" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer" |