pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:17:47 UTC 2023

Modified Files:
        pkgsrc/devel/py-rope: Makefile

Log Message:
py-rope: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-rope/Makefile

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

Modified files:

Index: pkgsrc/devel/py-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.28 pkgsrc/devel/py-rope/Makefile:1.29
--- pkgsrc/devel/py-rope/Makefile:1.28  Sun Feb 27 08:52:13 2022
+++ pkgsrc/devel/py-rope/Makefile       Sun Apr 30 18:17:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/02/27 08:52:13 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/04/30 18:17:47 wiz Exp $
 
 DISTNAME=      rope-0.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      gnu-lgpl-v3
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index