python-more-itertools: update to 4.3.1.
This commit is contained in:
parent
a6beaa840d
commit
67fa2b41f6
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'python-more-itertools'
|
||||
pkgname=python-more-itertools
|
||||
version=4.2.0
|
||||
version=4.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="more-itertools-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="more_itertools"
|
||||
|
@ -9,12 +10,11 @@ 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>"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/erikrose/more-itertools"
|
||||
distfiles="https://github.com/erikrose/more-itertools/archive/${version}.tar.gz"
|
||||
checksum=1a6c632624a9c7d710e729c7592608f0558b678a84a0b7dee1b53a914f577234
|
||||
noarch=yes
|
||||
checksum=ad2a4f23bb8a45015a887d450ec995daf9da46a100a56432702a91c43a859b70
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue