New package: python3-more-itertools-6.0.0.
This commit is contained in:
parent
3ccdc0f815
commit
554b21d046
|
@ -1 +0,0 @@
|
|||
python-more-itertools
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'python3-more-itertools'
|
||||
pkgname=python3-more-itertools
|
||||
version=6.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="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=532245b8736afd5fefc5cc9515b4df6acc7130e7bdf326c667150ca03fe9cddf
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue