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