New review comment by unspecd on void-packages repository https://github.com/void-linux/void-packages/pull/35049#discussion_r785992198 Comment: This is used internally to generate Python bindings. In the release tarballs these binding are pre-generated. In any case, it would be nice to have this package in Void. Here is what the [documentation](https://github.com/gnuradio/gnuradio/blob/master/docs/PYBIND11.md) says: --- ### Generating/maintaining Python bindings using Pybind11 As of the GNU Radio 3.9 release, python bindings are handled using pybind11, which is inherently different than they were in previous releases #### Dependencies - pybind11 > 2.4.3 https://pybind11.readthedocs.io/ - pygccxml https://pygccxml.readthedocs.io/en/develop/install.html - This is an optional dependency and basic functionality for OOT generation can be performed without pygccxml - It is required for automatically generating bindings for most of the GR source tree ... Each block binding file contains an automatically generated and maintained comment block that informs CMake when the bindings are out of sync with the header file they refer to, and what to do about it