New package: python3-cppy-1.1.0

This commit is contained in:
Andrew J. Hesford 2020-11-04 14:38:22 -05:00
parent 2dbffdcf1d
commit 2ded1a0002

View file

@ -0,0 +1,19 @@
# Template file for 'python3-cppy'
pkgname=python3-cppy
version=1.1.0
revision=1
wrksrc="cppy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="C++ headers to make it easier to write Python C extensions"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://cppy.readthedocs.io"
changelog="https://raw.githubusercontent.com/nucleic/cppy/master/releasenotes.rst"
distfiles="${PYPI_SITE}/c/cppy/cppy-${version}.tar.gz"
checksum=4eda6f1952054a270f32dc11df7c5e24b259a09fddf7bfaa5f33df9fb4a29642
post_install() {
vlicense LICENSE
}