summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-08-31 13:16:52 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:38 +0700
commita9c9a6ec85fba2030f41696798d2ae4c07467197 (patch)
tree88239701c557a5c35a3f3623002ccbebac0bcf99 /python
parent84d8f0b5e568f6d5de4bffb5d5bf0ec09618cb30 (diff)
downloadslackbuilds-a9c9a6ec85fba2030f41696798d2ae4c07467197.tar.gz
slackbuilds-a9c9a6ec85fba2030f41696798d2ae4c07467197.tar.xz
python/python3-poetry-core: Updated for version 1.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-poetry-core/python3-poetry-core.SlackBuild7
-rw-r--r--python/python3-poetry-core/python3-poetry-core.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild
index d82a36037c..d9c291554d 100644
--- a/python/python3-poetry-core/python3-poetry-core.SlackBuild
+++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-poetry-core
-SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/")
-VERSION=${VERSION:-1.5.2}
+SRCNAM=poetry_core
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/python/python3-poetry-core/python3-poetry-core.info b/python/python3-poetry-core/python3-poetry-core.info
index c35839a0bf..ef145bc5de 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.5.2"
+VERSION="1.7.0"
HOMEPAGE="https://github.com/python-poetry/poetry-core"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.5.2.tar.gz"
-MD5SUM="56a3df28a8a398947844026b75d7ae75"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.7.0.tar.gz"
+MD5SUM="7461547cac0e0e9c8cd7463aa87e7470"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"