python3-jaraco.collections: update to 3.5.1.
This commit is contained in:
parent
610e812c18
commit
c783ee8ae6
1 changed files with 6 additions and 7 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-jaraco.collections'
|
# Template file for 'python3-jaraco.collections'
|
||||||
pkgname=python3-jaraco.collections
|
pkgname=python3-jaraco.collections
|
||||||
version=3.0.0
|
version=3.5.1
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="jaraco.collections-${version}"
|
wrksrc="jaraco.collections-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3-jaraco.classes python3-jaraco.text python3-six"
|
depends="python3-jaraco.classes python3-jaraco.text"
|
||||||
short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
|
short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.collections"
|
homepage="https://github.com/jaraco/jaraco.collections"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
|
||||||
checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
|
checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue