summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* python2.pkgs.dbus-python: disable tests•••PyGObject no longer supports Python 2. Jan Tojnar2020-10-241-2/+2
* pythonPackages.dbus-python: 1.2.12 -> 1.2.16•••This upgrades dbus-python to the 1.2.16 release. Reason for this version upgrade is a the failing hamster application (see. programs.hamster). With a 1.2.12 dbus-python version hamster can not start and fails with: Traceback (most recent call last): File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/bin/.hamster-wrapped", line 41, in <module> from hamster import client, reports File "/nix/store/5ax21lyiprc9v5l3pl7dbfr2hqbrh970-hamster-3.0.2/lib/python3.8/site-packages/hamster/client.py", line 46, in <module> assert not ( AssertionError: python3.8 changed str(<dbus integers>). That broke hamster (https://github.com/projecthamster/hamster/issues/477). Please upgrade to dbus-python >= 1.2.14. Róman Joost2020-07-221-2/+2
* pythonPackages.dbus-python: 1.2.4 -> 1.2.12Frederik Rietdijk2019-10-181-7/+9
* treewide: Change URLs to HTTPS•••Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004 Daniel Schaefer2019-04-221-1/+1
* pythonPackages.dbus-python: fix includedir in pkg-configJan Tojnar2019-03-032-1/+13
* pythonPackages.dbus-python: use checkInputsJan Malakhovski2018-08-111-1/+1
* treewide: preserve hashes from 76999cc40e6•••76999cc40e6 changed some hashes resulting in this PR being technically a mass rebuild. To avoid this, I am restoring some of the hashes (even though it seems silly). My main goal is to get this PR merged quickly as treewide changes like this get out-of-date quickly. This commit should be reverted on the next mass rebuild. Matthew Bauer2018-07-191-1/+1
* treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup Matthew Bauer2018-07-181-2/+2
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-2/+1
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-251-2/+2
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
* Python: add pname attributes to libraries•••so that we can use the update script. Frederik Rietdijk2017-05-271-1/+3
* Python: replace mkPythonDerivation with buildPythonPackage and format="other";•••This way all Python packages use the same function, `buildPythonPackage`. Frederik Rietdijk2017-03-211-2/+3
* pythonPackages: use mkPythonDerivationFrederik Rietdijk2016-09-011-10/+6
* pythonPackages.dbus: missing test dependencyFrederik Rietdijk2016-08-261-2/+2
* dbus-python: fix build with python-3•••Also enable checks again. Vladimír Čunát2016-05-251-3/+7
* dbus-python: 1.2.0 -> 1.2.4•••Despite the version change, the NEWS seem pretty big. Vladimír Čunát2016-05-221-2/+2
* python-dubs: set pythonPath for wrapper•••The python.buildEnv wrapper expects that all pythonPackages have a pythonPath set, so we set to a dummy value here. Benno Fünfstück2015-11-011-0/+4
* Fix some platformsWilliam A. Kennington III2015-04-251-0/+1
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"•••This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368 Domen Kožar2015-01-081-0/+2
* Introduce patchShebangsPhase ran in preConfigurePhases•••(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si> Domen Kožar2015-01-021-2/+0
* pypy: handle unsupported packagesDomen Kožar2014-09-121-2/+2
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
* dbus_python: update 1.1.1 -> 1.2.0Vladimír Čunát2013-11-171-2/+2
* dbus-python: update the ancient version•••This was probably the root of #379. Vladimír Čunát2013-03-151-4/+10
* * dbus-python updated to 0.84.0.•••svn path=/nixpkgs/branches/kde-4.7/; revision=27882 Eelco Dolstra2011-07-211-20/+7
* * Updated dbus-python.•••svn path=/nixpkgs/trunk/; revision=22470 Eelco Dolstra2010-07-051-2/+2
* * Reverted most of the recent Python refactorings, as discussed. It's••• a worthy goal to move the Python packages that are currently in all-packages.nix into a single attribute set, but this doesn't require moving python-packages.nix or the other changes made to that file. The Python packages in all-packages.nix should simply be moved to python-packages.nix, and ideally changed to use buildPythonPackage. svn path=/nixpkgs/trunk/; revision=21196 Eelco Dolstra2010-04-211-0/+29
* - adding experimental python31 build•••- cleanup python libraries: * moving all python libraries into a attr set into a directory so that expressions can be used for both: python 2.5 and 2.6 easily * disabling packages which don't build svn path=/nixpkgs/trunk/; revision=21142 Marc Weber2010-04-171-29/+0
* big breaking change: renaming lib.getAttr to lib.attrByPath•••getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692 Marc Weber2009-05-241-1/+1
* Added Gajim XMPP client in nearly full-feature configuration with all depende...•••svn path=/nixpkgs/trunk/; revision=15001 Michael Raskin2009-04-121-0/+29