Browse Source
python/python3-configargparse: Updated for version 1.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Willy Sudiarto Raharjo
5 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-configargparse/python3-configargparse.SlackBuild
-
python/python3-configargparse/python3-configargparse.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for python3-configargparse |
|
|
|
|
|
|
|
# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# Copyright 2015-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-configargparse |
|
|
|
SRCNAM=ConfigArgParse |
|
|
|
VERSION=${VERSION:-1.7} |
|
|
|
VERSION=${VERSION:-1.7.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-configargparse" |
|
|
|
VERSION="1.7" |
|
|
|
VERSION="1.7.1" |
|
|
|
HOMEPAGE="https://github.com/bw2/ConfigArgParse" |
|
|
|
DOWNLOAD="https://github.com/bw2/ConfigArgParse/archive/refs/tags/1.7/ConfigArgParse-1.7.tar.gz" |
|
|
|
MD5SUM="9b6921503ef5dbbd63d44804691ed4c6" |
|
|
|
DOWNLOAD="https://github.com/bw2/ConfigArgParse/archive/refs/tags/1.7.1/ConfigArgParse-1.7.1.tar.gz" |
|
|
|
MD5SUM="513f33a13c381f75275af84cdf066b37" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|