pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/feed2exec



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 18 12:14:15 UTC 2024

Modified Files:
        pkgsrc/mail/feed2exec: Makefile

Log Message:
feed2exec: does not support Python 3.8 because some of its dependencies don't


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/feed2exec/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/feed2exec/Makefile
diff -u pkgsrc/mail/feed2exec/Makefile:1.25 pkgsrc/mail/feed2exec/Makefile:1.26
--- pkgsrc/mail/feed2exec/Makefile:1.25 Thu Jan 18 12:09:35 2024
+++ pkgsrc/mail/feed2exec/Makefile      Thu Jan 18 12:14:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/01/18 12:09:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.26 2024/01/18 12:14:15 wiz Exp $
 
 DISTNAME=              feed2exec-0.20.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -34,7 +34,7 @@ TEST_DEPENDS+=                ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 SUBST_CLASSES+=                version
 SUBST_STAGE.version=   pre-configure



Home | Main Index | Thread Index | Old Index