pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pybind11
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 3 15:22:06 UTC 2024
Modified Files:
pkgsrc/devel/py-pybind11: Makefile
Log Message:
py-pybind11: disallow Python 2 before including pyversion.mk so it works
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pybind11/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-pybind11/Makefile
diff -u pkgsrc/devel/py-pybind11/Makefile:1.18 pkgsrc/devel/py-pybind11/Makefile:1.19
--- pkgsrc/devel/py-pybind11/Makefile:1.18 Thu Dec 28 13:29:26 2023
+++ pkgsrc/devel/py-pybind11/Makefile Wed Jan 3 15:22:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/12/28 13:29:26 thor Exp $
+# $NetBSD: Makefile,v 1.19 2024/01/03 15:22:06 wiz Exp $
DISTNAME= pybind11-2.11.1
PATCHLEVEL= 1
@@ -13,6 +13,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
post-install:
@@ -21,7 +23,5 @@ post-install:
USE_PKG_RESOURCES= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index