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: schmonz
Date: Sat Feb 5 21:29:12 UTC 2022
Modified Files:
pkgsrc/mail/feed2exec: Makefile
Log Message:
Don't try to run under 3.10 (code says 3.6-3.9).
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/mail/feed2exec/Makefile:1.15
--- pkgsrc/mail/feed2exec/Makefile:1.14 Fri Feb 4 00:04:09 2022
+++ pkgsrc/mail/feed2exec/Makefile Sat Feb 5 21:29:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/02/04 00:04:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/02/05 21:29:12 schmonz Exp $
DISTNAME= feed2exec-0.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -39,7 +39,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runn
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 310
USE_PKG_RESOURCES= yes
Home |
Main Index |
Thread Index |
Old Index