summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/mk-python-derivation.nix
Commit message (Expand)AuthorAge
* Merge branch 'master' into staging-nextAdam Joseph2023-11-08
|\
| * treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-05
* | python3.pkgs.buildPython*: allow overriding of the stdenvFrederik Rietdijk2023-10-19
|/
* python3Packages.flitBuildHook: removePeder Bergebakken Sundt2023-09-22
* python310Packages.buildPythonPackage: introduce pyproject optionfigsoda2023-09-12
* python3.pkgs.buildPythonPackage: disable conflict check for setuptools and wheelTheodore Ni2023-08-20
* python3.pkgs.buildPythonPackage: switch to PyPA build and installerTheodore Ni2023-08-20
* treewide: use optionalString instead of 'then ""'Felix Buehler2023-06-24
* mkPythonDerivation: validate propagatedBuildInputs use a matching pythonArtturin2023-04-28
* buildPython*: allow overriding disabled packagesAlyssa Ross2023-02-02
* buildPythonPackage: support nativeCheckInputsGuillaume Girol2023-01-21
* pythonPackages.buildPython*: also output dist when using wheelFrederik Rietdijk2022-10-04
* Revert "Revert "buildPython*: store dist (wheel/sdist) in dist output""Frederik Rietdijk2022-09-20
* Revert "Revert "buildPython*: wrap setuptools in hook for catching conflicts""Frederik Rietdijk2022-09-20
* Revert "buildPython*: wrap setuptools in hook for catching conflicts"Frederik Rietdijk2022-09-19
* Revert "buildPython*: store dist (wheel/sdist) in dist output"Frederik Rietdijk2022-09-19
* buildPython*: wrap setuptools in hook for catching conflictsFrederik Rietdijk2022-09-13
* buildPython*: store dist (wheel/sdist) in dist outputFrederik Rietdijk2022-09-12
* buildPythonPackage: document why we always propagate pythonMatthieu Coudron2022-06-27
* Revert "pythonPackages: set mainProgram to pname by default"Malo Bourgon2022-05-10
* pythonPackages: set mainProgram to pname by defaultMatthieu Coudron2021-06-12
* pytestCheckHook: improve disabledTestPaths whitespace handlingRobert T. McGibbon2021-05-14
* buildPythonPackage: avoid recursionFrederik Rietdijk2021-04-03
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
* buildPython*: don't catch conflicts when cross-compilingFrederik Rietdijk2020-11-19
* buildPython*: remove pythonRecompileBytecodeHook as dependencyFrederik Rietdijk2020-11-12
* mk-python-derivation: document pyproject formatDrew Risinger2020-09-16
* fix indentation in mk-python-derivation.nixDavHau2020-06-27
* buildPythonPackage: don't recompile bytecodeFrederik Rietdijk2020-06-17
* python2Packages: default to dontUsePythonRecompileBytecode = true;Jonathan Ringer2020-06-16
* buildPythonPackage: recompile bytecode for reproducibilityFrederik Rietdijk2020-06-13
* python: add pythonNamespacesHookJonathan Ringer2020-03-18
* python: add pythonRemoveTestsDirHookJonathan Ringer2020-03-03
* python: Add support for installing Python eggsadisbladis2020-01-08
* Split buildPythonPackage into setup hooksFrederik Rietdijk2019-09-06
* treewide: remove unused variables (#63177)volth2019-06-16
* Merge pull request #51641 from codedownio/nousersite-masterFrederik Rietdijk2019-05-13
|\
| * Add flag to disable PYTHONNOUSERSITE for wrapped binaries in python environmentsTom McLaughlin2019-05-13
| * Add flag to disable PYTHONNOUSERSITE for wrapped python binariesTom McLaughlin2019-05-13
* | buildPython*: allow overriding strictDepsJan Tojnar2019-04-24
* | buildPythonPackage: always export `LANG=C.UTF-8`Frederik Rietdijk2019-02-23
* | buildPython*: enable strictDepsFrederik Rietdijk2019-02-17
|/
* buildPython*: fix nativeBuildInputsFrederik Rietdijk2019-01-15
* Python: improve cross-compilationFrederik Rietdijk2019-01-04
* buildPython*: don't override custom updateScriptFrederik Rietdijk2018-12-23
* buildPython*: simplify updateScriptJan Tojnar2018-12-20
* buildPython*: add updateScript to passthruFrederik Rietdijk2018-12-07
* stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski2018-04-26
* buildPythonPackage: use `config.doCheckByDefault`Jan Malakhovski2018-04-26
* python: Pull ensureNewerSourcesHook call to all-packages.nixTuomas Tynkkynen2018-02-13