Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pkgconfig
Commits:
3f70bf17 by Antonio Rojas at 2026-03-06T18:31:26+01:00
upgpkg: 1.6.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pkgconfig
pkgdesc = Python module to interface with the pkg-config command line
tool
- pkgver = 1.5.5
- pkgrel = 9
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://github.com/matze/pkgconfig
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-pkgconfig
makedepends = python-installer
makedepends = python-poetry-core
depends = python
- source = git+https://github.com/matze/pkgconfig#tag=v1.5.5
- sha256sums =
bd84e39169a35fe299c4de616c2a6da0287ee88a5a08080645c7175a4685e639
+ source = git+https://github.com/matze/pkgconfig#tag=v1.6.0
+ sha256sums =
3d7909fdf516b89b18edb54110aaedb2a4180bd0f1b8f2d3d20da5a42bc7d5ae
pkgname = python-pkgconfig
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=python-pkgconfig
-pkgver=1.5.5
-pkgrel=9
+pkgver=1.6.0
+pkgrel=1
pkgdesc='Python module to interface with the pkg-config command line tool'
arch=(any)
url='https://github.com/matze/pkgconfig'
@@ -15,7 +15,7 @@ makedepends=(git
checkdepends=(python-pytest
python-setuptools)
source=(git+https://github.com/matze/pkgconfig#tag=v$pkgver)
-sha256sums=('bd84e39169a35fe299c4de616c2a6da0287ee88a5a08080645c7175a4685e639')
+sha256sums=('3d7909fdf516b89b18edb54110aaedb2a4180bd0f1b8f2d3d20da5a42bc7d5ae')
build() {
cd pkgconfig
@@ -24,6 +24,7 @@ build() {
check() {
cd pkgconfig
+ PYTHONPATH="$PWD"/src \
pytest -v
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pkgconfig/-/commit/3f70bf174624c01d2ac1431430f9f5ddd0aca302
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pkgconfig/-/commit/3f70bf174624c01d2ac1431430f9f5ddd0aca302
You're receiving this email because of your account on gitlab.archlinux.org.