19 lines
581 B
Bash
19 lines
581 B
Bash
# Template file for 'python3-more-itertools'
|
|
pkgname=python3-more-itertools
|
|
version=10.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="More Python3 routines for operating on itertables"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/erikrose/more-itertools"
|
|
distfiles="${PYPI_SITE}/m/more-itertools/more-itertools-${version}.tar.gz"
|
|
checksum=5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|