Switch to autotools and test with Python 2.5 as well as 2.4.upstream/autotools
commite6eb7b5307da2a446e1c8c6b0cb6b11fc6705b00
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Dec 2006 20:33:56 +0000 (18 20:33 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Dec 2006 20:33:56 +0000 (18 20:33 +0000)
tree3315ae510245c0a0b4d791b7c1d73f1bc01afdce
parent73457d0e435f4a9be9a9980fb06dd004b87c6647
Switch to autotools and test with Python 2.5 as well as 2.4.

In the process:

HACKING.txt: update
include/dbus-python.h: add some typedefs to make it saner
bus.c, conn.c, conn-methods.c: further alter docstrings to keep epydoc happy
exceptions.c: create exceptions in a more longwinded way for Python 2.5 compatibility
message-get-args.c, bus/__init__.py: tweak docstrings
dbus/introspect_parser.py: make docstring valid reStructuredText
run-test.sh: simplify, since configure now does some of the work
test/*.py: use paths from run-test.sh, cope with out-of-tree builds
test-standalone.py: carry out additional sanity checks
31 files changed:
.gitignore
HACKING.txt
MANIFEST.in [deleted file]
Makefile
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
_dbus_bindings/bus.c
_dbus_bindings/conn-methods.c
_dbus_bindings/conn.c
_dbus_bindings/exceptions.c
_dbus_bindings/message-get-args.c
_dbus_bindings/module.c
autogen.sh [new file with mode: 0755]
autotools/as-ac-expand.m4 [new file with mode: 0644]
autotools/jhflags.m4 [new file with mode: 0644]
autotools/python.m4 [new file with mode: 0644]
configure.ac [new file with mode: 0644]
dbus-python.pc.in [new file with mode: 0644]
dbus/__init__.py
dbus/_version.py.in [new file with mode: 0644]
dbus/introspect_parser.py
include/dbus-python.h
test/TestSuitePythonService.service.in [new file with mode: 0644]
test/run-test.sh
test/run-with-tmp-session-bus.sh [new file with mode: 0755]
test/test-client.py
test/test-service.py
test/test-signals.py
test/test-standalone.py
test/tmp-session-bus.conf.in [moved from tools/session.conf with 68% similarity]
tools/run-with-tmp-session-bus.sh [deleted file]