Browse Source
python/python3-pyrsistent: Update for 0.20.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
isaackwy
2 years 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
8 deletions
-
python/python3-pyrsistent/python3-pyrsistent.SlackBuild
-
python/python3-pyrsistent/python3-pyrsistent.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for python3-pyrsistent |
|
|
|
|
|
|
|
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-pyrsistent |
|
|
|
VERSION=${VERSION:-0.19.3} |
|
|
|
VERSION=${VERSION:-0.20.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what |
|
|
|
# the name of the created package would be, and then exit. This information |
|
|
|
# could be useful to other scripts. |
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" |
|
|
|
exit 0 |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-pyrsistent" |
|
|
|
VERSION="0.19.3" |
|
|
|
VERSION="0.20.0" |
|
|
|
HOMEPAGE="https://github.com/tobgu/pyrsistent/" |
|
|
|
DOWNLOAD="https://github.com/tobgu/pyrsistent/archive/v0.19.3/pyrsistent-0.19.3.tar.gz" |
|
|
|
MD5SUM="6c166a933a915a1a28806fc00976612f" |
|
|
|
DOWNLOAD="https://github.com/tobgu/pyrsistent/archive/v0.20.0/pyrsistent-0.20.0.tar.gz" |
|
|
|
MD5SUM="afcdfde081701fff49a685420430cc96" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|