pybind11 2.9.1-1ubuntu1 source package in Ubuntu

Changelog

pybind11 (2.9.1-1ubuntu1) jammy; urgency=medium

  * debian/patches/3764.patch:
    - cherry-pick upstream change to fix a search path issue with default
      Python 3.10 (Closes: #1006615, LP: #1960608)

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Mar 2022 22:28:27 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.9.1.orig.tar.gz 687.4 KiB c6160321dc98e6e1184cc791fbeadd2907bb4a0ce0e447f2ea4ff8ab56550913
pybind11_2.9.1-1ubuntu1.debian.tar.xz 67.3 KiB 8391cf0e2267cc202c910391255f5e9bba6939bd3c22a3af8ef91535a4f5c651
pybind11_2.9.1-1ubuntu1.dsc 2.6 KiB 49770fb74d6d9917aab0b9aa72075952b08cad0be4ec6a57dd6f21e9e484d234

View changes file

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.