python-pkgconfig 1.5.5-1 source package in Ubuntu
Changelog
python-pkgconfig (1.5.5-1) unstable; urgency=medium * New upstream release (1.5.5) * debian/control: Update package description -- Josue Ortega <email address hidden> Tue, 17 Aug 2021 09:54:52 -0600
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pkgconfig_1.5.5-1.dsc | 2.1 KiB | ff53caac123e6463e2ed043fbff6a17b4de759fcb5d0837b762d4ce78d55cf03 |
python-pkgconfig_1.5.5.orig.tar.gz | 5.9 KiB | deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899 |
python-pkgconfig_1.5.5-1.debian.tar.xz | 2.9 KiB | 25aed9cd3282439e69c33e91b886e580b7d4c949c989ab9f58c404b174ef8f55 |
Available diffs
- diff from 1.5.1-3 to 1.5.5-1 (4.5 KiB)
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