Browse Source
python/python3-tempora: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/277/head
fourtysixandtwo
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-tempora/python3-tempora.SlackBuild
-
python/python3-tempora/python3-tempora.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for python3-tempora |
|
|
|
|
|
|
|
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> |
|
|
|
# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-tempora |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-5.7.0} |
|
|
|
VERSION=${VERSION:-5.8.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-tempora" |
|
|
|
VERSION="5.7.0" |
|
|
|
VERSION="5.8.0" |
|
|
|
HOMEPAGE="https://github.com/jaraco/tempora" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.7.0.tar.gz" |
|
|
|
MD5SUM="e4ca48a06f4c8b9aa21b8081937353f2" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tempora/tempora-5.8.0.tar.gz" |
|
|
|
MD5SUM="ca7fb7c9523fb5232b734a19dae05c6a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-jaraco.functools python3-dateutil" |
|
|
|