nixpkgs/pkgs/development/python-modules
Cillian de Róiste 01cc4301f3 Add a patched version of buildout 2.2.0 for development with nix
Without this patch buildout will copy eggs from the nix store into the
./eggs directory and then try to compile them. This fails because they
are read only. This patch changes the behaviour to create symlinks to
eggs available in the nix store instead of copying them, and not to
try to compile the eggs in the store. To differentiate this from the
default buildout (which may be provided otherwise e.g. as a
dependency) the executable is renamed to buildout-nix.

This can be used in conjuntion with myEnvFun to create development
environments which make use of the python modules available in the
store while downloading any additional required eggs. A pleasant side
effect is that you can conveniently replace the symlink with a copy
for debugging purposes.
2013-08-28 00:26:06 +02:00
..
4suite * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
blivet blivet: Update sha256, as it changed upstream. 2013-08-02 10:59:06 +02:00
bsddb3 * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
buildout-nix Add a patched version of buildout 2.2.0 for development with nix 2013-08-28 00:26:06 +02:00
dbus dbus-python: update the ancient version 2013-03-15 01:09:57 +01:00
generic don't wrap scripts in EGG-INFO/scripts since they are called from python 2013-07-29 19:31:58 +02:00
gyp Missed some darwin cflags in gyp 2013-05-28 18:38:22 -04:00
irclib Even more mirror:// fixes 2013-07-14 04:17:07 +03:00
libsexy * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
numeric * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
offline-distutils fix offlineDistutils (#271), needs to be in a site-packages subdir 2013-01-21 12:12:03 +01:00
pil pil uses buildPythonPackage and is now actually also built for 2.6 2012-12-05 11:31:27 +01:00
psyco * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
pycairo pycairo: move to pythonPackages 2013-01-11 15:23:44 +01:00
pycrypto add older pycrypto25 2013-03-09 10:24:38 +01:00
pycups * Update pycups, PyQt and SIP. 2011-07-21 20:14:17 +00:00
pyexiv2 add jbrout, a photo manager using IPTC keywords/EXIF 2011-08-22 20:26:11 +00:00
pygame fix bad "licence" names 2013-07-04 18:16:34 +02:00
pygobject make package use mirror:// for gnu, savannah and gnome repositories where possible 2013-07-14 05:23:06 +03:00
pygtk make package use mirror:// for gnu, savannah and gnome repositories where possible 2013-07-14 05:23:06 +03:00
pylint Move namePrefix="" python packages out of python-packges.nix 2013-07-31 13:34:11 +02:00
pyopenssl Gajim: make OpenSSL code work 2012-09-13 18:03:50 +04:00
pyqt PyQt4: Advance version to 4.10.1. Note: needed for KDE4.10 to build. 2013-05-06 22:15:06 +03:00
pyside pyside-generatorrunner: fix version to match sources 2013-07-19 07:50:27 +03:00
python-sip Fix licenses. My fixes were more carefully checked against sources and home page license claims :) 2013-07-14 02:11:41 +03:00
pyx * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
pyxml * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
rbtools Move namePrefix="" python packages out of python-packges.nix 2013-07-31 13:34:11 +02:00
recursive-pth-loader python prefix for recursive pth loader and fix typo 2012-12-14 19:47:51 +01:00
rhpl python-rhpl: fix mirror. unfortunately can't use mirror://fedora for this because this is a very old 2013-07-14 02:08:54 +03:00
setuptools setuptools: add note why darwin tests are disabled 2013-08-23 12:41:19 +02:00
stringtemplate * Reverted most of the recent Python refactorings, as discussed. It's 2010-04-21 10:51:15 +00:00
wxPython Remove wxPython26 since it is not used 2011-10-11 19:46:31 +00:00
xmpppy Even more mirror:// fixes 2013-07-14 04:17:07 +03:00
boto-1.9-python-2.7.patch * Applied a patch to get Euca2ools / Boto to work on Python 2.7. 2011-10-21 15:01:40 +00:00
sqlalchemy-0.7.10-test-failures.patch sqlalchemy: add the patch so that things work, you know 2013-07-28 17:13:19 +02:00
virtualenv-change-prefix.patch pythonPackages.virtualenv: update to 1.8.4 2013-01-17 00:18:02 +01:00