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:           Mon Jul 14 10:54:52 UTC 2025

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

Log Message:
py-pybind11: update to 3.0.0.

Pybind11 3.0 includes an ABI bump, the first required bump in many
years on Unix (Windows has had required bumps more often). This
release contains the smart-holder branch, multi-phase init and
subinterpreter support, py::native_enum, an interface to warnings,
typing improvements, and more. CMake now defaults to FindPython
mode.

Support for Python 3.14, 3.14t, GraalPy, and PyPy 3.11 has been
added, while legacy support for Python 3.7, PyPy 3.8/3.9, and CMake
<3.15 has been removed. Most deprecated features have been kept
for this release, but anything producing a warning in 3.0 may be
removed in a future 3.x version. We also now have a deprecation
page.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pybind11/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pybind11/PLIST
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/devel/py-pybind11/Makefile:1.28
--- pkgsrc/devel/py-pybind11/Makefile:1.27      Sat Apr 12 20:03:45 2025
+++ pkgsrc/devel/py-pybind11/Makefile   Mon Jul 14 10:54:52 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2025/04/12 20:03:45 adam Exp $
+# $NetBSD: Makefile,v 1.28 2025/07/14 10:54:52 wiz Exp $
 
-DISTNAME=      pybind11-2.13.6
+DISTNAME=      pybind11-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pybind11/}
 
@@ -11,9 +10,10 @@ HOMEPAGE=    https://github.com/pybind/pybi
 COMMENT=       Seamless operability between C++11 and Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core>=0.11.2:../../devel/py-scikit-build-core
+TOOL_DEPENDS+= cmake>=3.15:../../devel/cmake
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c c++
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/devel/py-pybind11/PLIST
diff -u pkgsrc/devel/py-pybind11/PLIST:1.13 pkgsrc/devel/py-pybind11/PLIST:1.14
--- pkgsrc/devel/py-pybind11/PLIST:1.13 Sat Apr 12 20:03:45 2025
+++ pkgsrc/devel/py-pybind11/PLIST      Mon Jul 14 10:54:52 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.13 2025/04/12 20:03:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/07/14 10:54:52 wiz Exp $
 bin/pybind11-config-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pybind11/__init__.py
 ${PYSITELIB}/pybind11/__init__.pyc
 ${PYSITELIB}/pybind11/__init__.pyo
@@ -24,15 +23,26 @@ ${PYSITELIB}/pybind11/include/pybind11/c
 ${PYSITELIB}/pybind11/include/pybind11/chrono.h
 ${PYSITELIB}/pybind11/include/pybind11/common.h
 ${PYSITELIB}/pybind11/include/pybind11/complex.h
+${PYSITELIB}/pybind11/include/pybind11/conduit/README.txt
+${PYSITELIB}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h
+${PYSITELIB}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h
+${PYSITELIB}/pybind11/include/pybind11/conduit/wrap_include_python_h.h
+${PYSITELIB}/pybind11/include/pybind11/critical_section.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/class.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/common.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/cpp_conduit.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/descr.h
+${PYSITELIB}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/exception_translation.h
+${PYSITELIB}/pybind11/include/pybind11/detail/function_record_pyobject.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/init.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/internals.h
+${PYSITELIB}/pybind11/include/pybind11/detail/native_enum_data.h
+${PYSITELIB}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h
+${PYSITELIB}/pybind11/include/pybind11/detail/struct_smart_holder.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/type_caster_base.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/typeid.h
+${PYSITELIB}/pybind11/include/pybind11/detail/using_smart_holder.h
 ${PYSITELIB}/pybind11/include/pybind11/detail/value_and_holder.h
 ${PYSITELIB}/pybind11/include/pybind11/eigen.h
 ${PYSITELIB}/pybind11/include/pybind11/eigen/common.h
@@ -43,7 +53,9 @@ ${PYSITELIB}/pybind11/include/pybind11/e
 ${PYSITELIB}/pybind11/include/pybind11/functional.h
 ${PYSITELIB}/pybind11/include/pybind11/gil.h
 ${PYSITELIB}/pybind11/include/pybind11/gil_safe_call_once.h
+${PYSITELIB}/pybind11/include/pybind11/gil_simple.h
 ${PYSITELIB}/pybind11/include/pybind11/iostream.h
