summaryrefslogtreecommitdiffstats
path: root/python/python3-pyrsistent
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-01-05 20:15:50 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 09:40:07 +0700
commit6d15c7bce4eaccb45a89f6dcdc6d38089edb3825 (patch)
treee5c0a735161dceb232c2b1f72234b92275df5872 /python/python3-pyrsistent
parentb931aacb1b22620ad32bc77797f0025267e5b97e (diff)
downloadslackbuilds-6d15c7bce4eaccb45a89f6dcdc6d38089edb3825.tar.gz
slackbuilds-6d15c7bce4eaccb45a89f6dcdc6d38089edb3825.tar.xz
python/python3-pyrsistent: Update for 0.20.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyrsistent')
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.SlackBuild7
-rw-r--r--python/python3-pyrsistent/python3-pyrsistent.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
index d8a6fe886e..c86ecc7b68 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
+++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild
@@ -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
diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info
index 574c0c43d4..6b2eafc670 100644
--- a/python/python3-pyrsistent/python3-pyrsistent.info
+++ b/python/python3-pyrsistent/python3-pyrsistent.info
@@ -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=""