python-pkgconfig 1.2.2-1 source package in Ubuntu

Changelog

python-pkgconfig (1.2.2-1) unstable; urgency=medium

  * New upstream release (1.2.2).

 -- Josue Ortega <email address hidden>  Sun, 11 Dec 2016 13:28:17 -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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pkgconfig_1.2.2-1.dsc 2.2 KiB 73c52657cddbec4be5fb08db3b9fb792f77e0c651a103d75c1a856c3447c3e24
python-pkgconfig_1.2.2.orig.tar.gz 4.8 KiB 3f19a8eba1c6fc88a32c5e2a2ce2a25cefb58e530541979202b8c96d650bbddb
python-pkgconfig_1.2.2-1.debian.tar.xz 2.3 KiB 9489f755253161a60d6bff2864b3a96d2ac442d1815fcaab29126f7d004d2fd1

Available diffs

No changes file available.

Binary packages built by this source

python-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 2.6+.
 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

python3-pkgconfig: Python 3 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 3
 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