pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/feed2exec Don't try to run under 3.10 (code says ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecafe5634ec1
branches: trunk
changeset: 373083:ecafe5634ec1
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Feb 05 21:29:12 2022 +0000
description:
Don't try to run under 3.10 (code says 3.6-3.9).
diffstat:
mail/feed2exec/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3f15be196002 -r ecafe5634ec1 mail/feed2exec/Makefile
--- a/mail/feed2exec/Makefile Sat Feb 05 20:52:05 2022 +0000
+++ b/mail/feed2exec/Makefile Sat Feb 05 21:29:12 2022 +0000
@@ -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 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 310
USE_PKG_RESOURCES= yes
Home |
Main Index |
Thread Index |
Old Index