python3-peewee: switch to PEP517

This commit is contained in:
meator 2024-04-22 10:49:40 +02:00 committed by cinerea0
parent 41e7398f45
commit 4a55d503c2

View file

@ -2,8 +2,8 @@
pkgname=python3-peewee
version=3.17.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29"
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
makedepends="python3-devel sqlite-devel"
depends="python3"
short_desc="Small and simple ORM for Python3"