diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index b82e8908866..c7d643a4f92 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -1,20 +1,19 @@ # Template file for 'python3-jaraco.collections' pkgname=python3-jaraco.collections -version=3.0.0 -revision=4 +version=3.5.1 +revision=1 wrksrc="jaraco.collections-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-jaraco.classes python3-jaraco.text python3-six" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-jaraco.classes python3-jaraco.text" 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=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721 +checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88 post_install() { - rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py vlicense LICENSE }