From fa85ee632c26d829ec8108e25ce14a0c54ec7812 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 27 Oct 2025 13:27:56 +0000 Subject: [PATCH] no more py3 ports using MODPY_SETUPTOOLS --- share/man/man5/python-module.5 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/share/man/man5/python-module.5 b/share/man/man5/python-module.5 index c79a22589e7..7f22889162e 100644 --- a/share/man/man5/python-module.5 +++ b/share/man/man5/python-module.5 @@ -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