pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twisted



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 13 08:54:22 UTC 2022

Modified Files:
        pkgsrc/net/py-twisted: Makefile

Log Message:
py-twisted: mark as not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/py-twisted/Makefile

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

Modified files:

Index: pkgsrc/net/py-twisted/Makefile
diff -u pkgsrc/net/py-twisted/Makefile:1.47 pkgsrc/net/py-twisted/Makefile:1.48
--- pkgsrc/net/py-twisted/Makefile:1.47 Sat Feb  5 14:27:12 2022
+++ pkgsrc/net/py-twisted/Makefile      Sun Feb 13 08:54:22 2022
@@ -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_LANGUAGES=        c99
 
 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