python3-cppy: fix build
This commit is contained in:
parent
ce483185ba
commit
d690491c21
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue