aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pygobject/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3.pkgs.pygobject2: fix buildJan Tojnar2019-12-201-2/+2
| | | | | | | | | | 2.28.7 no longer installs codegen for Python 3: https://gitlab.gnome.org/GNOME/pygobject/commit/2940d0c45c592c19196d4ab0d345ab27fca0f0a0 so our postInstall broke. No need to rename the pth file either, as pygtk does not work on Python 3.
* python3.pkgs.pygobject2: 2.28.6 -> 2.28.7Jan Tojnar2019-12-141-9/+5
| | | | https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.news
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-3/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* python.pkgs.pygobject2: fix darwin buildJan Tojnar2019-01-271-0/+2
|
* treewide: Make configureFlags listsJohn Ericson2018-08-031-1/+1
|
* pythonPackages: Add version and pname attributes to packagesadisbladis2017-11-231-1/+2
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* pythonPackages.pygobject2: fixup conversation to buildPythonPackageFrederik Rietdijk2017-03-211-0/+1
|
* Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk2017-03-211-2/+2
| | | | | This way all Python packages use the same function, `buildPythonPackage`.
* pygtk: fix broken symlinkJörg Thalheim2016-09-041-2/+3
| | | | | ${pygobject.name} now contains a python2- prefix resulting in a broken symlink. this breaks pygtk and every depending application
* Merge commit 'adaee73' from staging into masterTuomas Tynkkynen2016-09-031-1/+1
|\ | | | | | | | | | | | | | | | | | | This one was already merged into release-16.09, so let's not have the stable branch is ahead of master and confuse things. In addition to that, currently we have an odd situation that master has less things actually finished building than in staging. Conflicts: pkgs/data/documentation/man-pages/default.nix
| * docdev -> devdocEelco Dolstra2016-09-011-1/+1
| | | | | | | | | | It's "developer documentation", not "documentation developer" after all.
* | pygobjectKarn Kallio2016-09-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | In the pygobject package of pythonPackages the codegen python files are executable and get wrapped, which causes pygtk to not build because it uses the python program to execute them. The attached patch makes them not executable so they do not get wrapped and cause pygtk to fail its build. From 931b7998658fa72323c9a76e7b336fe726a9cc61 Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkallio@skami.org> Date: Fri, 2 Sep 2016 15:30:42 -0400 Subject: [PATCH] pygobject: prevent wrapping of codegen/*.py files.
* | pythonPackages: use mkPythonDerivationFrederik Rietdijk2016-09-011-5/+3
|/
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* pythonPackages.pygobject{,3}: let python.buildEnv detect itNikolay Amiantov2016-05-141-0/+2
|
* pygobject: fix some warningsJosé Romildo Malaquias2016-04-161-0/+6
|
* $docdev fixups: mostly to avoid empty outputVladimír Čunát2015-10-281-1/+1
| | | | | | | ... after auto-removing some kinds of files by default. In some cases I let them be removed and in others I let them be put into $docdev. That was more due to general indecisiveness on this question than any reasons in the particular cases.
* Move some more gtk-docs to the doc outputEelco Dolstra2015-07-261-0/+2
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-141-1/+1
| | | | possible
* pygobject: update to 2.28.6Cillian de Róiste2013-03-061-3/+3
| | | | This fixes an issue with MyPaint: https://gna.org/bugs/?20400
* fixup: pygobject rename pthFlorian Friesdorf2013-01-111-0/+8
|
* pygobject: in pythonPackages, removed hack handled now by pthFlorian Friesdorf2013-01-111-12/+0
|
* Updating pygobject to latest versionRussell O'Connor2010-11-191-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=24763
* * Updated pygobject and pygtk.Eelco Dolstra2010-10-181-6/+14
| | | | svn path=/nixpkgs/trunk/; revision=24354
* pkgs/development/python-modules/pygobject: ensure that python code can be foundPeter Simons2010-09-031-0/+12
| | | | svn path=/nixpkgs/trunk/; revision=23616
* * Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra2010-04-211-0/+11
| | | | | | | | | | | 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
* - adding experimental python31 buildMarc Weber2010-04-171-11/+0
| | | | | | | | | - 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
* Updating some py-gtk things.Lluís Batlle i Rossell2010-04-061-3/+3
| | | | | | With a newer glib, I could have used a newer pyobject. svn path=/nixpkgs/trunk/; revision=20962
* add pygobjectArmijn Hemel2007-05-131-0/+11
svn path=/nixpkgs/trunk/; revision=8665