Browse Source
python/python3-typeguard: Updated for version 4.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
fourtysixandtwo
4 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-typeguard/python3-typeguard.SlackBuild
-
python/python3-typeguard/python3-typeguard.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-typeguard |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-4.4.2} |
|
|
|
VERSION=${VERSION:-4.4.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-typeguard" |
|
|
|
VERSION="4.4.2" |
|
|
|
VERSION="4.4.3" |
|
|
|
HOMEPAGE="https://github.com/agronholm/typeguard" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typeguard/typeguard-4.4.2.tar.gz" |
|
|
|
MD5SUM="6d58b856f3abf75963afa1884fb57d37" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typeguard/typeguard-4.4.3.tar.gz" |
|
|
|
MD5SUM="e6a31d0c142ea1ede6802e6d600b6197" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-scm-opt" |
|
|
|