about summary refs log tree commit diff
path: root/pkgs/development/python-modules/generic
AgeCommit message (Expand)AuthorFilesLines
2021-10-31python38Packages.generic: init at 1.0.1P. R. d. O1-0/+32
2016-09-01Python: move python-modules/generic to interpreter folderFrederik Rietdijk4-330/+0
2016-08-24Revert "Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixp...Shea Levy1-0/+2
2016-08-23wrapPython: fix replace of env invokationsNikolay Amiantov1-3/+2
2016-08-20wrapPythonProgram: exclude Python itself from PYTHONPATHNikolay Amiantov1-0/+2
2016-08-20wrapPythonProgram: split into several functionsNikolay Amiantov1-14/+30
2016-08-20wrapPythonProgram: use site.addsitedir instead of PYTHONPATHNikolay Amiantov1-1/+1
2016-08-15Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy1-2/+0
2016-08-02python: add file encoding spec to run_setup.pyBjørn Forsman1-0/+2
2016-06-19Merge branch 'master' into stagingVladimír Čunát2-2/+5
2016-06-16buildPythonPackage: be able to disable package conflict checkDomen Kožar1-1/+4
2016-06-16Python: fix the wheel packageFrederik Rietdijk1-1/+1
2016-06-09Merge #14753: makeWrapper: allow spaces in variablesVladimír Čunát1-7/+6
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-05-12Merge branch 'master' into stagingVladimír Čunát1-27/+52
2016-05-09Python: re-enable default testingFrederik Rietdijk1-5/+7
2016-05-09Python: allow installing wheelsFrederik Rietdijk1-27/+50
2016-04-22wrapPython: drop python suffixesNikolay Amiantov1-1/+3
2016-04-16wrapPythonPrograms: preserve quoted strings from makeWrapperArgsMarius Bakke1-7/+6
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