diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-22 14:26:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 08:45:31 +0700 |
commit | c2e0a8be467a7ace14aab54b12db796754843f5e (patch) | |
tree | 93510e875ebb30334d78f9023109363b4cd8eca3 /python/python3-pyrsistent | |
parent | 925fae1c42d2df2474317f383fb1704db26ac3c2 (diff) | |
download | slackbuilds-c2e0a8be467a7ace14aab54b12db796754843f5e.tar.gz |
python/python3-pyrsistent: Updated for version 0.18.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyrsistent')
-rw-r--r-- | python/python3-pyrsistent/python3-pyrsistent.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-pyrsistent/python3-pyrsistent.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild index 7cebaaeaec..42c4a606bc 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild +++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-pyrsistent # Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyrsistent -VERSION=${VERSION:-0.17.3} +VERSION=${VERSION:-0.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGES.txt LICENCE.mit README README.rst \ + CHANGES.txt LICENSE.mit README README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-pyrsistent/python3-pyrsistent.info b/python/python3-pyrsistent/python3-pyrsistent.info index 7006bfd427..a5428ae957 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.info +++ b/python/python3-pyrsistent/python3-pyrsistent.info @@ -1,10 +1,10 @@ PRGNAM="python3-pyrsistent" -VERSION="0.17.3" +VERSION="0.18.1" HOMEPAGE="https://github.com/tobgu/pyrsistent/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.17.3.tar.gz" -MD5SUM="cd38658ea772a7f9b12b6f9485a7018b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyrsistent/pyrsistent-0.18.1.tar.gz" +MD5SUM="cef3da08455664bf917dcf8cd00d49a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |