python-pkgconfig 1.5.5-2 source package in Ubuntu

Changelog

python-pkgconfig (1.5.5-2) unstable; urgency=medium

  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on pkg-config.
    + python3-pkgconfig: Drop versioned constraint on pkg-config in Depends.

 -- Debian Janitor <email address hidden>  Wed, 25 May 2022 21:30:21 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pkgconfig_1.5.5-2.dsc 2.0 KiB dce858e3266213b00a20a5ab76d6e683538aba5975e982a9ea972dec9a913c5b
python-pkgconfig_1.5.5.orig.tar.gz 5.9 KiB deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899
python-pkgconfig_1.5.5-2.debian.tar.xz 3.0 KiB a2ccfca3bab385badba878ea918444ca0a82ce0eb43862fd28e52fc562df84ce

Available diffs

No changes file available.

Binary packages built by this source

python3-pkgconfig: Python interface to the pkg-config command line tool

 pkgconfig is a Python module to interface with the pkg-config command line tool
 and supports Python
 It cabe 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