From d690491c21ead01757faf0d2b02d27a7f4d14511 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 7 Jun 2022 22:40:57 -0400 Subject: [PATCH] python3-cppy: fix build --- srcpkgs/python3-cppy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cppy/template b/srcpkgs/python3-cppy/template index d94c660c25c..c3f2479fb9a 100644 --- a/srcpkgs/python3-cppy/template +++ b/srcpkgs/python3-cppy/template @@ -1,10 +1,10 @@ # Template file for 'python3-cppy' pkgname=python3-cppy version=1.2.1 -revision=1 +revision=2 wrksrc="cppy-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3" checkdepends="python3-pytest" short_desc="C++ headers to make it easier to write Python C extensions"