20 lines
645 B
Bash
20 lines
645 B
Bash
# Template file for 'python3-cppy'
|
|
pkgname=python3-cppy
|
|
version=1.2.1
|
|
revision=4
|
|
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"
|
|
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=83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0d6fe1b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|