+${PYSITELIB}/pybind11/include/pybind11/native_enum.h
 ${PYSITELIB}/pybind11/include/pybind11/numpy.h
 ${PYSITELIB}/pybind11/include/pybind11/operators.h
 ${PYSITELIB}/pybind11/include/pybind11/options.h
@@ -52,12 +64,18 @@ ${PYSITELIB}/pybind11/include/pybind11/p
 ${PYSITELIB}/pybind11/include/pybind11/stl.h
 ${PYSITELIB}/pybind11/include/pybind11/stl/filesystem.h
 ${PYSITELIB}/pybind11/include/pybind11/stl_bind.h
+${PYSITELIB}/pybind11/include/pybind11/subinterpreter.h
+${PYSITELIB}/pybind11/include/pybind11/trampoline_self_life_support.h
 ${PYSITELIB}/pybind11/include/pybind11/type_caster_pyobject_ptr.h
 ${PYSITELIB}/pybind11/include/pybind11/typing.h
+${PYSITELIB}/pybind11/include/pybind11/warnings.h
 ${PYSITELIB}/pybind11/py.typed
 ${PYSITELIB}/pybind11/setup_helpers.py
 ${PYSITELIB}/pybind11/setup_helpers.pyc
 ${PYSITELIB}/pybind11/setup_helpers.pyo
+${PYSITELIB}/pybind11/share/__init__.py
+${PYSITELIB}/pybind11/share/__init__.pyc
+${PYSITELIB}/pybind11/share/__init__.pyo
 ${PYSITELIB}/pybind11/share/cmake/pybind11/FindPythonLibsNew.cmake
 ${PYSITELIB}/pybind11/share/cmake/pybind11/pybind11Common.cmake
 ${PYSITELIB}/pybind11/share/cmake/pybind11/pybind11Config.cmake
@@ -66,4 +84,7 @@ ${PYSITELIB}/pybind11/share/cmake/pybind
 ${PYSITELIB}/pybind11/share/cmake/pybind11/pybind11NewTools.cmake
 ${PYSITELIB}/pybind11/share/cmake/pybind11/pybind11Targets.cmake
 ${PYSITELIB}/pybind11/share/cmake/pybind11/pybind11Tools.cmake
+${PYSITELIB}/pybind11/share/pkgconfig/__init__.py
+${PYSITELIB}/pybind11/share/pkgconfig/__init__.pyc
+${PYSITELIB}/pybind11/share/pkgconfig/__init__.pyo
 ${PYSITELIB}/pybind11/share/pkgconfig/pybind11.pc

Index: pkgsrc/devel/py-pybind11/distinfo
diff -u pkgsrc/devel/py-pybind11/distinfo:1.23 pkgsrc/devel/py-pybind11/distinfo:1.24
--- pkgsrc/devel/py-pybind11/distinfo:1.23      Sat Sep 14 08:05:20 2024
+++ pkgsrc/devel/py-pybind11/distinfo   Mon Jul 14 10:54:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/09/14 08:05:20 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/07/14 10:54:52 wiz Exp $
 
-BLAKE2s (pybind11-2.13.6.tar.gz) = b9359e92803ba54b4661b23ef039b650345776a38819f5024b6cbcefd2037afc
-SHA512 (pybind11-2.13.6.tar.gz) = 4b68c8e2e00874995416a13302165f5a2a4cf3978fc5cb1dabfdbaaf2e06cfaf03c341e66669b1838f3fa48abb29e2fe48c7d1e11fdea02825dce7d5efdaa502
-Size (pybind11-2.13.6.tar.gz) = 218403 bytes
+BLAKE2s (pybind11-3.0.0.tar.gz) = 2e0c26349cd84923daa36dbab0d0bc2f9cb34f08ec289bf9797200fd71b6a060
+SHA512 (pybind11-3.0.0.tar.gz) = 54e3bf02e585120a6fde99f981b0121b9413c7de5b80b8a25a76eb1a6f14b4c8017fdd74173e569783927d8c212abaa438f490fb78d0658cd314920d0baa3812
+Size (pybind11-3.0.0.tar.gz) = 544819 bytes



Home | Main Index | Thread Index | Old Index