Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 10:59:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 268283] databases/py-sqlite3: switch to setuptools
Message-ID:  <bug-268283-21822-RX1XWKp1X0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268283-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268283

--- 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 por=
ts
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.to=
ml
for at least py-sqlite, as setup.py there contains some logic dependent on
python version.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268283-21822-RX1XWKp1X0>