1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-27 07:36:50 +00:00

no more py3 ports using MODPY_SETUPTOOLS

This commit is contained in:
sthen
2025-10-27 13:27:56 +00:00
parent c83ef4d511
commit fa85ee632c

View File

@@ -1,4 +1,4 @@
.\" $OpenBSD: python-module.5,v 1.19 2025/09/17 22:11:55 sthen Exp $
.\" $OpenBSD: python-module.5,v 1.20 2025/10/27 13:27:56 sthen Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: September 17 2025 $
.Dd $Mdocdate: October 27 2025 $
.Dt PYTHON-MODULE 5
.Os
.Sh NAME
@@ -135,7 +135,7 @@ Some checks are done to warn during "make fake" if
.Ev MODPY_PYBUILD
appears to be set incorrectly.
.Pp
Python 2 and some older Python 3 ports using setuptools still set
Python 2 ports using setuptools set
.Ev MODPY_SETUPTOOLS
to Yes, which appends to
.Ev MODPY_BUILD_DEPENDS
@@ -151,9 +151,6 @@ Extra arguments to the build and install commands can be passed via
.Ev MODPY_DISTUTILS_BUILDARGS
and
.Ev MODPY_DISTUTILS_INSTALLARGS .
These ports can often be converted to
.Ev MODPY_PYBUILD
with some small changes to the port.
.Ev MODPY_SETUPTOOLS
should not be used for new ports.
.Pp