python3-gobject: update to 3.40.1.
fix tests
This commit is contained in:
parent
14da8ed160
commit
7d71d1ed89
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-gobject'
|
||||
pkgname=python3-gobject
|
||||
version=3.38.0
|
||||
version=3.40.1
|
||||
revision=1
|
||||
wrksrc="pygobject-${version}"
|
||||
build_style=meson
|
||||
|
@ -9,12 +9,17 @@ configure_args="-Dpython=python${py3_ver}"
|
|||
hostmakedepends="pkg-config python3 python3-MarkupSafe"
|
||||
makedepends="libglib-devel python3-cairo-devel python3-devel"
|
||||
depends="gir-freedesktop python3-cairo"
|
||||
checkdepends="python3-pytest gtk+3 xvfb-run"
|
||||
short_desc="Python3 bindings for GObject"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pygobject.readthedocs.io/"
|
||||
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
||||
checksum=0372d1bb9122fc19f500a249b1f38c2bb67485000f5887497b4b205b3e7084d5
|
||||
checksum=00c6d591f4cb40c335ab1fd3e8c17869ba15cfda54416fe363290af766790035
|
||||
|
||||
pre_check() {
|
||||
make_cmd="xvfb-run ninja"
|
||||
}
|
||||
|
||||
python3-gobject-devel_package() {
|
||||
depends="libgirepository-devel python3-cairo-devel
|
||||
|
|
Loading…
Reference in a new issue