Update Python tooling, Debian packaging - #340
Draft
crawfxrd wants to merge 3 commits into
Draft
Conversation
crawfxrd
force-pushed
the
version-release
branch
from
September 26, 2025 23:50
3580e3f to
5561a96
Compare
crawfxrd
force-pushed
the
python-tooling
branch
3 times, most recently
from
September 28, 2025 18:16
01467a2 to
b225a98
Compare
crawfxrd
force-pushed
the
python-tooling
branch
8 times, most recently
from
September 30, 2025 02:41
852b525 to
fe4d28a
Compare
crawfxrd
commented
Sep 30, 2025
Open
crawfxrd
force-pushed
the
python-tooling
branch
5 times, most recently
from
October 6, 2025 22:22
0d3c6f0 to
5f7d5c6
Compare
crawfxrd
force-pushed
the
python-tooling
branch
from
October 11, 2025 03:48
5f7d5c6 to
654cc80
Compare
crawfxrd
force-pushed
the
python-tooling
branch
from
October 20, 2025 17:49
654cc80 to
d24c94c
Compare
- Python - Replace deprecated `distutils` with `setuptools` - Move logic from `setup.py` to `setup.cfg` - Add `pyproject.toml` for modern tooling - Use pytest instead of custom command runner - Bump required Python version to 3.8 - Debian - Increase compat from 9 to 12 - Use machine-readable copyright file - Fix `Priority` category - Remove overrides calling `setup.py` - Remove support for deprecated Upstart Note: 20.04 and 22.04 do not support `pyproject.toml`. - 20.04: Does not have `pybuild-plugin-pyproject` - 22.04: `python3-setuptools` is too old Signed-off-by: Tim Crawford <tcrawford@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
crawfxrd
force-pushed
the
python-tooling
branch
from
November 17, 2025 18:08
d24c94c to
35d78de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
distutilswithsetuptoolssetup.pytosetup.cfgpyproject.tomlfor modern toolingPrioritycategorysetup.pyNote: 20.04 and 22.04 do not support
pyproject.toml.pybuild-plugin-pyprojectpython3-setuptoolsis too old