summaryrefslogtreecommitdiff
path: root/sysutils/py-dbus/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-03-03 12:16:24 +0000
committerwiz <wiz@pkgsrc.org>2016-03-03 12:16:24 +0000
commitff09c541de714d00eb47c597d0d385dff48071ab (patch)
treed42f8b8385d7ec4106e4ecddf8b342c47a6c4fc6 /sysutils/py-dbus/patches
parentba8ffc24f7c7170c8b834dbf9fb6e7f62e44e09f (diff)
downloadpkgsrc-ff09c541de714d00eb47c597d0d385dff48071ab.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/patches')
-rw-r--r--sysutils/py-dbus/patches/patch-aa14
1 files changed, 10 insertions, 4 deletions
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