python/python3-tempora: Updated for version 5.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd6e48e3c4
commit
beb91b70cf
|
@ -25,12 +25,13 @@
|
||||||
# 20220908 46and2: Updated version.
|
# 20220908 46and2: Updated version.
|
||||||
# -build process changed
|
# -build process changed
|
||||||
# 20230104 46and2: Updated version, remove dep.
|
# 20230104 46and2: Updated version, remove dep.
|
||||||
|
# 20230122 46and2: Updated version, re-add dep.
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-tempora
|
PRGNAM=python3-tempora
|
||||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||||
VERSION=${VERSION:-5.2.0}
|
VERSION=${VERSION:-5.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python3-tempora"
|
PRGNAM="python3-tempora"
|
||||||
VERSION="5.2.0"
|
VERSION="5.2.1"
|
||||||
HOMEPAGE="https://github.com/jaraco/tempora"
|
HOMEPAGE="https://github.com/jaraco/tempora"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.0.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.2.1.tar.gz"
|
||||||
MD5SUM="87fc0d99edd557323e61a16017707a8b"
|
MD5SUM="a4b09c1285680f8491c4a574ae7201db"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-build python3-installer wheel pytz"
|
REQUIRES="python3-jaraco.functools pytz"
|
||||||
MAINTAINER="fourtysixandtwo"
|
MAINTAINER="fourtysixandtwo"
|
||||||
EMAIL="fourtysixandtwo@sliderr.net"
|
EMAIL="fourtysixandtwo@sliderr.net"
|
||||||
|
|
Loading…
Reference in New Issue