python-pkgconfig 1.3.1-1 source package in Ubuntu
Changelog
python-pkgconfig (1.3.1-1) unstable; urgency=medium [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field [ Josue Ortega ] * New upstream release (1.3.1). * Bumps comat level from 9 to 11. * Bumps Standards-Version from 3.9.8 to 4.1.3. -- Josue Ortega <email address hidden> Thu, 22 Feb 2018 18:50:29 -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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pkgconfig_1.3.1-1.dsc | 2.2 KiB | 45adf402297912982a0609af9feda98bec493b5a053cc5baf9c0a6fb599f17b4 |
python-pkgconfig_1.3.1.orig.tar.gz | 5.2 KiB | b4b8277cf33df2bfdd73da2bc4faab1b4b65b6d12e295aa6c70987642bcfb5c7 |
python-pkgconfig_1.3.1-1.debian.tar.xz | 2.4 KiB | 534a7999ce52be5abd25d266fc0c6d891a72481cb0fbbf1cf315d4240005d084 |
Available diffs
- diff from 1.2.2-1 to 1.3.1-1 (3.1 KiB)
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