pybind11 2.12.0-1 source package in Ubuntu

Changelog

pybind11 (2.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Build-Depends: furo, python3-sphinxcontrib.moderncmakedomain.
    Update debian patch skip_sphinxcontrib_doc.patch.
  * Standards-Version: 4.7.0

 -- Drew Parsons <email address hidden>  Sat, 25 May 2024 17:08:02 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.12.0-1.dsc 2.7 KiB 80010f200f1fd1e466c26d08d7f83b8c4ca92710ff0052b1cd048bbcd225ca0b
pybind11_2.12.0.orig.tar.gz 752.9 KiB bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
pybind11_2.12.0-1.debian.tar.xz 67.0 KiB 742f8f3ae27e21f7fefd87649cdbda32df658adf5df0309fce18fcc20441621f

Available diffs

No changes file available.

Binary packages built by this source

pybind11-dev: seamless operability between C++11 and Python

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides the header-only library.

pybind11-doc: documentation for pybind11

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides the documentation.

python3-pybind11: pybind11 helper module for Python 3

 pybind11 is a lightweight header library that exposes C++ types in
 Python and vice versa, mainly to create Python bindings of existing C++
 code. Its goals and syntax are similar to the excellent Boost.Python
 library by David Abrahams: to minimize boilerplate code in traditional
 extension modules by inferring type information using compile-time
 introspection.
 .
 This package provides pybind11 for Python 3.