25 lines
667 B
Bash
25 lines
667 B
Bash
# Template file for 'python3-more-itertools'
|
|
pkgname=python3-more-itertools
|
|
version=8.0.2
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="more-itertools-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="more_itertools"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="More Python3 routines for operating on itertables"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/erikrose/more-itertools"
|
|
distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
|
|
checksum=b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|