[Bug 268283] databases/py-sqlite3: switch to setuptools
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268283] databases/py-sqlite3: switch to setuptools"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 10:59:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #2 from Dmitry Marakasov <amdmi3@FreeBSD.org> --- pyproject.toml is not yet supported by our Uses/python.mk (I've had to add `setup.py` with `from setuptools import setup; setup()` for a couple of ports which have really dropped it) so migrating off it is a large task and out of scope of this pr. I'm also not quite sure how we can switch to pyproject.toml for at least py-sqlite, as setup.py there contains some logic dependent on python version. -- You are receiving this mail because: You are the assignee for the bug.