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: Sat Sep 21 09:15:33 UTC 2024
Modified Files:
pkgsrc/devel/py-pytype: Makefile
Log Message:
ipy-pytype: uses c++20
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/py-pytype/Makefile:1.5
--- pkgsrc/devel/py-pytype/Makefile:1.4 Mon Sep 16 10:56:43 2024
+++ pkgsrc/devel/py-pytype/Makefile Sat Sep 21 09:15:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/09/16 10:56:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/09/21 09:15:33 wiz Exp $
DISTNAME= pytype-2024.9.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -28,6 +28,8 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensio
USE_LANGUAGES= c c++
+USE_CXX_FEATURES+= c++20
+
# Python 3.12 not supported as of 2024.4.11
# 'Python versions > 3.11 are not yet supported.' when running pytype
PYTHON_VERSIONS_INCOMPATIBLE= 38 39 #312
Home |
Main Index |
Thread Index |
Old Index