mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-more-itertools: fix build, use PEP-517
This commit is contained in:
parent
950151c572
commit
6fad0e8f0a
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-more-itertools'
|
||||
pkgname=python3-more-itertools
|
||||
version=8.13.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="more-itertools-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="More Python3 routines for operating on itertables"
|
||||
|
|
Loading…
Add table
Reference in a new issue