python3-pyrsistent: update to 0.19.3.

This commit is contained in:
Gonzalo Tornaría 2023-06-07 23:08:30 -03:00 committed by Andrew J. Hesford
parent 25b521f4cf
commit 9efd351fb7

View file

@ -1,17 +1,18 @@
# Template file for 'python3-pyrsistent' # Template file for 'python3-pyrsistent'
pkgname=python3-pyrsistent pkgname=python3-pyrsistent
version=0.18.1 version=0.19.3
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools python3-devel" hostmakedepends="python3-setuptools python3-wheel python3-devel"
depends="python3" depends="python3"
checkdepends="python3-pytest python3-hypothesis" checkdepends="python3-pytest python3-hypothesis"
short_desc="Python persistent immutable data structures" short_desc="Python persistent immutable data structures"
maintainer="dkwo <nicolopiazzalunga@gmail.com>" maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/tobgu/pyrsistent/" homepage="https://github.com/tobgu/pyrsistent/"
changelog="https://raw.githubusercontent.com/tobgu/pyrsistent/master/CHANGES.txt"
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
checksum=d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96 checksum=1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440
post_install() { post_install() {
vlicense LICENSE.mit LICENSE vlicense LICENSE.mit LICENSE