nixpkgs/pkgs/development/interpreters/python
2024-11-06 00:53:02 +00:00
..
catch_conflicts
conda
cpython python{27,39,310,311,312,313,314}: drop Darwin libutil patch 2024-11-06 00:53:02 +00:00
hooks buildPython hooks: format with shfmt 2024-10-08 07:42:21 +08:00
manylinux
pypy pypy: fix darwin build after sdk rework 2024-10-28 08:12:22 +01:00
python2 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rustpython rustpython: 0.3.1 -> 0.4.0 2024-10-06 20:59:50 +08:00
tests treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
update-python-libraries update-python-libraries: enable nix-command consistently 2024-09-14 13:41:25 +02:00
default.nix Merge staging-next into staging 2024-11-01 18:05:02 +00:00
editable.nix python3Packages.mkPythonEditablePackage: init 2024-09-08 17:13:21 +12:00
meta-package.nix python3Packages.mkPythonMetaPackage: init 2024-08-30 00:24:31 +12:00
mk-python-derivation.nix mkPythonPackage, mkPythonApplication: handle passthru with stdenv.mkDerivation instead of lib.extendDerivation (#347130) 2024-10-14 17:46:49 +09:00
passthrufun.nix treewide: lib.isInOldestRelease -> lib.oldestSupportedReleaseIsAtLeast 2024-10-08 11:14:24 +02:00
python-packages-base.nix buildPython*: Deprecate and remove (buildPython* { ... }).override 2024-10-08 01:09:35 +08:00
run_setup.py
setup-hook.nix
setup-hook.sh
sitecustomize.py
tests.nix python3.tests: remove unnecessary condition and disable failing tests on 3.13 2024-10-08 10:39:14 +09:00
with-packages.nix
wrap-python.nix
wrap.sh
wrapper.nix