summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* 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
| |
* | Merge remote-tracking branch 'upstream/master' into stdenv-updatesRickard Nilsson2013-01-20
|\|
| * pythonPackages: default to python's maintainers and platformsFlorian Friesdorf2013-01-19
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-01-17
|\|
| * pythonPackages.virtualenv: update to 1.8.4Cillian de Róiste2013-01-17
| |
| * remove old inactive pth file creation for buildInputsFlorian Friesdorf2013-01-15
| |
| * don't put propagated recursivePthLoader into pth file, #257Florian Friesdorf2013-01-11
| |
| * pygtk in pythonPackages, checks disabled, demo works, relates #223Florian Friesdorf2013-01-11
| | | | | | | | | | Previously the checkPhase was not executed. It is now and a couple of issues with it are seded away.
| * fixup: pygobject rename pthFlorian Friesdorf2013-01-11
| |
| * pygobject: in pythonPackages, removed hack handled now by pthFlorian Friesdorf2013-01-11
| |
| * pycairo: move to pythonPackagesFlorian Friesdorf2013-01-11
| |
| * modules propgate recursivePthLoaderFlorian Friesdorf2013-01-11
| | | | | | | | An alternative would be to include it with the plain `python`.
| * recursivePthLoader included via wrapper, not propagated by modulesFlorian Friesdorf2013-01-11
| |
| * comment unneeded buildInputStringsFlorian Friesdorf2013-01-10
| |
| * Revert "don't propagate recursivePthLoader, it is needed to process it already"Florian Friesdorf2013-01-09
| | | | | | | | | | | | | | | | This reverts commit edd160452e0c17bb5b0f07693dc1a1a4dd2dd511. If we propagate it, derivations that use a python package will also get the recursivePthLoader needed to process the pth files of the package.
| * whitespaceFlorian Friesdorf2013-01-09
| |
| * Merge branch 'channel-nixos' into pythonFlorian Friesdorf2013-01-09
| |\
| * | commentFlorian Friesdorf2013-01-09
| | |
| * | don't propagate recursivePthLoader, it is needed to process it alreadyFlorian Friesdorf2012-12-22
| | |
| * | do not create e.g pth file for build inputsFlorian Friesdorf2012-12-22
| | | | | | | | | | | | | | | | | | | | | | | | if they are really needed they will be in pth file created by easy_install. If that does not work, they need to be put into propagatedBuildInputs or the setup.py fixed. see #210
| * | python-modules: remove long non-functional propagated-user-env-packagesFlorian Friesdorf2012-12-22
| | | | | | | | | | | | we use recursive processing of pth files instead
| * | remove site.py filesFlorian Friesdorf2012-12-22
| | | | | | | | | | | | | | | | | | | | | | | | setuptools site.py can't resolve recursively which is needed for nix, as each package has its own directory. A different solution than putting the loader into every package output needs to be found. see also #209
| * | prefix setuptools -> python-setuptoolsFlorian Friesdorf2012-12-22
| | |
| * | use recursivePthLoader instead of setuptoolsSiteFlorian Friesdorf2012-12-22
| | |
* | | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\ \ \ | | |/ | |/|
| * | Add preInstall ot buildPythonPackage (postInstall already existed) to allow ↵Rob Vermaas2013-01-09
| |/ | | | | | | selenium to work properly again.
* | Merge remote-tracking branch 'eelco/master' into stdenv-updatesLluís Batlle i Rossell2012-12-28
|\| | | | | | | | | | | | | Conflicts: pkgs/development/compilers/gcc/4.7/default.nix Trivial solution.
| * python prefix for recursive pth loader and fix typoFlorian Friesdorf2012-12-14
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* python: do not delete site.py for now as it breaks existing use casesFlorian Friesdorf2012-12-07
| | | | see #209, thx shlevy for reporting this
* change order of phases for python modules: checkPhase after installPhaseFlorian Friesdorf2012-12-05
| | | | at least pycrypto it helps
* pycrypto for python26 and 27Florian Friesdorf2012-12-05
|
* pil uses buildPythonPackage and is now actually also built for 2.6Florian Friesdorf2012-12-05
|