2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-05-30 00:59:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.2.0.
D-Bus Python Bindings 1.2.0 (2013-05-07)
========================================
The "compile like it's 1998" release.
Dependencies:
⢠libdbus 1.6 or later is now required.
Enhancements:
⢠Unicode Corrigendum 9: when used with a suitable version of libdbus
(1.6.10 or later, or 1.7.2 or later), noncharacters in strings are
now accepted
Fixes:
⢠Support DBusException('something with nonâASCII') under Python 2
(Michael Vogt, smcv; fd.o #55899)
⢠Correct some misleading wording in COPYING which was written under the
assumption that libdbus could actually be relicensed to MIT/X11
(Thiago Macieira)
⢠Avoid variable-length arrays, because MSVC++ is still stuck in 1998
(based on patches from Christoph Höger, fd.o #51725)
⢠Remove unnecessary uses of stdint.h (fd.o #51725)
⢠Add support for Unix compilers not supporting 'inline', for completeness
⢠Use GObject.__class__ instead of GObjectMeta, which can no longer be
imported from gi.repository.GObject in pygobject 3.8
⢠Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006)
|
2013-04-06 15:46:36 by Blue Rats | Files touched by this commit (30) |
Log message:
"This line belongs inside the .ifdef block."
|
2012-10-23 21:51:39 by Aleksej Saushev | Files touched by this commit (447) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message:
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
2012-08-08 18:35:27 by Matthias Drochner | Files touched by this commit (1) |
Log message:
CONFLICTS with old py-dbus, from Patrick Welche
|
2012-08-01 20:01:24 by Matthias Drochner | Files touched by this commit (5) |
Log message:
put the Python version independant files from py-dbus into an own pkg,
to allow coexistence of py-dbus for different Python versions
|