bundle.pybind.specs.pkgconfig

Classes

PkgConfigSpec

This class defines the configuration options for the pkg-config dependency of a pybind11 extension module.

Module Contents

class bundle.pybind.specs.pkgconfig.PkgConfigSpec(/, **data: Any)[source]

Bases: 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]

extra_dirs

A list of directories to search for pkg-config files.

Type:

list[str]

packages: list[str] = None
extra_dirs: list[str] = None