python/python-argopt: Updated for version 0.7.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-10-13 18:15:25 -05:00 committed by Willy Sudiarto Raharjo
parent 68c7f3f4de
commit 43122201fe
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 7 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for python-argopt
# Copyright 2018-2021 Andrew Clemons, Wellington New Zealand
# Copyright 2022 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-argopt
SRCNAM="$(echo "$PRGNAM" | cut -d- -f2)"
VERSION=${VERSION:-0.7.0}
VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="python-argopt"
VERSION="0.7.0"
VERSION="0.7.1"
HOMEPAGE="https://github.com/casperdcl/argopt"
DOWNLOAD="https://files.pythonhosted.org/packages/22/bf/527c5f49017645f36f40f369006febae597e42f2188f50c194d45ac22761/argopt-0.7.0.tar.gz"
MD5SUM="8acc1daf665d00dd108bbb1fe28bd978"
DOWNLOAD="https://files.pythonhosted.org/packages/84/2d/a4f512fc9f150f1cc2ac335fcbbe6071fcd99f8528df71fd35f9171860a4/argopt-0.7.1.tar.gz"
MD5SUM="0a4ed9da6bfc06652d5caa31cf4df67a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python-toml"