This package browser is in early development. Mind the rough edges.

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.

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.