diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-30 17:31:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:16 +0700 |
commit | a7c1892bdf0ff60414302b16857d4f917b08b737 (patch) | |
tree | c8a050bae82b43f1574916aedcbfa167e8855778 /python/python-argopt | |
parent | 406abd684150705aa031098cf0fdb4d4a851a7db (diff) |
python/python-argopt: Updated for version 0.8.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-argopt')
-rw-r--r-- | python/python-argopt/python-argopt.SlackBuild | 5 | ||||
-rw-r--r-- | python/python-argopt/python-argopt.info | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/python/python-argopt/python-argopt.SlackBuild b/python/python-argopt/python-argopt.SlackBuild index 2f9ac2ae89d4..e5240410b80a 100644 --- a/python/python-argopt/python-argopt.SlackBuild +++ b/python/python-argopt/python-argopt.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python-argopt # Copyright 2018-2021 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022-2023 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-argopt SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)" -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -78,7 +78,6 @@ 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 {} \; -python setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/python/python-argopt/python-argopt.info b/python/python-argopt/python-argopt.info index 29b31f5c8a52..ad757fa4497d 100644 --- a/python/python-argopt/python-argopt.info +++ b/python/python-argopt/python-argopt.info @@ -1,10 +1,10 @@ PRGNAM="python-argopt" -VERSION="0.7.1" +VERSION="0.8.2" HOMEPAGE="https://github.com/casperdcl/argopt" -DOWNLOAD="https://files.pythonhosted.org/packages/84/2d/a4f512fc9f150f1cc2ac335fcbbe6071fcd99f8528df71fd35f9171860a4/argopt-0.7.1.tar.gz" -MD5SUM="0a4ed9da6bfc06652d5caa31cf4df67a" +DOWNLOAD="https://files.pythonhosted.org/packages/88/1e/4dd20f0ad39f81dd815b6fa4fea53be370d2ca0eeef9f8dc8e05b81c4284/argopt-0.8.2.tar.gz" +MD5SUM="8b9aa425069fa50f7570681e13dc3474" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-setuptools-scm python-toml" +REQUIRES="python-toml" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |