pybind11 2.11.1-2 source package in Ubuntu

Changelog

pybind11 (2.11.1-2) unstable; urgency=medium

  * Team upload.
  * pybind11-dev Depends: libpython3-dev, not Recommends.
    Python.h is #included (via #include chain) by pybind11.h.
  * after dh_clean remove pytest cache files. Closes: #1048150.

 -- Drew Parsons <email address hidden>  Mon, 13 Nov 2023 13:31:25 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.11.1-2.dsc 2.6 KiB 26520baccd94885be4aff9e7c5fc3c9453ee35fb7c3252f780b04f70d20132d8
pybind11_2.11.1.orig.tar.gz 738.7 KiB d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
pybind11_2.11.1-2.debian.tar.xz 67.1 KiB 15f07a70a0dcc66ee444c698faf4eb134f56d0618ad1baa21f119f5d870cdd0e

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.