aboutsummaryrefslogtreecommitdiff
path: root/python/python-argopt
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-10-13 18:15:25 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-15 10:47:40 +0700
commit43122201fe8695b116551cb05dea990b87fa81d9 (patch)
treeb360cc2ca83e9833d9da1e3db01c02abb8e58d84 /python/python-argopt
parent68c7f3f4def43856559451bde108178f08a0512e (diff)
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>
Diffstat (limited to 'python/python-argopt')
-rw-r--r--python/python-argopt/python-argopt.SlackBuild6
-rw-r--r--python/python-argopt/python-argopt.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/python/python-argopt/python-argopt.SlackBuild b/python/python-argopt/python-argopt.SlackBuild
index 6f749447e5f8..2f9ac2ae89d4 100644
--- a/python/python-argopt/python-argopt.SlackBuild
+++ b/python/python-argopt/python-argopt.SlackBuild
@@ -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
diff --git a/python/python-argopt/python-argopt.info b/python/python-argopt/python-argopt.info
index d192b9bdd4e7..29b31f5c8a52 100644
--- a/python/python-argopt/python-argopt.info
+++ b/python/python-argopt/python-argopt.info
@@ -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"