New package: python3-more-itertools-6.0.0.
This commit is contained in:
parent
3ccdc0f815
commit
554b21d046
2 changed files with 24 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
python-more-itertools
|
|
24
srcpkgs/python3-more-itertools/template
Normal file
24
srcpkgs/python3-more-itertools/template
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue