pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 14 13:26:46 UTC 2024

Modified Files:
        pkgsrc/mail/py-postfix-mta-sts-resolver: Makefile
        pkgsrc/net/py-pypiserver: Makefile

Log Message:
*: remove Python 38 support for upcoming py-readme_renderer update


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-pypiserver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.6 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.7
--- pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.6        Wed Aug  9 13:10:15 2023
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile    Sun Jul 14 13:26:46 2024
@@ -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-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
 .for bin in mta-sts-daemon mta-sts-query

Index: pkgsrc/net/py-pypiserver/Makefile
diff -u pkgsrc/net/py-pypiserver/Makefile:1.14 pkgsrc/net/py-pypiserver/Makefile:1.15
--- pkgsrc/net/py-pypiserver/Makefile:1.14      Mon Apr 29 10:53:03 2024
+++ pkgsrc/net/py-pypiserver/Makefile   Sun Jul 14 13:26:46 2024
@@ -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
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 312



Home | Main Index | Thread Index | Old Index