about summary refs log tree commit diff
path: root/pkgs/development/python-modules
AgeCommit message (Collapse)AuthorFilesLines
2009-09-16Specify some obvious platform setsMichael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=17205
2009-09-10Upgraded PyQt and dependencies to 4.5.4Sander van der Burg2-8/+19
svn path=/nixpkgs/trunk/; revision=17031
2009-08-11buildPythonPackage: Allow `checkPhase' and `postInstall' to be customized.Ludovic Courtès1-5/+6
svn path=/nixpkgs/trunk/; revision=16675
2009-07-07pysqlite: Move to `python-packages.nix'.Ludovic Courtès2-67/+0
svn path=/nixpkgs/trunk/; revision=16229
2009-07-07pysqlite 2.5.5.Ludovic Courtès2-7/+44
svn path=/nixpkgs/trunk/; revision=16228
2009-06-28buildPythonPackage: Wrap binaries with an appropriate $PATH.Ludovic Courtès1-1/+15
svn path=/nixpkgs/trunk/; revision=16081
2009-06-28buildPythonPackage: Inherit extra attributes from its argument.Ludovic Courtès1-2/+8
svn path=/nixpkgs/trunk/; revision=16080
2009-06-28buildPythonPackage: Allow callers to get rid of the `python-' name prefix.Ludovic Courtès1-2/+3
svn path=/nixpkgs/trunk/; revision=16079
2009-06-26* Fix that annoying deprecated getAttr warning.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=16049
2009-05-26buildPythonPackage: Simplify attribute inheritance.Ludovic Courtès1-12/+2
Suggested by Eelco Dolstra. svn path=/nixpkgs/trunk/; revision=15731
2009-05-24Move Twisted to `buildPythonPackage'.Ludovic Courtès1-17/+0
svn path=/nixpkgs/trunk/; revision=15709
2009-05-24buildPythonPackage: Handle patches.Ludovic Courtès1-0/+7
svn path=/nixpkgs/trunk/; revision=15708
2009-05-24Change Nevow, SimpleJSON, and Foolscap to use `buildPythonPackage'.Ludovic Courtès3-178/+0
svn path=/nixpkgs/trunk/; revision=15707
2009-05-24Add a `buildPythonPackage' function.Ludovic Courtès1-0/+79
svn path=/nixpkgs/trunk/; revision=15706
2009-05-24Restoring builderDefs functionality in setuptoolsMichael Raskin1-10/+25
svn path=/nixpkgs/trunk/; revision=15697
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber5-5/+5
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-23setuptools: Update to 0.6c9; fix the `easy_install' command line tool.Ludovic Courtès2-19/+37
svn path=/nixpkgs/trunk/; revision=15690
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2-7/+1
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
2009-04-17Add simplejson, a JSON encoded/decoded for Python.Ludovic Courtès1-0/+45
svn path=/nixpkgs/trunk/; revision=15110
2009-04-16Add Foolscap, a distributed capability RPC protocol.Ludovic Courtès1-0/+53
svn path=/nixpkgs/trunk/; revision=15109
2009-04-16Add Nevow, a webby Python thingie.Ludovic Courtès1-0/+80
svn path=/nixpkgs/trunk/; revision=15104
2009-04-12Added xmpppy - python XMPP library and pyIRCt - python IRC transportMichael Raskin2-0/+62
svn path=/nixpkgs/trunk/; revision=15005
2009-04-12Added Gajim XMPP client in nearly full-feature configuration with all ↵Michael Raskin4-2/+92
dependencies svn path=/nixpkgs/trunk/; revision=15001
2009-03-10Fixed Python StringTemplate library.Peter Simons1-2/+2
Most importantly, this change required updating the ANTLR 2.x expression to install the Python run-time library. While we're at it, we're building the run-time library for C++ and Java, too. There is still work to be done: the stringtemplate library doesn't find antlr.py without help yet. svn path=/nixpkgs/trunk/; revision=14489
2009-03-09Added CUPS administration tools in kdeadminSander van der Burg2-0/+24
svn path=/nixpkgs/trunk/; revision=14457
2009-03-09Moved python stringtemplate library from tools/text/py-string-templatePeter Simons1-0/+17
to development/python-modules/stringtemplate. svn path=/nixpkgs/trunk/; revision=14455
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2-5/+2
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
2009-02-25Added pycups,desktop_file_utils,system_config_printer packages and added ↵Sander van der Burg3-0/+33
python kdebindings closure svn path=/nixpkgs/trunk/; revision=14246
2008-10-06PyGame: Use SDL_mixer.Ludovic Courtès1-3/+7
svn path=/nixpkgs/trunk/; revision=12977
2008-10-06PyGame: Use Numeric.Ludovic Courtès1-10/+24
svn path=/nixpkgs/trunk/; revision=12976
2008-10-06Add Python Numeric.Ludovic Courtès1-0/+40
svn path=/nixpkgs/trunk/; revision=12975
2008-10-05moved pysqlite into PYTHON MODULES sectionMarc Weber2-0/+33
svn path=/nixpkgs/trunk/; revision=12964
2008-09-19Re-apply Eelco's "installCommand --> installPhase" patch.Peter Simons1-3/+3
svn path=/nixpkgs/trunk/; revision=12892
2008-09-19Install wrappers for Twisted binaries to ensure a correct ${PYTHONPATH}.Peter Simons1-7/+8
svn path=/nixpkgs/trunk/; revision=12891
2008-09-02* Removed $installCommand, it's no longer needed since we split theEelco Dolstra1-2/+5
install and fixup phases. You can just override installPhase. svn path=/nixpkgs/trunk/; revision=12787
2008-09-01Updated scons and twisted; added buildbot.Peter Simons1-3/+3
* Updated scons to version 1.0.0. Also added appropriate makeWrapper calls to ensure that the python binary finds its library files. * Updated Twisted from 2.5 to 8.1. * Added an expression for buildbot. svn path=/nixpkgs/trunk/; revision=12782
2008-08-29- Some Ruby interpreter bumped versionPjotr Prins4-0/+52
- Kernel headers 2.6.18 added (XEN virtual images) - unifdef package added for kernel headers 2.6.18 - Python Zope and 4suite added - Trying bioconductor packages with R-lang (still failing) - Bumped gmp version - Added rq cluster runner - still requires extra gems (installs, but does not run) svn path=/nixpkgs/trunk/; revision=12766
2008-08-13PyOpenGL: Propagate build inputs that need it.Ludovic Courtès1-1/+2
svn path=/nixpkgs/trunk/; revision=12609
2008-08-12Remove duplicate expression for PIL (Python Imaging Library).Ludovic Courtès2-69/+41
svn path=/nixpkgs/trunk/; revision=12599
2008-08-12Add PyOpenGL.Ludovic Courtès1-0/+37
svn path=/nixpkgs/trunk/; revision=12598
2008-08-12Add PIL, the Python Imaging Library.Ludovic Courtès1-0/+41
svn path=/nixpkgs/trunk/; revision=12597
2008-06-12Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked ↵Michael Raskin2-0/+37
in corresponding directory. svn path=/nixpkgs/trunk/; revision=12060
2008-06-01Add PyX: Python graphics package.Nicolas Pierron1-0/+40
svn path=/nixpkgs/trunk/; revision=11945
2008-05-25Added xxdiffMichael Raskin3-0/+58
svn path=/nixpkgs/trunk/; revision=11888
2008-03-17* Adde xpra. Doesn't quite work yet.Eelco Dolstra1-3/+4
* Removed python_alts. svn path=/nixpkgs/trunk/; revision=11161
2008-02-22Add PyXML.Ludovic Courtès1-0/+29
svn path=/nixpkgs/trunk/; revision=10832
2008-01-30Nix-expr style reviewYury G. Kudryashov2-12/+12
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
2008-01-18* makeWrapper: option --run <CMD> to run a command from the wrapper.Eelco Dolstra2-6/+6
This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra4-4/+4
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