aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeator <meator.dev@gmail.com>2024-04-22 08:49:40 +0000
committercinerea0 <49368915+cinerea0@users.noreply.github.com>2024-04-25 18:17:40 +0000
commit4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283 (patch)
treed83e3dfe2446e776b628211f0cc263ba542278df
parent41e7398f4559642dc039b0b81921f2d56ce9b530 (diff)
downloadvoid-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar.gz
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar.bz2
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar.lz
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar.xz
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.tar.zst
void-packages-4a55d503c29f9e2dc9dbb2150a7a63ef37f0a283.zip
python3-peewee: switch to PEP517
-rw-r--r--srcpkgs/python3-peewee/template4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index 2b5151535e7..0c0833b549b 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -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"