summaryrefslogtreecommitdiff
path: root/sysutils/py-dbus
diff options
context:
space:
mode:
authorwiz <wiz>2016-03-03 12:16:24 +0000
committerwiz <wiz>2016-03-03 12:16:24 +0000
commitdb808d89fee6dcf42916d96de48e8d8abae9a0ad (patch)
treed42f8b8385d7ec4106e4ecddf8b342c47a6c4fc6 /sysutils/py-dbus
parent4750ddba7029d8cd31475cc4c73638916b2d4f9c (diff)
downloadpkgsrc-db808d89fee6dcf42916d96de48e8d8abae9a0ad.tar.gz
Update dbus python bindings to 1.2.2.
D-Bus Python Bindings 1.2.2 (2016-02-22) ======================================== The “mind fray” release. Versioning changes: • dbus-python releases now have an even micro version (1.2.0, 1.2.2), and snapshots from git have an odd micro version (1.2.1). Dependencies: • Building from git (but not from tarballs) now requires macros from the GNU Autoconf Archive, for example the autoconf-archive package in Debian or Fedora derivatives. • Building from git (but not from tarballs) now requires Automake 1.13 or later. • The automated tests and some examples now require PyGI (the gi module), not PyGObject 2 (the deprecated glib and gobject modules). Enhancements: • There is now a setuptools setup.py, allowing dbus-python to be installed into a virtualenv using pip from a standard Automake source release. This requires pre-existing system-wide installations of the normal build dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has some limitations. For system-wide installations and development, please use the Autoconf/Automake build system directly. (fd.o #55439; Simon McVittie) • dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS (Simon McVittie) • The automated tests can now be installed as GNOME-style "installed tests", and should be somewhat more reliable (Simon McVittie) Fixes: • "from dbus.service import *" now imports FallbackObject (fd.o #85720; Ben Longbons) • The GConf-related examples work again (fd.o #85720; Ben Longbons) • Consistently make examples executable, and install them all (fd.o #85720; Ben Longbons) • Search PATH for an appropriately-versioned pythonX.Y-config, or as a last resort python-config, if there isn't a ${PYTHON}-config in the same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu) • Add support for the Automake 1.13 parallel test driver (Simon McVittie) • Skip building API documentation if "import epydoc" fails (Simon McVittie)
Diffstat (limited to 'sysutils/py-dbus')
-rw-r--r--sysutils/py-dbus/Makefile4
-rw-r--r--sysutils/py-dbus/distinfo13
-rw-r--r--sysutils/py-dbus/patches/patch-aa14
3 files changed, 18 insertions, 13 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile
index d55f692bcdf..58b858991a5 100644
--- a/sysutils/py-dbus/Makefile
+++ b/sysutils/py-dbus/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2016/02/26 10:24:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2016/03/03 12:16:24 wiz Exp $
-DISTNAME= dbus-python-1.2.0
+DISTNAME= dbus-python-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
diff --git a/sysutils/py-dbus/distinfo b/sysutils/py-dbus/distinfo
index 1965d5b1d04..98af1d48027 100644
--- a/sysutils/py-dbus/distinfo
+++ b/sysutils/py-dbus/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 01:32:27 agc Exp $
+$NetBSD: distinfo,v 1.13 2016/03/03 12:16:24 wiz Exp $
-SHA1 (dbus-python-1.2.0.tar.gz) = 7a00f7861d26683ab7e3f4418860bd426deed9b5
-RMD160 (dbus-python-1.2.0.tar.gz) = cba09a1ca259bfa49c943142110a968241f40360
-SHA512 (dbus-python-1.2.0.tar.gz) = 013b23e08fa1ed43f53a756587fefbc9770f7c51e93510e555acbd77230b7200693419bba9a69680d790bbaf123f4a195afa38b3eee1143da950fee0b5130bce
-Size (dbus-python-1.2.0.tar.gz) = 602426 bytes
-SHA1 (patch-aa) = ca721c56463a5180e6a33e5a3d6135660e93c38f
-SHA1 (patch-py-compile) = 5dbbdd89c0cc5e51203d8200c8846f12730cf25f
+SHA1 (dbus-python-1.2.2.tar.gz) = c2b93b1f0e4945711d6f6d232e63cb9aa3a93359
+RMD160 (dbus-python-1.2.2.tar.gz) = 2f05ee946b0ebc62318f6d4e20e8c51ce131d864
+SHA512 (dbus-python-1.2.2.tar.gz) = a92b0bbb29ce20c5a90d44819ef31c755b3bab7ce3cfb3d0157ea2c37af63b859213f5f59703e4f3d5bbe6861e506749a740f3a11a7b87b1c3f81aa7b9c172d6
+Size (dbus-python-1.2.2.tar.gz) = 608781 bytes
+SHA1 (patch-aa) = cb5478b7f6660f099b5370c04d639b2300d3a633
diff --git a/sysutils/py-dbus/patches/patch-aa b/sysutils/py-dbus/patches/patch-aa
index 4c514db7c01..febe6c2be6e 100644
--- a/sysutils/py-dbus/patches/patch-aa
+++ b/sysutils/py-dbus/patches/patch-aa
@@ -1,16 +1,22 @@
-$NetBSD: patch-aa,v 1.1 2012/08/01 18:04:26 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2016/03/03 12:16:24 wiz Exp $
---- Makefile.in.orig 2012-07-31 22:25:22.000000000 +0000
+--- Makefile.in.orig 2016-02-22 16:35:24.000000000 +0000
+++ Makefile.in
-@@ -956,9 +956,8 @@ info: info-recursive
+@@ -2067,15 +2067,8 @@ info: info-am
info-am:
-install-data-am: install-dbusincludeHEADERS install-dist_docDATA \
+- install-installed_testLTLIBRARIES \
+- install-installed_test_metaDATA \
+- install-installed_test_testDATA \
+- install-nobase_dist_installed_testPYTHON \
+- install-nobase_dist_installed_testSCRIPTS \
+- install-nobase_installed_testPROGRAMS \
- install-nobase_pythonPYTHON install-nodist_docDATA \
- install-pkgconfigDATA
+install-data-am: \
+ install-nobase_pythonPYTHON
- install-dvi: install-dvi-recursive
+ install-dvi: install-dvi-am