| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we consider it a setuptools build, that calls `setup.py` directly, which is deprecated. This change, as a first step, migrates a large chunk of these packages to set setuptools as their explicit format This is so we can unify the problem space for the next step of the migration. | Martin Weinelt | 2025-07-02 | 1 | -0/+1 |
| * | python313Packages.executor: disable on python 313 | wxt | 2025-03-15 | 1 | -8/+15 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -13/+14 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.executor: reformat | Martin Weinelt | 2023-01-05 | 1 | -3/+27 |
| * | executor: 23.1 -> 23.2 | R. RyanTM | 2020-11-25 | 1 | -2/+2 |
| * | python3Packages.executor: 21.3 -> 23.1, fix tests | Jonathan Ringer | 2020-09-10 | 1 | -9/+13 |
| * | pythonPackages.executor: disable python2 | Jonathan Ringer | 2020-08-30 | 1 | -1/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | pythonPackages.executor: init at 21.3 | eyjhbb@gmail.com | 2019-07-24 | 1 | -0/+31 |
