pkgsrc/devel/py-at-spi2/Makefile
prlw1 42234c52bf Update py-at-spi2 to 2.33.2
Unstable branch chosen for:
* Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION.

ChangeLog:
* Fix arguments in text.addSelection.
* Fix default kind value for registerKeystrokeListener.
* Document that extents are only meaningful when the accessible is both
  visible and showing.
* Add accessibleId property.
* Add text.notifyReadingPosition.
* Fix print usage in example, for python 3 compatibility.

What's new in pyatspi 2.31.2:
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.

What's new in pyatspi 2.31.1:
* Add support for locking/unlocking modifiers.

What's new in pyatspi 2.29.1:
* Add ScrollTo and ScrollToPoint component interfaces.

What's new in pyatspi 2.25.90:
* registry: Rename async keyword for compatibility with Python 3.7.
* Add missing XY_PARENT export.

What's new in pyatspi 2.25.3:
* Add error-message, error-for, details, and details-for relation types

What's new in pyatspi 2.25.2:
* Add some missing roles to correspond with atk (description list,
  description term, description value, and footnote).
2019-07-18 15:16:46 +00:00

30 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.24 2019/07/18 15:16:46 prlw1 Exp $
DISTNAME= pyatspi-2.33.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Python Assistive Technology Service Provider Interface
# GPLv2 for pasytest, but tests are not built by default
LICENSE= gnu-lgpl-v2
DEPENDS+= at-spi2-core>=2.3.90:../../devel/at-spi2-core
DEPENDS+= at-spi2-atk-[0-9]*:../../devel/at-spi2-atk
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]*
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/py-gobject3-common/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"