about summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* pycrypto: remove version 2.5 since it's vulnerable to CVE-2012-2417, ↵Evgeny Egorochkin2013-12-13
| | | | CVE-2013-1445
* pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314Nixpkgs Monitor2013-12-04
|
* python33Packages.pycrypto: update from 2.6 to 2.6.1, potentially fixes ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2013-1445
* zc_buildout_nix: update to 2.2.1Rok Garbas2013-11-21
|
* Bugfix: zc_buildout_nix, replace links to eggs in the store which have been ↵Cillian de Róiste2013-10-08
| | | | gc-ed
* Fix a bunch of Hydra evaluation errorsEelco Dolstra2013-10-07
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* python-gyp: Fix no-xcode.patch for Darwin.aszlig2013-09-27
| | | | | | | | | | | The last hunk of the patch doesn't apply anymore and causes a build failure on Darwin systems: https://hydra.nixos.org/build/6294943 Fixed the hunk manually. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python-blivet: Fix udev path for Debian Wheezy.aszlig2013-09-20
| | | | | | | | | | | Only affects "useNixUdev = false" and we now include the udev paths for the latest Debian Wheezy release, so we can properly deploy Hetzner machines with NixOps again as they've updated their rescue system to Wheezy. This fixes NixOS/nixops#137, thanks to @lovek323 for reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* recursive-pth-loader: fix python pathBjørn Forsman2013-09-08
| | | | This should work for both python2 and python3.
* recursive-pth-loader: build sitecustomize.pycRicardo M. Correia2013-09-08
| | | | | If this file is not created at build time, then python (when run as root) will create it at run time and mess up the consistency of the nix store.
* Add a patched version of buildout 2.2.0 for development with nixCillian de Róiste2013-08-28
| | | | | | | | | | | | | | | | 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.
* setuptools: add note why darwin tests are disabledDomen Kožar2013-08-23
|
* pythonPackages.googlecl: add expressionJason "Don" O'Conal2013-08-06
|
* blivet: Update sha256, as it changed upstream.aszlig2013-08-02
| | | | | | | | The sha256 was magically changed upstream with the same contents but different timestamps, so let's update it. Thanks to @rbvermaa for noticing. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Move namePrefix="" python packages out of python-packges.nixDomen Kožar2013-07-31
| | | | | | | It doesn't make sense to build tools/applications with three different python interpreter versions, so move them out of python modules list. Also reverts 53ffc6e0ef395a2bd7651423d9783ad8184be1d0.
* don't wrap scripts in EGG-INFO/scripts since they are called from pythonDomen Kozar2013-07-29
|
* recurse into python33 and pypy packagesDomen Kozar2013-07-29
|
* python: include python version when prefixing python packagesDomen Kozar2013-07-29
|
* add python3 support to pythonPackagesDomen Kozar2013-07-29
|
* sqlalchemy: add the patch so that things work, you knowDomen Kozar2013-07-28
|
* pyside-generatorrunner: fix version to match sourcesEvgeny Egorochkin2013-07-19
|
* make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | possible
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* Fix licenses. My fixes were more carefully checked against sources and home ↵Evgeny Egorochkin2013-07-14
| | | | page license claims :)
* python-rhpl: fix mirror. unfortunately can't use mirror://fedora for this ↵Evgeny Egorochkin2013-07-14
| | | | | | because this is a very old package which isn't hosted by all the mirrors.
* Fix tarballShea Levy2013-07-13
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* sip: fix build on darwinJason \"Don\" O'Conal2013-07-12
| | | | * prevent complaints about python not being built as a framework
* python-blivet: Allow to use external udev.aszlig2013-07-08
| | | | | | | | This allows blivet to be used outside of NixOS and with a different udev SO major number. Particularily, this is needed for the NixOps Hetzner backend which is coming soon :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python-blivet: Move into python-modules/blivet.aszlig2013-07-08
| | | | | | This is in preparation for adding overridable function attributes. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fix bad "licence" namesVladimír Čunát2013-07-04
| | | | | | Mostly what I merged from @lovek323. Such errors can be easily checked by nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
* Python: add DETERMINISTIC_BUILD env var. If set, python doesn't write ↵Evgeny Egorochkin2013-06-22
| | | | | | timestamps to pyc files. Tested by building argparse, compiling from cli, compiling using py_compile.
* pygtk: propagate gtk (fixes solfege build)Vladimír Čunát2013-06-13
|
* pygame: update to 1.9.1Song Wenwu2013-06-09
| | | | | Enable PNG and JPEG support Use pygame-v4l patch from AUR
* setuptools: Fix download link (the old one was returning 404)Ricardo M. Correia2013-05-31
|
* Missed some darwin cflags in gypShea Levy2013-05-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* gyp: Fix on darwinShea Levy2013-05-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Adding pygobject3 (for bluez4).Lluís Batlle i Rossell2013-05-09
| | | | | | bluez-simple-agent fails to work otherwise. We discussed this a bit on #486, and this looks like the simplest way to get bluez-simple-agent again.
* PyQt4: Advance version to 4.10.1. Note: needed for KDE4.10 to build.Evgeny Egorochkin2013-05-06
| | | | Patch contributed by Karn Kallio.
* python sip: Advance to version 4.14.6. Note: Needed for KDE4.10 to build.Evgeny Egorochkin2013-05-06
| | | | Patch contributed by Karn Kallio.
* dbus-python: update the ancient versionVladimír Čunát2013-03-15
| | | | This was probably the root of #379.
* pygobject, revert accidental changeCillian de Róiste2013-03-15
| | | | | I suspect we don't need the postInstall step which moves pygtk.pth to pygobject.pth any more, but I didn't mean to include it in this change set
* Fix wicd to find the python gobject on its PYTHONPATHCillian de Róiste2013-03-14
|
* add older pycrypto25Florian Friesdorf2013-03-09
|
* Merge remote-tracking branch 'upstream/pygobject-2.28.6'Shea Levy2013-03-08
|\ | | | | | | | | | | | | | | This branch updates pygobject (the diff itself is trivial), which affects a lot of packages but due to the recent stdenv merge this seems like a good time for this. Signed-off-by: Shea Levy <shea@shealevy.com>
| * pygobject: update to 2.28.6Cillian de Róiste2013-03-06
| | | | | | | | This fixes an issue with MyPaint: https://gna.org/bugs/?20400
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-01-22
|\|
| * fix offlineDistutils (#271), needs to be in a site-packages subdirFlorian Friesdorf2013-01-21
| |
| * Add myself as (additional) maintainer to all python packages.Florian Friesdorf2013-01-21
| |
* | python-sip: Add extra source urlRickard Nilsson2013-01-21
| |