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#

$ sudo pacman -S python-pkgconfig
$ conda install pkgconfig
$ sudo apt-get install python3-pkgconfig
$ sudo yum install python-pkgconfig
$ sudo pkg install devel/py-pkgconfig
$ sudo emerge dev-python/pkgconfig
$ sudo port install py-pkgconfig
$ sudo zypper install pkg-config
$ 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.