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

21 lines
798 B
Bash

# Template file for 'python3-jaraco.functools'
pkgname=python3-jaraco.functools
version=4.0.2
revision=1
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=3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5
post_install() {
vlicense LICENSE
}