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: adam
Date: Tue Aug 6 11:23:30 UTC 2024
Modified Files:
pkgsrc/devel/py-pytype: Makefile
Log Message:
py-pytype: not for Python 3.8 nor 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-pytype/Makefile:1.3
--- pkgsrc/devel/py-pytype/Makefile:1.2 Fri Jun 28 15:33:10 2024
+++ pkgsrc/devel/py-pytype/Makefile Tue Aug 6 11:23:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/06/28 15:33:10 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/06 11:23:30 adam Exp $
DISTNAME= pytype-2024.4.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -30,7 +30,7 @@ USE_LANGUAGES= c c++
# 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
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 312
post-install:
.for file in annotate-ast merge-pyi pytd pytype pytype-single pyxref
Home |
Main Index |
Thread Index |
Old Index