summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpathSimon McVittie2023-01-201-2/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* setup.py: Remove unused distutils importsSimon McVittie2023-01-201-2/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* setup.py: Build using Meson instead of Autotools by defaultSimon McVittie2022-09-061-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 classifierSimon McVittie2022-09-051-1/+0
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Use README as the long descriptionSimon McVittie2018-05-021-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 ImportWarningSimon McVittie2017-11-051-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 testsSimon McVittie2016-08-111-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.pySimon McVittie2016-02-221-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 2Simon McVittie2016-02-221-1/+1
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Add a setup.py which wraps Autotools in something virtualenv-friendlySimon McVittie2016-01-211-0/+107
|
* Remove setup.py (no longer used in favour of autotools)Simon McVittie2007-01-091-195/+0
|
* Bump version to 0.80rc2Simon McVittie2006-12-131-1/+1
|
* Convert generic glue, main loop integration, message append/get_args, ↵Simon McVittie2006-12-111-0/+5
| | | | validation into separate translation units - no *-impl.h remaining
* Separate out remaining types (abstract, bytes, containers, int, float, ↵Simon McVittie2006-12-111-2/+9
| | | | signature, string) into separate translation units
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+3
|
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-081-0/+2
|
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-1/+5
|
* NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91Simon McVittie2006-12-061-1/+1
|
* setup.py, dbus/matchrules.py: Remove obsolete dbus.matchrules (the new ↵Simon McVittie2006-12-051-1/+0
| | | | implementation is in _dbus)
* setup.py: Add dbus.lowlevelSimon McVittie2006-11-301-0/+1
|
* setup.py: Don't remove ChangeLog on clean.Simon McVittie2006-11-241-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 McVittie2006-11-221-1/+1
|
* Add short-term backwards compatibility with dbus_bindings (various programs ↵Simon McVittie2006-11-221-0/+2
| | | | try to catch dbus_bindings.DBusException)
* Add improved main-loop integration.Simon McVittie2006-11-221-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 McVittie2006-11-161-1/+1
|
* setup.py: Import CFLAGS from environment (used by development Makefile for ↵Simon McVittie2006-11-141-0/+7
| | | | warning control)
* Seth was a Red Hat employee when contributing to dbus-python: alter ↵Simon McVittie2006-10-051-2/+1
| | | | copyright notices accordingly
* setup.py: Remove "import extract" (no longer exists)Simon McVittie2006-09-281-2/+2
|
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-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 installSimon McVittie2006-09-271-1/+0
|
* Makefile, setup.py: Stop forcing -O0 -gSimon McVittie2006-09-271-1/+0
|
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-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 McVittie2006-08-311-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 stderrJohn (J5) Palmieri2006-07-271-3/+3
|
* * setup.py: some distros have older gits which don't have the git-log --statJohn (J5) Palmieri2006-07-271-5/+15
| | | | flag. We check for an error and if so revert to just calling git-log
* * Released 0.71John (J5) Palmieri2006-07-241-1/+1
|
* * Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>:John (J5) Palmieri2006-07-241-0/+25
| | | | Export the correct cflags in distutils
* * Automate building of ChangeLogJohn (J5) Palmieri2006-07-211-0/+18
|
* * fixed where the binary modules are installed intoJohn (J5) Palmieri2006-07-211-2/+2
|
* * Add tests backJohn (J5) Palmieri2006-07-121-13/+16
| | | | * create a check command for distutils (python setup.py check)
* * MANIFEST.in: AddedJohn (J5) Palmieri2006-07-121-1/+1
| | | | * setup.py: change package name to dbus-python
* - s/dbus/-Idbus\// in includedirs_flagJohn (J5) Palmieri2006-07-121-3/+3
|
* setup.py, dbus/extract.py: Patch from Osvaldo Santana NetoRobert McQueen2006-07-121-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.