python3-cppy: fix build

This commit is contained in:
Andrew J. Hesford 2022-06-07 22:40:57 -04:00
parent ce483185ba
commit d690491c21
1 changed files with 3 additions and 3 deletions

View File

@ -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"