diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-04 05:56:28 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:18 +0700 |
commit | 7cbba46e80242c0874941d15b25c84bf87615d76 (patch) | |
tree | 21619b7d452bd1bbf489b8df44e29a36fb9cfff1 | |
parent | 39cb1b5a43c7ce1cd6c240f98109a9c232724621 (diff) |
libraries/python3-plumbum: Updated for version 1.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/python3-plumbum/python3-plumbum.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/python3-plumbum/python3-plumbum.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/libraries/python3-plumbum/python3-plumbum.SlackBuild b/libraries/python3-plumbum/python3-plumbum.SlackBuild index b23286608824..c0b05b63d84a 100644 --- a/libraries/python3-plumbum/python3-plumbum.SlackBuild +++ b/libraries/python3-plumbum/python3-plumbum.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-plumbum SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,6 +59,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/libraries/python3-plumbum/python3-plumbum.info b/libraries/python3-plumbum/python3-plumbum.info index a521460f6dbb..71c973a35de4 100644 --- a/libraries/python3-plumbum/python3-plumbum.info +++ b/libraries/python3-plumbum/python3-plumbum.info @@ -1,8 +1,8 @@ PRGNAM="python3-plumbum" -VERSION="1.8.1" +VERSION="1.8.2" HOMEPAGE="http://plumbum.readthedocs.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.1.tar.gz" -MD5SUM="1502525f84a9b3f4b1f286dc35a08480" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.2.tar.gz" +MD5SUM="9484ac142c2a637e5d397040a22a6907" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_vcs" |