summary refs log tree commit diff
path: root/pkgs/development/python-modules/pygame
Commit message (Collapse)AuthorAge
* 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