pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-twisted py-twisted: mark as not for python 2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c9289a0bcf8
branches:  trunk
changeset: 373813:8c9289a0bcf8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 13 08:54:22 2022 +0000

description:
py-twisted: mark as not for python 2

diffstat:

 net/py-twisted/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r febc575e4744 -r 8c9289a0bcf8 net/py-twisted/Makefile
--- a/net/py-twisted/Makefile   Sun Feb 13 08:53:42 2022 +0000
+++ b/net/py-twisted/Makefile   Sun Feb 13 08:54:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2022/02/05 14:27:12 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2022/02/13 08:54:22 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 COMMENT=       Framework for writing networked applications
@@ -23,6 +23,8 @@
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
 .for bin in cftp ckeygen conch mailmail pyhtmlizer tkconch trial twist twistd
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index