about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/mk-python-derivation.nix
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'master' into staging-nextVladimír Čunát1-1/+1
6 daysbuildPython*: make doCheck default less confusingYueh-Shun Li1-1/+1
2024-06-14mk-python-derivation: add pythonRelaxDepsHookMartin Weinelt1-0/+3
2024-03-06mk-python-derivation: Break out attribute set cleaning into a separate functionadisbladis1-5/+7
2024-03-06mk-python-derivation: Precompute static listsadisbladis1-12/+16
2024-03-04mk-python-derivation: Refactor internal function validatePythonMatchesadisbladis1-24/+21
2024-03-04mk-python-derivation: Refactor lib usageadisbladis1-31/+40
2024-02-18mk-python-derivation: Add build-system argumentadisbladis1-2/+8
2024-02-18mk-python-derivation: Add dependencies & optional-dependencies argumentsadisbladis1-13/+27
2024-02-07mk-python-derivation: fix passthru.updateScript being merged into the derivat...Sandro1-4/+7
2023-12-20python3.pkgs.pythonRuntimeDepsCheckHook: initMartin Weinelt1-0/+8
2023-11-08Merge branch 'master' into staging-nextAdam Joseph1-3/+3
2023-11-05treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph1-3/+3
2023-10-19python3.pkgs.buildPython*: allow overriding of the stdenvFrederik Rietdijk1-3/+4
2023-09-22python3Packages.flitBuildHook: removePeder Bergebakken Sundt1-5/+1
2023-09-12python310Packages.buildPythonPackage: introduce pyproject optionfigsoda1-10/+28
2023-08-20python3.pkgs.buildPythonPackage: disable conflict check for setuptools and wheelTheodore Ni1-4/+13
2023-08-20python3.pkgs.buildPythonPackage: switch to PyPA build and installerTheodore Ni1-9/+33
2023-06-24treewide: use optionalString instead of 'then ""'Felix Buehler1-1/+1
2023-04-28mkPythonDerivation: validate propagatedBuildInputs use a matching pythonArtturin1-3/+56
2023-02-02buildPython*: allow overriding disabled packagesAlyssa Ross1-7/+5
2023-01-21buildPythonPackage: support nativeCheckInputsGuillaume Girol1-3/+5
2022-10-04pythonPackages.buildPython*: also output dist when using wheelFrederik Rietdijk1-1/+1
2022-09-20Revert "Revert "buildPython*: store dist (wheel/sdist) in dist output""Frederik Rietdijk1-1/+10
2022-09-20Revert "Revert "buildPython*: wrap setuptools in hook for catching conflicts""Frederik Rietdijk1-1/+1
2022-09-19Revert "buildPython*: wrap setuptools in hook for catching conflicts"Frederik Rietdijk1-1/+1
2022-09-19Revert "buildPython*: store dist (wheel/sdist) in dist output"Frederik Rietdijk1-10/+1
2022-09-13buildPython*: wrap setuptools in hook for catching conflictsFrederik Rietdijk1-1/+1
2022-09-12buildPython*: store dist (wheel/sdist) in dist outputFrederik Rietdijk1-1/+10
2022-06-27buildPythonPackage: document why we always propagate pythonMatthieu Coudron1-1/+6
2022-05-10Revert "pythonPackages: set mainProgram to pname by default"Malo Bourgon1-2/+0
2021-06-12pythonPackages: set mainProgram to pname by defaultMatthieu Coudron1-0/+2
2021-05-14pytestCheckHook: improve disabledTestPaths whitespace handlingRobert T. McGibbon1-0/+5
2021-04-03buildPythonPackage: avoid recursionFrederik Rietdijk1-1/+3
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
2020-11-19buildPython*: don't catch conflicts when cross-compilingFrederik Rietdijk1-1/+3
2020-11-12buildPython*: remove pythonRecompileBytecodeHook as dependencyFrederik Rietdijk1-5/+0
2020-09-16mk-python-derivation: document pyproject formatDrew Risinger1-0/+2
2020-06-27fix indentation in mk-python-derivation.nixDavHau1-77/+77
2020-06-17buildPythonPackage: don't recompile bytecodeFrederik Rietdijk1-4/+2
2020-06-16python2Packages: default to dontUsePythonRecompileBytecode = true;Jonathan Ringer1-0/+5
2020-06-13buildPythonPackage: recompile bytecode for reproducibilityFrederik Rietdijk1-0/+2
2020-03-18python: add pythonNamespacesHookJonathan Ringer1-0/+4
2020-03-03python: add pythonRemoveTestsDirHookJonathan Ringer1-0/+2
2020-01-08python: Add support for installing Python eggsadisbladis1-0/+5
2019-09-06Split buildPythonPackage into setup hooksFrederik Rietdijk1-21/+59
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
2019-05-13Merge pull request #51641 from codedownio/nousersite-masterFrederik Rietdijk1-0/+3
2019-05-13Add flag to disable PYTHONNOUSERSITE for wrapped binaries in python environmentsTom McLaughlin1-2/+1
2019-05-13Add flag to disable PYTHONNOUSERSITE for wrapped python binariesTom McLaughlin1-0/+4