summaryrefslogtreecommitdiffstats
path: root/python/python3-poetry-core
diff options
context:
space:
mode:
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
commit8dd6982c5a5e2422716d175ff967ce40b9a91bd5 (patch)
tree0d1e3300ad202c20deb813c9d0032f42c4eb2741 /python/python3-poetry-core
parent0fd7b19e1b82f6f3c51919403b4e919e5bece960 (diff)
downloadslackbuilds-8dd6982c5a5e2422716d175ff967ce40b9a91bd5.tar.gz
slackbuilds-8dd6982c5a5e2422716d175ff967ce40b9a91bd5.tar.xz
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>
Diffstat (limited to 'python/python3-poetry-core')
-rw-r--r--python/python3-poetry-core/python3-poetry-core.SlackBuild8
-rw-r--r--python/python3-poetry-core/python3-poetry-core.info6
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 7a56bb8d00..41e224d14b 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 89667e32bc..d7404e5a97 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"