| Name: | python3-pkgconfig |
|---|---|
| Version: | 1.5.1 |
| Release: | 5.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 24680 |
| License: | MIT |
| RPM: | python3-pkgconfig-1.5.1-5.el8.noarch.rpm |
| Source RPM: | python-pkgconfig-1.5.1-5.el8.src.rpm |
| Build Date: | Fri Nov 01 2019 |
| Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://github.com/matze/pkgconfig |
| Summary: | Python3 interface to the pkg-config command line tool |
| Description: | pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 2.6+. It can be used to * check if a package exists * check if a package meets certain version requirements * query CFLAGS and LDFLAGS * parse the output to build extensions with setup.py If pkg-config is not on the path, raises EnvironmentError. Python 3 version. |