You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When wrapping py2bit 0.3.2 for Debian sid, lintian flagged a use of distutils in setup.py. Looking at PEP 632, it is deprecated since Python 3.10, and the contemporary use for importing sysconfig is to use the bare module. I prepared a patch to implement the approach recommended by the PEP, but perhaps a longer term approach would be to move to pyproject.toml instead:
Hi,
When wrapping py2bit 0.3.2 for Debian sid, lintian flagged a use of distutils in setup.py. Looking at PEP 632, it is deprecated since Python 3.10, and the contemporary use for importing sysconfig is to use the bare module. I prepared a patch to implement the approach recommended by the PEP, but perhaps a longer term approach would be to move to pyproject.toml instead:
Feel free to use whichever approach seems best fit.
In hope this helps,
Étienne.
The text was updated successfully, but these errors were encountered: