python3-cairo: update to 1.23.0.
This commit is contained in:
parent
d973e22a5d
commit
99f48a8d62
1 changed files with 11 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-cairo'
|
# Template file for 'python3-cairo'
|
||||||
pkgname=python3-cairo
|
pkgname=python3-cairo
|
||||||
version=1.20.1
|
version=1.23.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=meson
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="cairo-devel python3-devel"
|
makedepends="cairo-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -11,12 +11,15 @@ short_desc="Python3 bindings for the cairo graphics library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later, MPL-1.1"
|
license="LGPL-2.1-or-later, MPL-1.1"
|
||||||
homepage="https://pycairo.readthedocs.io/"
|
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"
|
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
|
||||||
checksum=1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b
|
checksum=9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c
|
||||||
|
|
||||||
do_check() {
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
python3 setup.py test
|
configure_args="-Dtests=true"
|
||||||
}
|
else
|
||||||
|
configure_args="-Dtests=false"
|
||||||
|
fi
|
||||||
|
|
||||||
python3-cairo-devel_package() {
|
python3-cairo-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue