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'
|
# Template file for 'python3-more-itertools'
|
||||||
pkgname=python3-more-itertools
|
pkgname=python3-more-itertools
|
||||||
version=8.13.0
|
version=8.13.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="more-itertools-${version}"
|
wrksrc="more-itertools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="More Python3 routines for operating on itertables"
|
short_desc="More Python3 routines for operating on itertables"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue