22 lines
864 B
Bash
22 lines
864 B
Bash
# Template file for 'python3-jaraco.functools'
|
|
pkgname=python3-jaraco.functools
|
|
version=3.3.0
|
|
revision=2
|
|
wrksrc="jaraco.functools-${version}"
|
|
build_style=python3-module
|
|
make_check_args="--override-ini='addopts=--doctest-modules'"
|
|
hostmakedepends="python3-setuptools_scm python3-more-itertools"
|
|
depends="python3-more-itertools python3-jaraco"
|
|
checkdepends="${depends} python3-pytest python3-jaraco.classes"
|
|
short_desc="Functools like those found in stdlib (Python3)"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
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=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|