[arch-commits] Commit in python-systemd/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Sat Dec 4 01:05:28 UTC 2021
Date: Saturday, December 4, 2021 @ 01:05:28
Author: foutrelis
Revision: 430677
upgpkg: python-systemd 234-11: hopefully fix fail2ban test failures
Modified:
python-systemd/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 23:03:12 UTC (rev 430676)
+++ PKGBUILD 2021-12-04 01:05:28 UTC (rev 430677)
@@ -2,7 +2,7 @@
pkgname=python-systemd
pkgver=234
-pkgrel=10
+pkgrel=11
pkgdesc="Python bindings for systemd"
arch=(x86_64)
url="https://github.com/systemd/python-systemd"
@@ -18,6 +18,12 @@
git describe --tags | sed 's/^v//;s/-/+/g'
}
+prepare() {
+ cd $pkgname
+ # reader: make PY_SSIZE_T_CLEAN
+ git format-patch -1 --stdout c71bbac357f0 | patch -Np1
+}
+
build() {
cd $pkgname
make PYTHON=/usr/bin/python3
More information about the arch-commits
mailing list