Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor all metadata into pyproject.toml #147

Closed
wants to merge 7 commits into from

Conversation

duncanmmacleod
Copy link
Owner

This PR refactors all project metadata into the singular pyproject.toml file and removes the setup.cfg and setup.py files.

This requires a number of updates to the packaging for Red Hat and Debian, including hacks to reinstate the setup.* files to accommodate old versions of setuptools, argparse-manpage, etc. Hopefully these are written and labelled in such a way as to make removing them easy enough when updated versions are available.

@duncanmmacleod duncanmmacleod added this to the ciecplib 0.8.1 milestone Apr 29, 2024
and update dependencies and CI to match; this requires a number of hacks in the packaging to accommodate old versions of setuptools, argparse-manpage, etc
don't test python 3.7 and 3.8 installs, or build/test for debian 10 or SL 7
test install on bullseye and bookworm, run lintian on bookworm
Miniforge3 now defaults to the libmamba solver, which maintains the speed
to install newly built debian packages
@duncanmmacleod duncanmmacleod self-assigned this Apr 29, 2024
@duncanmmacleod duncanmmacleod added packaging Related to packaging and distribution continuous-integration Related to CI/testing labels Apr 29, 2024
@duncanmmacleod
Copy link
Owner Author

@duncanmmacleod duncanmmacleod deleted the only-pyproject.toml branch June 14, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous-integration Related to CI/testing packaging Related to packaging and distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant