python-more-itertools: update to 4.2.0.

Closes #14677.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-24 04:23:13 -03:00 committed by Enno Boland
parent 92f32faaff
commit b150a3e299

View file

@ -1,20 +1,25 @@
# Template file for 'python-more-itertools'
pkgname=python-more-itertools
version=4.1.0
version=4.2.0
revision=1
wrksrc="more-itertools-${version}"
build_style=python-module
pycompile_module="more_itertools"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
checkdepends="python3-six"
short_desc="More Python2 routines for operating on itertables"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/erikrose/more-itertools"
distfiles="https://github.com/erikrose/more-itertools/archive/${version}.tar.gz"
checksum=658d8828473fa368eb3a903a676e805554b5ea03fcde4c53c936effb54ede846
checksum=1a6c632624a9c7d710e729c7592608f0558b678a84a0b7dee1b53a914f577234
noarch=yes
do_check() {
python3 setup.py test
}
post_install() {
vlicense LICENSE
}