Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-kivy
Commits:
bd9a3032 by Antonio Rojas at 2025-12-24T13:29:39+01:00
upgpkg: 2.3.1-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-kivy
pkgdesc = A software library for rapid development of
hardware-accelerated multitouch applications.
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://kivy.org/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-kivy
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A software library for rapid development of hardware-accelerated
multitouch applications."
arch=('x86_64')
url="https://kivy.org/"
@@ -37,6 +37,8 @@ prepare() {
-e 's/setuptools.*/setuptools",/' \
-e 's/wheel.*/wheel",/' \
-e 's/packaging.*/packaging",/' pyproject.toml
+
+ git cherry-pick -n 4b20740cb63b03fdfb65b782f1ce3de42bd6e7b3 # python 3.14
support
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kivy/-/commit/bd9a3032a23b9973a499a4c491a505ccd5ad6bb8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kivy/-/commit/bd9a3032a23b9973a499a4c491a505ccd5ad6bb8
You're receiving this email because of your account on gitlab.archlinux.org.