From b1cca5d1b9bf0121aa08bd7e8f36a63af73bc892 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 14 Jul 2024 13:26:46 +0000 Subject: [PATCH] *: remove Python 38 support for upcoming py-readme_renderer update --- mail/py-postfix-mta-sts-resolver/Makefile | 4 ++-- net/py-pypiserver/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/py-postfix-mta-sts-resolver/Makefile b/mail/py-postfix-mta-sts-resolver/Makefile index 417d31c9eb0f..733ad866f19d 100644 --- a/mail/py-postfix-mta-sts-resolver/Makefile +++ b/mail/py-postfix-mta-sts-resolver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/08/09 13:10:15 adam Exp $ +# $NetBSD: Makefile,v 1.7 2024/07/14 13:26:46 wiz Exp $ DISTNAME= postfix_mta_sts_resolver-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} @@ -28,7 +28,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=0:../../devel/py-test-timeout USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 post-install: .for bin in mta-sts-daemon mta-sts-query diff --git a/net/py-pypiserver/Makefile b/net/py-pypiserver/Makefile index 0f8b4e7f3976..d29dd859318c 100644 --- a/net/py-pypiserver/Makefile +++ b/net/py-pypiserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2024/04/29 10:53:03 adam Exp $ +# $NetBSD: Makefile,v 1.15 2024/07/14 13:26:46 wiz Exp $ DISTNAME= pypiserver-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,7 +21,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/pyversion.mk" .if ${PYTHON_VERSION} < 312