bundle.pybind.specs.pkgconfig ============================= .. py:module:: bundle.pybind.specs.pkgconfig Classes ------- .. autoapisummary:: bundle.pybind.specs.pkgconfig.PkgConfigSpec Module Contents --------------- .. py:class:: PkgConfigSpec(/, **data: Any) Bases: :py:obj:`bundle.core.data.Data` This class defines the configuration options for the pkg-config dependency of a pybind11 extension module. .. attribute:: packages A list of package names to be resolved using pkg-config. :type: list[str] .. attribute:: extra_dirs A list of directories to search for pkg-config files. :type: list[str] .. py:attribute:: packages :type: list[str] :value: None .. py:attribute:: extra_dirs :type: list[str] :value: None