mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-more-itertools: update to 4.2.0.
Closes #14677. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
92f32faaff
commit
b150a3e299
1 changed files with 7 additions and 2 deletions
|
@ -1,20 +1,25 @@
|
||||||
# Template file for 'python-more-itertools'
|
# Template file for 'python-more-itertools'
|
||||||
pkgname=python-more-itertools
|
pkgname=python-more-itertools
|
||||||
version=4.1.0
|
version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="more-itertools-${version}"
|
wrksrc="more-itertools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="more_itertools"
|
pycompile_module="more_itertools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six"
|
depends="python-six"
|
||||||
|
checkdepends="python3-six"
|
||||||
short_desc="More Python2 routines for operating on itertables"
|
short_desc="More Python2 routines for operating on itertables"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/erikrose/more-itertools"
|
homepage="https://github.com/erikrose/more-itertools"
|
||||||
distfiles="https://github.com/erikrose/more-itertools/archive/${version}.tar.gz"
|
distfiles="https://github.com/erikrose/more-itertools/archive/${version}.tar.gz"
|
||||||
checksum=658d8828473fa368eb3a903a676e805554b5ea03fcde4c53c936effb54ede846
|
checksum=1a6c632624a9c7d710e729c7592608f0558b678a84a0b7dee1b53a914f577234
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue