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#
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
1.5.5
src/pyproject.toml:
pkgconfig
version_requirements.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.