diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-09-10 11:08:19 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-09-10 11:08:19 +0000 |
commit | cb9032ca32142eae5b0212c04ad96520c34b2c30 (patch) | |
tree | 8b433ee041c0b281e44bd2f87d958f48e5a76247 /devel | |
parent | 0617c39da77d081d8c5c4c47f7258f5578582283 (diff) | |
download | pkgsrc-cb9032ca32142eae5b0212c04ad96520c34b2c30.tar.gz |
Update py-at-spi2 to 2.12.0
* Fix a traceback when removing a text selection.
* Add AtspiTableCell, tracking the new atk interface.
* document: add support to current page and page count (BGO#719508).
* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-at-spi2/Makefile | 5 | ||||
-rw-r--r-- | devel/py-at-spi2/PLIST | 5 | ||||
-rw-r--r-- | devel/py-at-spi2/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile index 0f50437b1fd..f25123e6c04 100644 --- a/devel/py-at-spi2/Makefile +++ b/devel/py-at-spi2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/01/24 08:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/09/10 11:08:19 prlw1 Exp $ -DISTNAME= pyatspi-2.10.0 +DISTNAME= pyatspi-2.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/} CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/} @@ -20,7 +20,6 @@ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PY_PATCHPLIST= yes -PY_PEP3147= no PYTHON_VERSIONS_INCOMPATIBLE= 26 diff --git a/devel/py-at-spi2/PLIST b/devel/py-at-spi2/PLIST index c3c298a1373..2014876796d 100644 --- a/devel/py-at-spi2/PLIST +++ b/devel/py-at-spi2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/05/18 23:05:34 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/09/10 11:08:19 prlw1 Exp $ ${PYSITELIB}/pyatspi/Accessibility.py ${PYSITELIB}/pyatspi/Accessibility.pyc ${PYSITELIB}/pyatspi/Accessibility.pyo @@ -59,6 +59,9 @@ ${PYSITELIB}/pyatspi/state.pyo ${PYSITELIB}/pyatspi/table.py ${PYSITELIB}/pyatspi/table.pyc ${PYSITELIB}/pyatspi/table.pyo +${PYSITELIB}/pyatspi/tablecell.py +${PYSITELIB}/pyatspi/tablecell.pyc +${PYSITELIB}/pyatspi/tablecell.pyo ${PYSITELIB}/pyatspi/text.py ${PYSITELIB}/pyatspi/text.pyc ${PYSITELIB}/pyatspi/text.pyo diff --git a/devel/py-at-spi2/distinfo b/devel/py-at-spi2/distinfo index 91e2340ca6f..992cdd566a2 100644 --- a/devel/py-at-spi2/distinfo +++ b/devel/py-at-spi2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/12/11 00:12:04 prlw1 Exp $ +$NetBSD: distinfo,v 1.6 2014/09/10 11:08:19 prlw1 Exp $ -SHA1 (pyatspi-2.10.0.tar.xz) = 9599565631c782d18c2476ab95497ae52744ec3d -RMD160 (pyatspi-2.10.0.tar.xz) = 9c5a37b29b7b7e470f73fa84a9917ef11a7a7e6e -Size (pyatspi-2.10.0.tar.xz) = 289612 bytes +SHA1 (pyatspi-2.12.0.tar.xz) = ebd0a39e355c7331e3af19a23be236b47dbffb97 +RMD160 (pyatspi-2.12.0.tar.xz) = 9093e9fec767f21cf7d1ca0f8f40cd276af6b906 +Size (pyatspi-2.12.0.tar.xz) = 300092 bytes |