python3-more-itertools: fix build, use PEP-517

This commit is contained in:
Andrew J. Hesford 2022-05-16 10:30:06 -04:00
parent 950151c572
commit 6fad0e8f0a
1 changed files with 3 additions and 3 deletions

View File

@ -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"