python-pkgconfig 1.3.1
Python interface for pkg-config
This module provides a Python interface to pkg-config. It can be used to find all pkg-config packages, check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS and parse the output to build extensions with setup.py.
- Website: https://github.com/matze/pkgconfig
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pkgconfig 1.3.1
as follows:
guix install python-pkgconfig@1.3.1
Or install the latest version:
guix install python-pkgconfig
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.