python3-atspi: split python 2/3 package
One cannot install both python-gobject-devel and python3-gobject-devel at the same time because they have conflicting files.
This commit is contained in:
parent
c94dac1d46
commit
6cf6d78e1c
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python3-atspi'
|
||||
pkgname=python3-atspi
|
||||
version=2.32.1
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="pyatspi-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="at-spi2-core-devel python3-gobject-devel"
|
||||
depends="at-spi2-core python3-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=84954a5bbeacc83643f05778d8beafcab8208e11b39b24637b4c4dd1f8620389
|
Loading…
Reference in New Issue