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:   adam
Date:           Sat Aug 10 06:46:47 UTC 2024

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

Log Message:
py-rope: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/devel/py-rope/Makefile:1.41
--- pkgsrc/devel/py-rope/Makefile:1.40  Sun Mar 24 17:40:18 2024
+++ pkgsrc/devel/py-rope/Makefile       Sat Aug 10 06:46:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/03/24 17:40:18 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/08/10 06:46:47 adam Exp $
 
 DISTNAME=      rope-1.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-toolconfig -> py-sphinx
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index