mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
18 lines
581 B
Bash
18 lines
581 B
Bash
# Template file for 'python3-more-itertools'
|
|
pkgname=python3-more-itertools
|
|
version=10.6.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=2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|