Name: | python2-pkgconfig |
---|---|
Version: | 1.1.0 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 15581 |
License: | MIT |
RPM: | python2-pkgconfig-1.1.0-8.el7.noarch.rpm |
Source RPM: | python-pkgconfig-1.1.0-8.el7.src.rpm |
Build Date: | Tue Mar 03 2020 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/matze/pkgconfig |
Summary: | A Python2 interface to the pkg-config ocmmand 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 2 version. |
- Rebuilt to change main python from 3.4 to 3.6
- Fix build for EPEL
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Make package compliant with new packaging guidelines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Add BR on python-nose - Combined build
- Initial package