python3-cairo: update to 1.27.0.

This commit is contained in:
Luciogi 2025-02-16 19:42:57 +05:00 committed by classabbyamp
parent 06cdaf98a0
commit 4ff02392d1
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -1,9 +1,9 @@
# Template file for 'python3-cairo'
pkgname=python3-cairo
version=1.26.0
revision=2
version=1.27.0
revision=1
build_style=meson
hostmakedepends="pkg-config"
hostmakedepends="pkg-config python3-packaging-bootstrap"
makedepends="cairo-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"
@ -13,7 +13,7 @@ license="LGPL-2.1-only, MPL-1.1"
homepage="https://pycairo.readthedocs.io/"
changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS"
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
checksum=2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb
checksum=5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-Dtests=true"