Draft
Conversation
3580e3f to
5561a96
Compare
01467a2 to
b225a98
Compare
852b525 to
fe4d28a
Compare
crawfxrd
commented
Sep 30, 2025
Open
0d3c6f0 to
5f7d5c6
Compare
5f7d5c6 to
654cc80
Compare
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>
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