python-pkgconfig 1.5.1-3 source package in Ubuntu

Changelog

python-pkgconfig (1.5.1-3) unstable; urgency=medium

  * Drop Python 2 package
  * Update debian/tests

 -- Josue Ortega <email address hidden>  Fri, 06 Sep 2019 08:19:33 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pkgconfig_1.5.1-3.dsc 2.1 KiB 14c27934a10a67c2181656bd91b3f4cf3c6ff666e90f8b396ba02be77d1f71c2
python-pkgconfig_1.5.1.orig.tar.gz 5.5 KiB 97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f
python-pkgconfig_1.5.1-3.debian.tar.xz 2.6 KiB ce6799429887c0b23435cdd170adca1f5fd474206241b1ea4b6ba81a720bbf96

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