FEATURE REQUEST
After switching our repositories to PEP 420 namespaces in #194 most of the packages will no longer need the setuptools install dependency and the ones which still use pkg_resouces need to to be switched to importlib.resources because pkg_resouces is deprecated and to be removed from setuptools soon (November 2025?).
Request:
- get rid of
setuptools in setup.py als install_requires via the bin/config-package script and fix the fallout it might cause.
- Search for usage of
pkg_resoures in the code and documentation config file.
Search link for packages still importing pkg_resources: https://github.com/search?q=org%3Azopefoundation+%22import+pkg_resources%22++NOT+is%3Aarchived&type=code
FEATURE REQUEST
After switching our repositories to PEP 420 namespaces in #194 most of the packages will no longer need the
setuptoolsinstall dependency and the ones which still usepkg_resoucesneed to to be switched toimportlib.resourcesbecausepkg_resoucesis deprecated and to be removed fromsetuptoolssoon (November 2025?).Request:
setuptoolsinsetup.pyalsinstall_requiresvia thebin/config-packagescript and fix the fallout it might cause.pkg_resouresin the code and documentation config file.Search link for packages still importing
pkg_resources: https://github.com/search?q=org%3Azopefoundation+%22import+pkg_resources%22++NOT+is%3Aarchived&type=code