summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-20setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpathSimon McVittie1-2/+1
2023-01-20setup.py: Remove unused distutils importsSimon McVittie1-2/+1
2022-09-06setup.py: Build using Meson instead of Autotools by defaultSimon McVittie1-36/+64
2022-09-05setup.py: Remove obsolete Python 2 classifierSimon McVittie1-1/+0
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2018-05-02Use README as the long descriptionSimon McVittie1-0/+1
2017-11-05Rename source directories for C code to silence an ImportWarningSimon McVittie1-2/+2
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie1-0/+1
2016-02-22Disable Automake maintainer mode when building via setup.pySimon McVittie1-0/+1
2016-02-22Fix setup.py in tarballs on Python 2Simon McVittie1-1/+1
2016-01-21Add a setup.py which wraps Autotools in something virtualenv-friendlySimon McVittie1-0/+107
2007-01-09Remove setup.py (no longer used in favour of autotools)Simon McVittie1-195/+0
2006-12-13Bump version to 0.80rc2Simon McVittie1-1/+1
2006-12-11Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie1-0/+5
2006-12-11Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie1-2/+9
2006-12-11Split out exceptions, pending call, message into separate .c filesSimon McVittie1-0/+3
2006-12-08_dbus_bindings: debug-impl.h -> debug.cSimon McVittie1-0/+2
2006-12-08_dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie1-1/+5
2006-12-06NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91Simon McVittie1-1/+1
2006-12-05setup.py, dbus/matchrules.py: Remove obsolete dbus.matchrules (the new implem...Simon McVittie1-1/+0
2006-11-30setup.py: Add dbus.lowlevelSimon McVittie1-0/+1
2006-11-24setup.py: Don't remove ChangeLog on clean.Simon McVittie1-11/+1
2006-11-22Bump version to 0.80pre2 (or internally 0.79.2)Simon McVittie1-1/+1
2006-11-22Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie1-0/+2
2006-11-22Add improved main-loop integration.Simon McVittie1-0/+2
2006-11-16Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1)Simon McVittie1-1/+1
2006-11-14setup.py: Import CFLAGS from environment (used by development Makefile for wa...Simon McVittie1-0/+7
2006-10-05Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie1-2/+1
2006-09-28setup.py: Remove "import extract" (no longer exists)Simon McVittie1-2/+2
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-0/+25
2006-09-27setup.py: Remove _util from modules to installSimon McVittie1-1/+0
2006-09-27Makefile, setup.py: Stop forcing -O0 -gSimon McVittie1-1/+0
2006-09-26Throughout dbus-python: Use the C implementation.Simon McVittie1-19/+6
2006-08-31Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie1-7/+7
2006-07-27* setup.py: read the stdout pipe before stderrJohn (J5) Palmieri1-3/+3
2006-07-27* setup.py: some distros have older gits which don't have the git-log --statJohn (J5) Palmieri1-5/+15
2006-07-24* Released 0.71John (J5) Palmieri1-1/+1
2006-07-24* Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>:John (J5) Palmieri1-0/+25
2006-07-21* Automate building of ChangeLogJohn (J5) Palmieri1-0/+18
2006-07-21* fixed where the binary modules are installed intoJohn (J5) Palmieri1-2/+2
2006-07-12* Add tests backJohn (J5) Palmieri1-13/+16
2006-07-12* MANIFEST.in: AddedJohn (J5) Palmieri1-1/+1
2006-07-12- s/dbus/-Idbus\// in includedirs_flagJohn (J5) Palmieri1-3/+3
2006-07-12setup.py, dbus/extract.py: Patch from Osvaldo Santana NetoRobert McQueen1-0/+108