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"