pkgconfig: Python interface to pkg-config#

Description#

Pkgconfig is a Python module to interface with the pkg-config command line tool.

License#

MIT License

Upstream Contact#

https://github.com/matze/pkgconfig

Type#

standard

Dependencies#

Version Information#

package-version.txt:

1.5.5

install-requires.txt:

pkgconfig

Equivalent System Packages#

arch:

$ sudo pacman -S  python-pkgconfig

conda:

$ conda install  pkgconfig

Debian/Ubuntu:

$ sudo apt-get install  python3-pkgconfig

Fedora/Redhat/CentOS:

$ sudo yum install  python-pkgconfig

freebsd:

$ sudo pkg install devel/py-pkgconfig

gentoo:

$ sudo emerge dev-python/pkgconfig

macports: install the following packages: py-pkgconfig

opensuse:

$ sudo zypper install pkg-config

void:

$ sudo xbps-install  python3-pkgconfig

See https://repology.org/project/python:pkgconfig/versions

If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.