From 9efd351fb7f5979ba20e0fb5d2ddb8a349079e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 7 Jun 2023 23:08:30 -0300 Subject: [PATCH] python3-pyrsistent: update to 0.19.3. --- srcpkgs/python3-pyrsistent/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template index 50ead293041..d8e8578064a 100644 --- a/srcpkgs/python3-pyrsistent/template +++ b/srcpkgs/python3-pyrsistent/template @@ -1,17 +1,18 @@ # Template file for 'python3-pyrsistent' pkgname=python3-pyrsistent -version=0.18.1 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools python3-devel" +version=0.19.3 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel python3-devel" depends="python3" checkdepends="python3-pytest python3-hypothesis" short_desc="Python persistent immutable data structures" maintainer="dkwo " license="MIT" 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" -checksum=d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96 +checksum=1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440 post_install() { vlicense LICENSE.mit LICENSE