pybind11 2.10.0-2 source package in Ubuntu

Changelog

pybind11 (2.10.0-2) unstable; urgency=medium

  * Team upload.
  * debian/tests: exclude armel from command2 (clang++). Gives error
    "undefined symbol: __atomic_fetch_add_4" on armel (armhf is fine)

 -- Drew Parsons <email address hidden>  Wed, 27 Jul 2022 11:42:58 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pybind11_2.10.0-2.dsc 2.6 KiB ea43102f47b48e7c3f6715068f292fbddbeb2817002ae7d21d2d5a8df54662ac
pybind11_2.10.0.orig.tar.gz 699.6 KiB eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
pybind11_2.10.0-2.debian.tar.xz 66.8 KiB 24facb01b0af016c7b99ad6519d43489280973e9fce6d04df92c2ab0e249f425

Available diffs

No changes file available.

Binary packages built by this source

pybind11-dev: No summary available for pybind11-dev in ubuntu kinetic.

No description available for pybind11-dev in ubuntu kinetic.

pybind11-doc: No summary available for pybind11-doc in ubuntu kinetic.

No description available for pybind11-doc in ubuntu kinetic.

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.