about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pygame
Commit message (Collapse)AuthorAge
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* pygame: 1.9.1 -> 1.9.3Linus Heckemann2017-03-17
|
* pythonPackages.pygame-git: brokenFrederik Rietdijk2016-12-26
|
* pythonPackages.pygame-git: init at 2016-05-17Nikolay Amiantov2016-05-23
|
* pygame: fix for python 3Nikolay Amiantov2016-05-23
|
* pygame: Fix build with multiple outputsaszlig2016-04-15
| | | | | | | | | | | | | | | | | | | | | | The config.py script doesn't seem to cope very well with symlinks, so let's pass it the right derivation outputs wherever possible and fall back to drv.out. I've disabled the tests because they somehow now seem to cause the build to fail even though the tests failed *before* the merge of the closure-size branch, but the whole build didn't fail regardless. Here is a build from before the closure-size branch merge: http://hydra.nixos.org/build/34367296 If you have a look at the build log, you already see a bunch of failing tests (to be exact: the same set of tests that are failing now with the fix of the preConfigure phase). Other than that, the build now succeeds on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python pygame: move callPackage to python-packages.nixFrederik Rietdijk2015-12-11
|
* pygame: fix build, add all deps, use buildPythonPackageDomen Kožar2014-11-26
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* fix bad "licence" namesVladimír Čunát2013-07-04
| | | | | | Mostly what I merged from @lovek323. Such errors can be easily checked by nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
* pygame: update to 1.9.1Song Wenwu2013-06-09
| | | | | Enable PNG and JPEG support Use pygame-v4l patch from AUR
* * Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra2010-04-21
| | | | | | | | | | | 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-17
| | | | | | | | | - 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
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* PyGame: Use SDL_mixer.Ludovic Courtès2008-10-06
| | | | svn path=/nixpkgs/trunk/; revision=12977
* PyGame: Use Numeric.Ludovic Courtès2008-10-06
| | | | svn path=/nixpkgs/trunk/; revision=12976
* Nix-expr style reviewYury G. Kudryashov2008-01-30
| | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
* Added pygame and some of its dependencies. Also added Python Imaging library.Michael Raskin2007-08-09
svn path=/nixpkgs/trunk/; revision=9082