Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-libevdev
Commits:
020eec69 by Carl Smedstad at 2024-11-19T08:27:06+01:00
upgpkg: 0.11-5: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-libevdev
pkgdesc = Python wrapper for libevdev
pkgver = 0.11
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.freedesktop.org/libevdev/python-libevdev
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-libevdev
pkgver=0.11
-pkgrel=4
+pkgrel=5
arch=('any')
url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
license=('MIT')
@@ -13,6 +13,13 @@ checkdepends=('python-pytest' 'python-pluggy')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('224e2d18915f08d9f02e32845968e0e2eac531ad7f4efe5401de692cdb0980049f3cfd9cb869319e7526dbefd38144ab6e0b52ceba67ab371045ce60d21286da')
+prepare() {
+ cd $pkgname-$pkgver
+
+ # This config-line makes 'make doc' fail.
+ sed -i '/intersphinx_mapping/d' doc/source/conf.py
+}
+
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libevdev/-/commit/020eec696bb7e06642d4b58e4c2518ae369fa964
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libevdev/-/commit/020eec696bb7e06642d4b58e4c2518ae369fa964
You're receiving this email because of your account on gitlab.archlinux.org.