python3-cairo: update to 1.17.0.
Closes #13525. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
fea0f8f692
commit
c6ea2beaa1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-cairo'
|
# Template file for 'python3-cairo'
|
||||||
pkgname=python3-cairo
|
pkgname=python3-cairo
|
||||||
version=1.16.3
|
version=1.17.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pycairo-${version}"
|
wrksrc="pycairo-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,11 +8,11 @@ hostmakedepends="pkg-config python3"
|
||||||
makedepends="cairo-devel python3-devel"
|
makedepends="cairo-devel python3-devel"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 bindings for the cairo graphics library"
|
short_desc="Python3 bindings for the cairo graphics library"
|
||||||
homepage="https://pycairo.readthedocs.io/"
|
|
||||||
license="LGPL-2.1, MPL-1.1"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
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"
|
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
|
||||||
checksum=5bb321e5d4f8b3a51f56fc6a35c143f1b72ce0d748b43d8b623596e8215f01f7
|
checksum=cdd4d1d357325dec3a21720b85d273408ef83da5f15c184f2eff3212ff236b9f
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
|
|
Loading…
Reference in a new issue