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:   adam
Date:           Sat Aug 24 07:07:21 UTC 2024

Modified Files:
        pkgsrc/devel/py-pybind11: Makefile distinfo

Log Message:
py-pybind11: updated to 2.13.5

Version 2.13.5

Bug fixes:

Fix includes when using Windows long paths (\\?\ prefix).
Support -Wpedantic in C++20 mode.
Fix and test <ranges> support for py::tuple and py::list.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-pybind11/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-pybind11/distinfo

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.23 pkgsrc/devel/py-pybind11/Makefile:1.24
--- pkgsrc/devel/py-pybind11/Makefile:1.23      Thu Aug 15 07:26:17 2024
+++ pkgsrc/devel/py-pybind11/Makefile   Sat Aug 24 07:07:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/08/15 07:26:17 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/08/24 07:07:20 adam Exp $
 
-DISTNAME=      pybind11-2.13.4
+DISTNAME=      pybind11-2.13.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pybind11/}
@@ -15,10 +15,6 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel-[0-9
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pybind11-config pybind11-config-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/devel/py-pybind11/distinfo
diff -u pkgsrc/devel/py-pybind11/distinfo:1.21 pkgsrc/devel/py-pybind11/distinfo:1.22
--- pkgsrc/devel/py-pybind11/distinfo:1.21      Thu Aug 15 07:26:17 2024
+++ pkgsrc/devel/py-pybind11/distinfo   Sat Aug 24 07:07:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/08/15 07:26:17 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/08/24 07:07:20 adam Exp $
 
-BLAKE2s (pybind11-2.13.4.tar.gz) = e1f5fdce16689e7682f906e38489a50807365246a1a775124ae321f04add605c
-SHA512 (pybind11-2.13.4.tar.gz) = 09ca0f9dc38c47f67b1305a8174c5fb76958a31cf21c8be10f1b0ebf07cd0a84df1d851cc457c1a3094d10801a8f2fbf8604a9285f47a39d1dcc8cb3a08e1b1a
-Size (pybind11-2.13.4.tar.gz) = 216914 bytes
+BLAKE2s (pybind11-2.13.5.tar.gz) = 036a09fa1fcb85e5edbcc32d26e1be8f02060c0add72cc90a01a6ff05fc0d976
+SHA512 (pybind11-2.13.5.tar.gz) = ce883162bf4ab1c32bec413395f46dfe74570f2274d3c6a56ee59db20b0ba1076c4b7093e2bfa172032d574dea525a242e4f961d9d9e64afdc629604698ccfd4
+Size (pybind11-2.13.5.tar.gz) = 217045 bytes



Home | Main Index | Thread Index | Old Index