20 lines
765 B
Bash
20 lines
765 B
Bash
# Template file for 'python3-jaraco.collections'
|
|
pkgname=python3-jaraco.collections
|
|
version=5.1.0
|
|
revision=1
|
|
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=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|