mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-inflect: Updated for version 6.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3491f57516
commit
128036ccb7
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=python3-inflect
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||
VERSION=${VERSION:-6.0.0}
|
||||
VERSION=${VERSION:-6.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-inflect"
|
||||
VERSION="6.0.0"
|
||||
VERSION="6.0.2"
|
||||
HOMEPAGE="https://github.com/jaraco/inflect"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.0.tar.gz"
|
||||
MD5SUM="ab926584701514d1ab005096d53f7b87"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.2.tar.gz"
|
||||
MD5SUM="e7aad8f161ee9c85c7d125af69ae661f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pydantic"
|
||||
|
|
Loading…
Reference in a new issue