Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 268283: databases/py-sqlite3: switch to setuptools https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283
--- Description --- Ports of python modules which come from python itself (databases/py-sqlite3, databases/py-gdbm, x11-toolkits/py-tkinter) use custom setup.py files. These use distutils which are deprecated and removed in upcoming python 3.12. Switch these to setuptools to allow building with python3. Buildtested with all supported python versions.