Browse Source
python/python3-expandvars: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/308/head
Jay Lanagan
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-expandvars/python3-expandvars.SlackBuild
-
python/python3-expandvars/python3-expandvars.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
SRCNAM=expandvars |
|
|
|
PRGNAM=python3-expandvars |
|
|
|
VERSION=${VERSION:-1.0.0} |
|
|
|
VERSION=${VERSION:-1.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-expandvars" |
|
|
|
VERSION="1.0.0" |
|
|
|
VERSION="1.1.1" |
|
|
|
HOMEPAGE="https://github.com/sayanarijit/expandvars/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/expandvars/expandvars-1.0.0.tar.gz" |
|
|
|
MD5SUM="8f36c472b29b8c83a1585dd53b4ed0d1" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/expandvars/expandvars-1.1.1.tar.gz" |
|
|
|
MD5SUM="875648d708d16a32e2c89a7599558a5b" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatchling" |
|
|
|