mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-cppy: update to 1.2.0.
This commit is contained in:
parent
aa796e3816
commit
e00c3d918a
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-cppy'
|
# Template file for 'python3-cppy'
|
||||||
pkgname=python3-cppy
|
pkgname=python3-cppy
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="cppy-${version}"
|
wrksrc="cppy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="C++ headers to make it easier to write Python C extensions"
|
short_desc="C++ headers to make it easier to write Python C extensions"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://cppy.readthedocs.io"
|
homepage="https://cppy.readthedocs.io"
|
||||||
changelog="https://raw.githubusercontent.com/nucleic/cppy/master/releasenotes.rst"
|
changelog="https://raw.githubusercontent.com/nucleic/cppy/master/releasenotes.rst"
|
||||||
distfiles="${PYPI_SITE}/c/cppy/cppy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cppy/cppy-${version}.tar.gz"
|
||||||
checksum=4eda6f1952054a270f32dc11df7c5e24b259a09fddf7bfaa5f33df9fb4a29642
|
checksum=95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue