Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpath | Simon McVittie | 2023-01-20 | 1 | -2/+1 |
| | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | setup.py: Remove unused distutils imports | Simon McVittie | 2023-01-20 | 1 | -2/+1 |
| | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | setup.py: Build using Meson instead of Autotools by default | Simon McVittie | 2022-09-06 | 1 | -36/+64 |
| | | | | | | | This requires mostly dropping support for Python 3.5 and 3.6, both of which are EOL anyway. Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | setup.py: Remove obsolete Python 2 classifier | Simon McVittie | 2022-09-05 | 1 | -1/+0 |
| | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | Add clearer licensing information in SPDX format | Simon McVittie | 2019-07-15 | 1 | -0/+2 |
| | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | Use README as the long description | Simon McVittie | 2018-05-02 | 1 | -0/+1 |
| | | | | | | PyPI no longer renders README by default. Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | Rename source directories for C code to silence an ImportWarning | Simon McVittie | 2017-11-05 | 1 | -2/+2 |
| | | | | | | | Python warns that it is not importing these directories because they contain no __init__.py. Signed-off-by: Simon McVittie <smcv@collabora.com> | ||||
* | Use TAP syntax for all directly-run tests | Simon McVittie | 2016-08-11 | 1 | -0/+1 |
| | | | | | | | For now this means that skipped tests will be reported as passed. This will be corrected in the next commit. Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
* | Disable Automake maintainer mode when building via setup.py | Simon McVittie | 2016-02-22 | 1 | -0/+1 |
| | | | | | | | pip doesn't preserve timestamps in tarballs, so half the build system is going to look as though it has been changed. Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
* | Fix setup.py in tarballs on Python 2 | Simon McVittie | 2016-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
* | Add a setup.py which wraps Autotools in something virtualenv-friendly | Simon McVittie | 2016-01-21 | 1 | -0/+107 |
| | |||||
* | Remove setup.py (no longer used in favour of autotools) | Simon McVittie | 2007-01-09 | 1 | -195/+0 |
| | |||||
* | Bump version to 0.80rc2 | Simon McVittie | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | Convert generic glue, main loop integration, message append/get_args, ↵ | Simon McVittie | 2006-12-11 | 1 | -0/+5 |
| | | | | validation into separate translation units - no *-impl.h remaining | ||||
* | Separate out remaining types (abstract, bytes, containers, int, float, ↵ | Simon McVittie | 2006-12-11 | 1 | -2/+9 |
| | | | | signature, string) into separate translation units | ||||
* | Split out exceptions, pending call, message into separate .c files | Simon McVittie | 2006-12-11 | 1 | -0/+3 |
| | |||||
* | _dbus_bindings: debug-impl.h -> debug.c | Simon McVittie | 2006-12-08 | 1 | -0/+2 |
| | |||||
* | _dbus_bindings: split out conn, conn-methods into separate translation units | Simon McVittie | 2006-12-08 | 1 | -1/+5 |
| | |||||
* | NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91 | Simon McVittie | 2006-12-06 | 1 | -1/+1 |
| | |||||
* | setup.py, dbus/matchrules.py: Remove obsolete dbus.matchrules (the new ↵ | Simon McVittie | 2006-12-05 | 1 | -1/+0 |
| | | | | implementation is in _dbus) | ||||
* | setup.py: Add dbus.lowlevel | Simon McVittie | 2006-11-30 | 1 | -0/+1 |
| | |||||
* | setup.py: Don't remove ChangeLog on clean. | Simon McVittie | 2006-11-24 | 1 | -11/+1 |
| | | | | | Yes, it's generated, but that just means it shouldn't be in the git repo; it should still appear in tarballs. | ||||
* | Bump version to 0.80pre2 (or internally 0.79.2) | Simon McVittie | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Add short-term backwards compatibility with dbus_bindings (various programs ↵ | Simon McVittie | 2006-11-22 | 1 | -0/+2 |
| | | | | try to catch dbus_bindings.DBusException) | ||||
* | Add improved main-loop integration. | Simon McVittie | 2006-11-22 | 1 | -0/+2 |
| | | | | | | Currently only GLib (with the default main context) and a "null main loop" are supported, but a pure-Python main loop could be supported without incompatible API changes. | ||||
* | Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1) | Simon McVittie | 2006-11-16 | 1 | -1/+1 |
| | |||||
* | setup.py: Import CFLAGS from environment (used by development Makefile for ↵ | Simon McVittie | 2006-11-14 | 1 | -0/+7 |
| | | | | warning control) | ||||
* | Seth was a Red Hat employee when contributing to dbus-python: alter ↵ | Simon McVittie | 2006-10-05 | 1 | -2/+1 |
| | | | | copyright notices accordingly | ||||
* | setup.py: Remove "import extract" (no longer exists) | Simon McVittie | 2006-09-28 | 1 | -2/+2 |
| | |||||
* | Add copyright, AFL2.1, GPL2 notices, which might even be correct... | Simon McVittie | 2006-09-27 | 1 | -0/+25 |
| | | | | | | | | | The lists of copyright holders are derived from the D-Bus CVS changelog: I've erred on the side of adding people to the list rather than not. For now I've assumed that J5's contributions are owned by Red Hat, Collabora people's contributions (Rob McQueen, Rob Taylor, Ole Andre Ravnaas, myself) are owned by Collabora and everything else is owned by the author. | ||||
* | setup.py: Remove _util from modules to install | Simon McVittie | 2006-09-27 | 1 | -1/+0 |
| | |||||
* | Makefile, setup.py: Stop forcing -O0 -g | Simon McVittie | 2006-09-27 | 1 | -1/+0 |
| | |||||
* | Throughout dbus-python: Use the C implementation. | Simon McVittie | 2006-09-26 | 1 | -19/+6 |
| | | | | | | Add document API_CHANGES.txt listing visible API changes. Add more test cases, for low-level Python <-> D-Bus type mappings. Amend existing test cases to cope with the API changes. | ||||
* | Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings. | Simon McVittie | 2006-08-31 | 1 | -7/+7 |
| | | | | | Ditto for dbus_glib_bindings. Remove dbus.pth - should no longer be needed after this change. | ||||
* | * setup.py: read the stdout pipe before stderr | John (J5) Palmieri | 2006-07-27 | 1 | -3/+3 |
| | |||||
* | * setup.py: some distros have older gits which don't have the git-log --stat | John (J5) Palmieri | 2006-07-27 | 1 | -5/+15 |
| | | | | flag. We check for an error and if so revert to just calling git-log | ||||
* | * Released 0.71 | John (J5) Palmieri | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | * Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>: | John (J5) Palmieri | 2006-07-24 | 1 | -0/+25 |
| | | | | Export the correct cflags in distutils | ||||
* | * Automate building of ChangeLog | John (J5) Palmieri | 2006-07-21 | 1 | -0/+18 |
| | |||||
* | * fixed where the binary modules are installed into | John (J5) Palmieri | 2006-07-21 | 1 | -2/+2 |
| | |||||
* | * Add tests back | John (J5) Palmieri | 2006-07-12 | 1 | -13/+16 |
| | | | | * create a check command for distutils (python setup.py check) | ||||
* | * MANIFEST.in: Added | John (J5) Palmieri | 2006-07-12 | 1 | -1/+1 |
| | | | | * setup.py: change package name to dbus-python | ||||
* | - s/dbus/-Idbus\// in includedirs_flag | John (J5) Palmieri | 2006-07-12 | 1 | -3/+3 |
| | |||||
* | setup.py, dbus/extract.py: Patch from Osvaldo Santana Neto | Robert McQueen | 2006-07-12 | 1 | -0/+108 |
<osvaldo.santana@indt.org.br> to make the python bindings build and install with distutils. Not quite working yet because of path madness with the extract.py stuff. |