25 lines
676 B
Bash
25 lines
676 B
Bash
# Template file for 'python3-more-itertools'
|
|
pkgname=python3-more-itertools
|
|
version=7.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=3a4be24ce0cc357e227e216cf16309bac255fa984b1e26e47f88d12cb857334d
|
|
|
|
do_check() {
|
|
python3 setup.py test
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|