pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pytype



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 28 15:33:11 UTC 2024

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

Log Message:
ipy-pytype: doesn't support Python 3.12 yet


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pytype/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-pytype/Makefile
diff -u pkgsrc/devel/py-pytype/Makefile:1.1 pkgsrc/devel/py-pytype/Makefile:1.2
--- pkgsrc/devel/py-pytype/Makefile:1.1 Sun May 12 17:48:08 2024
+++ pkgsrc/devel/py-pytype/Makefile     Fri Jun 28 15:33:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/12 17:48:08 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/28 15:33:10 wiz Exp $
 
 DISTNAME=      pytype-2024.4.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,9 @@ DEPENDS+=     ${PYPKGPREFIX}-typing-extensio
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# Python 3.12 not supported as of 2024.4.11
+# 'Python versions > 3.11 are not yet supported.' when running pytype
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 post-install:
 .for file in annotate-ast merge-pyi pytd pytype pytype-single pyxref



Home | Main Index | Thread Index | Old Index