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
blivet blivet: Update sha256, as it changed upstream. 2013-08-02 10:59:06 +02:00
bsddb3
buildout-nix Add a patched version of buildout 2.2.0 for development with nix 2013-08-28 00:26:06 +02:00
dbus
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
numeric
offline-distutils
pil
psyco
pycairo
pycrypto
pycups
pyexiv2
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
pyqt
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
pyxml
rbtools Move namePrefix="" python packages out of python-packges.nix 2013-07-31 13:34:11 +02:00
recursive-pth-loader
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
wxPython
xmpppy Even more mirror:// fixes 2013-07-14 04:17:07 +03:00
boto-1.9-python-2.7.patch
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