summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/wxPython
AgeCommit message (Collapse)Author
2015-11-21fix wxPythonDomen Kožar
2015-09-06wxpython: remove redundant attribute `openglSupport`Vincent Laporte
2015-09-05wxPython: refactor to genericVincent Laporte
2015-09-05wxPython-3: refactorVincent Laporte
2015-09-05wxPython: 3.0.0.0 -> 3.0.2.0Vincent Laporte
2014-11-04pythonPackages.runsnakerun: add performance/memory GUI profiler for pythonDomen Kožar
2014-09-12pypy: handle unsupported packagesDomen Kožar
2014-03-25Add wxPython-3.0 with OpenGL support.ambrop7@gmail.com
2011-10-11Remove wxPython26 since it is not usedYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=29773
2011-09-20* wxPython updated to 2.8.12.0.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=29395
2011-05-04* Move wxPython into python-packages.nix so that you can get wxPythonEelco Dolstra
built for the appropriate Python version (e.g. python26Packages.wxPython). svn path=/nixpkgs/trunk/; revision=27127
2011-05-03* wxPython updated to 2.8.12.0.Eelco Dolstra
* wxPython builder: wrap the Python programs (such as pyshell) so that they actually work. svn path=/nixpkgs/trunk/; revision=27122
2010-04-21* Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra
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
2010-04-17- adding experimental python31 buildMarc Weber
- 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
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra
builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-05-31* Very subtle purity error: on NixOS, wxGTK wasn't being built withEelco Dolstra
Xinerama support. It gets libXinerama as an explicit build input, but it checks for its existence in /usr/X11/include etc. This caused Bittorrent to fail (NIXPKGS-61). Backported the builder fixes from wxGTK 2.8. svn path=/nixpkgs/trunk/; revision=8813
2007-05-31* Added wxGTK/wxPython 2.8. However this was quite pointless asEelco Dolstra
Bittorrent is even more broken with wxPython 2.8. svn path=/nixpkgs/trunk/; revision=8812
2006-12-13* BitTorrent 5.0.3.Eelco Dolstra
* wxPython 2.6.3. svn path=/nixpkgs/trunk/; revision=7341
2005-12-05* "." -> "source".Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4335
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=3660
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-04-02* Updated some more packages. However, bittorrent and vlc don't workEelco Dolstra
right now because wxGTK is broken (it depends on internal symbols in GTK which where made private in GTK 2.4). svn path=/nixpkgs/trunk/; revision=907
2004-03-29* Remove trivial builders.Eelco Dolstra
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-02-17* Added wxPython.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=795