Files
ports/accessibility/py-atspi/Makefile
T
Olivier Duchateau eba9e072af accessibility/py-atspi: update to 2.58.2
Update to 2.58.2

NO_ARCH= yes (truckman)

PR:		293976
2026-03-28 19:42:16 -07:00

24 lines
600 B
Makefile

PORTNAME= atspi
DISTVERSION= 2.58.2
CATEGORIES= accessibility x11-toolkits python
MASTER_SITES= GNOME
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyatspi-${DISTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python API for the D-BUS based SPI framework
WWW= https://gitlab.gnome.org/GNOME/pyatspi2
LICENSE= LGPL20
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core
USES= gnome localbase meson pkgconfig python tar:xz
USE_GNOME= pygobject3
USE_PYTHON= flavors py3kplist
BINARY_ALIAS= python3=${PYTHON_CMD}
NO_ARCH= yes
.include <bsd.port.mk>