nixpkgs/pkgs/development/interpreters/python
Alyssa Ross 02ee33a5c1 python3.pkgs: simplify ensurePythonModules logic
It wasn't clear before, but it turns out that this is just four
separate conditions, and an attribute is valid if any of the
conditions is true, so we don't need a sea of parentheses to express
it.
2023-01-28 21:08:50 +00:00
..
catch_conflicts
conda
cpython treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
hooks Merge pull request #208962 from KAction/patch/v1/python3.pkgs.sphinxHook 2023-01-04 02:38:53 +01:00
manylinux manylinux: use libxcrypt for libcrypt.so.1 2022-12-01 14:09:42 +01:00
pypy pypy39: fix pypy3 symlink 2023-01-08 19:34:59 +00:00
rustpython treewide: switch to nativeCheckInputs 2023-01-21 12:00:00 +00:00
tests
update-python-libraries treewide: fix typos 2022-12-17 19:39:44 -05:00
default.nix python3.pkgs: simplify ensurePythonModules logic 2023-01-28 21:08:50 +00:00
mk-python-derivation.nix buildPythonPackage: support nativeCheckInputs 2023-01-21 16:42:09 +01:00
python-packages-base.nix fetchPypi: move to top level 2023-01-21 08:21:33 +01:00
run_setup.py
setup-hook.nix treewide: fix some core package structuredAttrs 2022-12-08 21:05:28 +02:00
setup-hook.sh
sitecustomize.py
tests.nix pythonPackagesExtensions: override all Python package sets at once 2022-08-06 09:39:39 +02:00
with-packages.nix
wrap-python.nix treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
wrap.sh
wrapper.nix