mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cairo: update to 1.27.0.
This commit is contained in:
parent
06cdaf98a0
commit
4ff02392d1
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-cairo'
|
# Template file for 'python3-cairo'
|
||||||
pkgname=python3-cairo
|
pkgname=python3-cairo
|
||||||
version=1.26.0
|
version=1.27.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config python3-packaging-bootstrap"
|
||||||
makedepends="cairo-devel python3-devel"
|
makedepends="cairo-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -13,7 +13,7 @@ license="LGPL-2.1-only, MPL-1.1"
|
||||||
homepage="https://pycairo.readthedocs.io/"
|
homepage="https://pycairo.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS"
|
changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS"
|
||||||
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=2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb
|
checksum=5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args="-Dtests=true"
|
configure_args="-Dtests=true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue