void-packages/srcpkgs/python3-jaraco.collections/template

20 lines
765 B
Bash

# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
version=3.5.2
revision=3
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="Orphaned <orphan@voidlinux.org>"
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=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
post_install() {
vlicense LICENSE
}