summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyxml
Commit message (Collapse)AuthorAge
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk2017-03-21
| | | | | This way all Python packages use the same function, `buildPythonPackage`.
* pythonPackages: use mkPythonDerivationFrederik Rietdijk2016-09-01
|
* * 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
* Add PyXML.Ludovic Courtès2008-02-22
svn path=/nixpkgs/trunk/; revision=10832