| Name: | python34-pkgconfig |
|---|---|
| Version: | 1.1.0 |
| Release: | 7.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 14781 |
| License: | MIT |
| RPM: | python34-pkgconfig-1.1.0-7.el7.noarch.rpm |
| Source RPM: | python-pkgconfig-1.1.0-7.el7.src.rpm |
| Build Date: | Thu Oct 26 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/matze/pkgconfig |
| Summary: | A 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. |
- 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