summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/executor (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Weinelt2025-07-021-0/+1
* python313Packages.executor: disable on python 313wxt2025-03-151-8/+15
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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. stuebinm2024-03-191-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 Girol2023-01-211-1/+1
* python3Packages.executor: reformatMartin Weinelt2023-01-051-3/+27
* executor: 23.1 -> 23.2R. RyanTM2020-11-251-2/+2
* python3Packages.executor: 21.3 -> 23.1, fix testsJonathan Ringer2020-09-101-9/+13
* pythonPackages.executor: disable python2Jonathan Ringer2020-08-301-1/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.executor: init at 21.3eyjhbb@gmail.com2019-07-241-0/+31