void-packages/srcpkgs/python3-cairo/template
2020-04-22 00:38:37 +02:00

30 lines
868 B
Bash

# Template file for 'python3-cairo'
pkgname=python3-cairo
version=1.19.1
revision=2
wrksrc="pycairo-${version}"
build_style=python3-module
hostmakedepends="pkg-config python3"
makedepends="cairo-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python3 bindings for the cairo graphics library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, MPL-1.1"
homepage="https://pycairo.readthedocs.io/"
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
checksum=2c143183280feb67f5beb4e543fd49990c28e7df427301ede04fc550d3562e84
do_check() {
python3 setup.py test
}
python3-cairo-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}