-
Notifications
You must be signed in to change notification settings - Fork 55
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
2023 python packaging #798
Comments
We have yet another warning, related with the PEP517, which makes packit fail in retrieving the package version. Let skip this warning until https://github.com/packit/packit/issues/1850 is done.
We have yet another warning, related with the PEP517, which makes packit fail in retrieving the package version. Let skip this warning until https://github.com/packit/packit/issues/1850 is done.
Warnings make packit fail in parsing sandcastle command output When we run the following as a sandcastle command: python3 setup.py --version we got 2 warning messages that make packit fail in parsing the command output: licence_file is deprecated, which should be resolved by the first commit Requirements should be satisfied by a PEP 517 installer: when packit/packit#1850 will be closed this should disappear, in the meantime just drop the warning, which should be solved by the second commit. Reviewed-by: Tomas Tomecek <[email protected]>
I'm moving this to As stated in the last paragraph of packit/packit#1913 (comment) you have to decide whether to do it:
I'd prefer the second one, I tried it in another project and it works like a charm for me. |
The other related task is getting rid of setuptools' |
Replace pkg_resources (setuptools) with importlib packit/ogr#798 (comment) TODO: Write new tests or update the old ones to cover new functionality. Reviewed-by: Laura Barcziová
Packaging modernization Fixes #273. Related to packit/ogr#798. Reviewed-by: Jiri Popelka Reviewed-by: Matej Focko Reviewed-by: Nikola Forró
-W ignore
introduced with this commit f4b4a7a%pyproject_{wheel,install,save_*}
)The text was updated successfully, but these errors were encountered: