void-packages/srcpkgs/python3-cppy/template
2022-03-17 11:24:26 -04:00

20 lines
652 B
Bash

# Template file for 'python3-cppy'
pkgname=python3-cppy
version=1.2.0
revision=1
wrksrc="cppy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
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=95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc
post_install() {
vlicense LICENSE
}