18 lines
621 B
Bash
18 lines
621 B
Bash
# Template file for 'python-atspi'
|
|
# Keep python3-atspi in sync
|
|
pkgname=python-atspi
|
|
version=2.38.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pyatspi-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config python"
|
|
makedepends="at-spi2-core-devel python-gobject-devel"
|
|
depends="at-spi2-core python-gobject"
|
|
short_desc="Python2 bindings for AT-SPI"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://gitlab.gnome.org/GNOME/pyatspi2"
|
|
distfiles="${GNOME_SITE}/pyatspi/${version%.*}/pyatspi-${version}.tar.xz"
|
|
checksum=ff809312fd0c2f61e191c181a1a638a30b579b91b682cfb5a05535a55265b43d
|