python3-jaraco.collections: update to 3.5.1.

This commit is contained in:
tibequadorian 2022-03-23 20:47:07 +01:00 committed by Andrew J. Hesford
parent 610e812c18
commit c783ee8ae6
1 changed files with 6 additions and 7 deletions

View File

@ -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 <bra1nwave@protonmail.com>"
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
}