diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-18 20:33:56 +0000 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-18 20:33:56 +0000 |
| commit | e6eb7b5307da2a446e1c8c6b0cb6b11fc6705b00 (patch) | |
| tree | 3315ae510245c0a0b4d791b7c1d73f1bc01afdce /dbus-python.pc.in | |
| parent | 73457d0e435f4a9be9a9980fb06dd004b87c6647 (diff) | |
| download | dbus-python-e6eb7b5307da2a446e1c8c6b0cb6b11fc6705b00.tar.gz | |
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
Diffstat (limited to 'dbus-python.pc.in')
| -rw-r--r-- | dbus-python.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dbus-python.pc.in b/dbus-python.pc.in new file mode 100644 index 0000000..65f98fa --- /dev/null +++ b/dbus-python.pc.in @@ -0,0 +1,11 @@ +# This file is currently Python-version-independent. +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@ + +Name: dbus-python +Description: Python bindings for D-Bus +Requires: dbus-1 +Version: @VERSION@ |
