void-packages/srcpkgs/python3-more-itertools/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

24 lines
673 B
Bash

# Template file for 'python3-more-itertools'
pkgname=python3-more-itertools
version=7.0.0
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="https://github.com/erikrose/more-itertools/archive/${version}.tar.gz"
checksum=3a4be24ce0cc357e227e216cf16309bac255fa984b1e26e47f88d12cb857334d
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE
}