From 6096ae6b99979a6b49f3627b5c16c600970b3ecf Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 1 Sep 2022 00:30:42 +0530 Subject: [PATCH] python3-jaraco.collections: update to 3.5.2. --- srcpkgs/python3-jaraco.collections/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index c7d643a4f92..a2837b11066 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -1,18 +1,19 @@ # Template file for 'python3-jaraco.collections' pkgname=python3-jaraco.collections -version=3.5.1 +version=3.5.2 revision=1 wrksrc="jaraco.collections-${version}" build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3-jaraco.classes python3-jaraco.text" +checkdepends="${depends} python3-pytest-xdist" short_desc="Collection of objects similar to stdlib by jaraco (Python3)" maintainer="bra1nwave " license="MIT" homepage="https://github.com/jaraco/jaraco.collections" changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst" distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz" -checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88 +checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3 post_install() { vlicense LICENSE