summaryrefslogtreecommitdiff
path: root/devel/py-at-spi2
diff options
context:
space:
mode:
authorprlw1 <prlw1>2013-05-18 23:05:34 +0000
committerprlw1 <prlw1>2013-05-18 23:05:34 +0000
commit8295c27f8b677b5f14e894d6aca1ed5826afb6cb (patch)
treeddd9cf031ebd74e5ca83236c9871ee6b84886b33 /devel/py-at-spi2
parent121099bca736224fb3bd3611bd768ea573baceed (diff)
downloadpkgsrc-8295c27f8b677b5f14e894d6aca1ed5826afb6cb.tar.gz
Update py-at-spi2 to 2.8.0
* Add objectLocale property (BGO#694368). * Stop using a deprecated method. * Don't install the example, since it isn't compatible with Python 3. * Support new levelbar role. * Add a --with-python option to configure.ac. * Fix getCharacterAtOffset. * Export application class in the Accessibility namespace, for backwards compatibility.
Diffstat (limited to 'devel/py-at-spi2')
-rw-r--r--devel/py-at-spi2/Makefile13
-rw-r--r--devel/py-at-spi2/PLIST3
-rw-r--r--devel/py-at-spi2/distinfo8
3 files changed, 12 insertions, 12 deletions
diff --git a/devel/py-at-spi2/Makefile b/devel/py-at-spi2/Makefile
index 2359bd882c3..d7f17d8ef36 100644
--- a/devel/py-at-spi2/Makefile
+++ b/devel/py-at-spi2/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2012/10/31 11:19:28 asau Exp $
+# $NetBSD: Makefile,v 1.9 2013/05/18 23:05:34 prlw1 Exp $
#
-DISTNAME= pyatspi-2.6.0
+DISTNAME= pyatspi-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/2.6/}
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyatspi/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
@@ -22,7 +21,9 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
-REPLACE_PYTHON= examples/magFocusTracker.py
+
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_SELF_CONFLICT= no
CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]*
diff --git a/devel/py-at-spi2/PLIST b/devel/py-at-spi2/PLIST
index e9ffc122d19..c3c298a1373 100644
--- a/devel/py-at-spi2/PLIST
+++ b/devel/py-at-spi2/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/10/08 21:24:37 prlw1 Exp $
-bin/magFocusTracker.py
+@comment $NetBSD: PLIST,v 1.4 2013/05/18 23:05:34 prlw1 Exp $
${PYSITELIB}/pyatspi/Accessibility.py
${PYSITELIB}/pyatspi/Accessibility.pyc
${PYSITELIB}/pyatspi/Accessibility.pyo
diff --git a/devel/py-at-spi2/distinfo b/devel/py-at-spi2/distinfo
index f100ca71b4e..3d75bfbc8ab 100644
--- a/devel/py-at-spi2/distinfo
+++ b/devel/py-at-spi2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/10/08 21:24:37 prlw1 Exp $
+$NetBSD: distinfo,v 1.4 2013/05/18 23:05:34 prlw1 Exp $
-SHA1 (pyatspi-2.6.0.tar.xz) = 9fd714fe8e7bfee24eef7aeabcca8b13992ec482
-RMD160 (pyatspi-2.6.0.tar.xz) = 59d61ecf0e86a3c935c0c44073f47776fa337b85
-Size (pyatspi-2.6.0.tar.xz) = 287172 bytes
+SHA1 (pyatspi-2.8.0.tar.xz) = 0f75a4cb82264f594e89d40814f0ef6c5f02d68d
+RMD160 (pyatspi-2.8.0.tar.xz) = 7ccf63eddea5b365f6d8a613354d274a2b4ac2a1
+Size (pyatspi-2.8.0.tar.xz) = 287352 bytes