Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pdm-backend
Commits:
5dc2b7f9 by Antonio Rojas at 2025-12-21T13:16:37+01:00
upgpkg: 2.4.6-3: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pdm-backend
pkgdesc = The build backend used by PDM that supports latest packaging
standards
pkgver = 2.4.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pdm-project/pdm-backend
arch = any
groups = python-build-backend
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ _devendored=1
_name=pdm-backend
pkgname=python-pdm-backend
pkgver=2.4.6
-pkgrel=2
+pkgrel=3
pkgdesc="The build backend used by PDM that supports latest packaging
standards"
arch=(any)
url="https://github.com/pdm-project/pdm-backend"
@@ -70,6 +70,7 @@ check() {
export PYTHONPATH="$PWD/test_dir/$site_packages:$PYTHONPATH"
# set default git config for test
+ export GIT_CONFIG_GLOBAL="$HOME/.gitconfig"
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
pytest "${pytest_options[@]}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm-backend/-/commit/5dc2b7f9cf61a052bd0b5332bd2aa3114f796570
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdm-backend/-/commit/5dc2b7f9cf61a052bd0b5332bd2aa3114f796570
You're receiving this email because of your account on gitlab.archlinux.org.