| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove unused rec expressions | Sigmanificient | 2025-03-14 | 1 | -1/+1 |
| * | python314Packages.flit-core: backport 3.14 compat patch | Martin Weinelt | 2024-10-16 | 1 | -1/+1 |
| * | treewide: remove unused lib (and other) arguments | Sigmanificient | 2024-07-26 | 3 | -3/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 4 | -47/+66 |
| * | treewide: fix sourceRoot for fetchgit-based src•••According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the `sourceRoot` attribute passed to `stdenv.mkDerivation` should be specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is produced using `fetchgit`-based fetchers. `sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on the assumption that the `name` attribute of these pre-unpacked fetchers are always `"source"`, which is not the case. Expecting constant `name` also makes the source FODs prone to irrelevent hashes during version bumps. [1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot [2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11 | Yueh-Shun Li | 2024-03-09 | 1 | -2/+2 |
| * | python313.pkgs.installer: Fix build•••Python 3.13 removed `importlib.resources.read_binary` breaking the build of `installer` package. | Jan Tojnar | 2024-02-10 | 1 | -1/+1 |
| * | python3.pkgs.pythonRuntimeDepsCheckHook: init•••Implements a hook, that checks whether all dependencies, as specified by the wheel manifest, are present in the current environment. Complains about missing packages, as well as version specifier mismatches. | Martin Weinelt | 2023-12-20 | 1 | -0/+30 |
| * | python3.pkgs.pypaBuildHook: fix conflicts•••This modifies the pypaBuildHook to not propagate its own python dependencies into the build environment. This prevents package conflicts. - modify pypa-build-hook.sh to call pyproject-build via an absolute path. This removes the need of putting the dependencies inside the hook's propagatedBuildInputs - remove the hook's dependencies from propagatedBuildInputs - add a passthru test to the hook testing for the fix | DavHau | 2023-09-12 | 1 | -6/+27 |
| * | python3.pkgs.bootstrap.build: init at 0.10.0•••Co-authored-by: K900 <me@0upti.me> | Theodore Ni | 2023-08-20 | 1 | -0/+49 |
| * | python3.pkgs.bootstrap.installer: init at 0.7.0•••Co-authored-by: K900 <me@0upti.me> | Theodore Ni | 2023-08-20 | 1 | -0/+29 |
| * | python3.pkgs.bootstrap.flit-core: init at 3.8.0•••Co-authored-by: K900 <me@0upti.me> | Theodore Ni | 2023-08-20 | 1 | -0/+29 |
