21 lines
798 B
Bash
21 lines
798 B
Bash
# Template file for 'python3-jaraco.functools'
|
|
pkgname=python3-jaraco.functools
|
|
version=3.5.1
|
|
revision=3
|
|
build_style=python3-pep517
|
|
make_check_args="--override-ini='addopts=--doctest-modules'"
|
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
|
depends="python3-more-itertools"
|
|
checkdepends="${depends} python3-pytest python3-jaraco.classes"
|
|
short_desc="Functools like those found in stdlib (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/jaraco.functools"
|
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
|
|
checksum=d0adcf91710a0853efe9f23a78fad586bf67df572f0d6d8e0fa36d289ae1c1d9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|