summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/generic
AgeCommit message (Expand)Author
2015-11-27buildPythonPackage: fix a regression #11303Domen Kožar
2015-11-26buildPythonPackage: write some commentsDomen Kožar
2015-11-23buildPythonPackage: fix support for pypyDomen Kožar
2015-11-23pythonPackages: shellHook of buildPythonPackages needs tmp_path to have lib/p...Rok Garbas
2015-11-21buildPythonPackage: use pip for development alsoDomen Kožar
2015-11-21release-python.nix: automatically detect buildPythonPackageDomen Kožar
2015-11-21buildPythonPackage: don't do build_ext if not neededDomen Kožar
2015-11-21buildPythonPackage: sadly, checkPhase is too often installPhase in pythonDomen Kožar
2015-11-21buildPythonPackage: catch_conflicts should ignore pipDomen Kožar
2015-11-21buildPythonPackage: fix do_conflict.py on python 3Domen Kožar
2015-11-21buildPythonPackage: get rid of setupPyInstallFlags since there is no such thingDomen Kožar
2015-11-21buildPythonPackage: fix pypyDomen Kožar
2015-11-21buildPythonPackage: fail if two packages with the same name are in closureDomen Kožar
2015-11-21buildPythonPackage: use a separate file to fire off setup.pyDomen Kožar
2015-11-21wrapPython: use $out/bin also for $PATH (fixes pyramid pserve --reload)Domen Kožar
2015-11-21WIP: buildPythonPackages now uses wheels internallyDomen Kožar
2015-11-15Revert "python: skip build at install phase"Domen Kožar
2015-11-15buildPythonPackage: clean up shellHookDomen Kožar
2015-11-04python: skip build at install phaseDomen Kožar
2015-10-30python: don't pass disabled to derivationDomen Kožar
2015-09-06mass rewrite of find parameters to cross-platform styleVladimír Čunát
2015-07-30mass-replace deprecated usage of find -perm (Fixes #9044)Vladimír Čunát
2015-07-07python-wrapper: Fix variable name for sed expr.aszlig
2015-05-24using makeWrapperArgs instead of setEnvVarsAllen Nelson
2015-05-24removing superfluous letsAllen Nelson
2015-05-24Adding documentation to wrap.sh, added ability to retain any desired environm...Allen Nelson
2015-05-24adding docs to python wrap.shAllen Nelson
2015-04-14python-wrapper: Handle strings at the beginning.aszlig
2015-04-12buildPythonPackage: propagate setuptoolsDomen Kožar
2015-03-07fix #6548Domen Kožar
2015-02-25Revert "python-generic: set meta.broken for disabled packages instead of rais...Domen Kožar
2015-02-13python-generic: cosmeticPeter Simons
2015-02-12python-generic: set meta.broken for disabled packages instead of raising an e...Peter Simons
2015-01-17python: don't propagate installed packages into userenv, refs #4949Domen Kožar
2014-11-13buildPythonPackage: add python to propagatedBuildInputsDomen Kožar
2014-09-19python: collision in names when developing 2 and more python packages with nixRok Garbas
2014-09-02Revert "python-wrapper: fix wrapped argv[0] w/o sed, maybe"Michael Raskin
2014-09-02python-wrapper: fix wrapped argv[0] w/o sed, maybetv@shackspace.de
2014-08-27python: provide better message if python interpreter is not supportedDomen Kožar
2014-08-24buildPythonPackage: introduce "disabled" argumentDomen Kožar
2014-07-29python-wrapper: Fix handling of line breaks.aszlig
2014-07-29python-wrapper: Fix handling __future__ imports.aszlig
2014-07-28python-wrapper: Fix fixup for wrapped argv[0].aszlig
2014-07-27python: fix argv[0] for wrapped console_scripts.Christian Theune
2014-06-15fixes #2926Domen Kožar
2014-05-21ansible: conventions, fix module executionJussi Maki
2014-04-07buildPythonPackage: don't return on shellHookDomen Kožar
2014-03-10quodlibet: Fix evaluationEelco Dolstra
2014-03-10buildPythonPackage: add shell hook for instant developmentJaka Hudoklin
2014-03-08pythonPackages: auto add unzip to buildInputs if pkg has zip suffixJaka Hudoklin