python3-jaraco.collections: update to 3.5.2.
This commit is contained in:
parent
b93c3d729f
commit
6096ae6b99
1 changed files with 3 additions and 2 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-jaraco.collections'
|
# Template file for 'python3-jaraco.collections'
|
||||||
pkgname=python3-jaraco.collections
|
pkgname=python3-jaraco.collections
|
||||||
version=3.5.1
|
version=3.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="jaraco.collections-${version}"
|
wrksrc="jaraco.collections-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="python3-jaraco.classes python3-jaraco.text"
|
depends="python3-jaraco.classes python3-jaraco.text"
|
||||||
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
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=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
|
checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue