Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-theme-builder
Commits:
04e08696 by Antonio Rojas at 2025-12-16T12:13:43+01:00
upgpkg: 0.2.0b2-8: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx-theme-builder
pkgdesc = Python build backend for Sphinx themes
pkgver = 0.2.0b2
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/pradyunsg/sphinx-theme-builder
arch = any
license = MIT
@@ -21,6 +21,10 @@ pkgbase = python-sphinx-theme-builder
optdepends = python-click: CLI
optdepends = python-sphinx-autobuild: CLI
source =
python-sphinx-theme-builder-0.2.0b2.tar.gz::https://github.com/pradyunsg/sphinx-theme-builder/archive/0.2.0b2.tar.gz
+ source =
https://github.com/pradyunsg/sphinx-theme-builder/commit/bb78c8c8.patch
+ source =
https://github.com/pradyunsg/sphinx-theme-builder/commit/adeb3750.patch
sha512sums =
9900812cbb91a2fae666c010caef0fc2d250ff7ef8ae7b0105c72cee678e4be49784530c49c43d0260e22882ca7b89d4dd83da0c5a59cf3f944647f84e9fd6bf
+ sha512sums =
9a742294c98dd0c399b6a01abc652904e65c969185181a909c627475ea0b15849657f51a996aef9e903d228f0866f157eee56e7b4d9985d90d4eb520663182ae
+ sha512sums =
132e11851d9bfd41f721742764ea801afd4dc604274ca236b3f2a77079e0a47d26eac598beae5dc5cee81387c028604d7e4b07594e9a9e48fcd9f3a063305a2b
pkgname = python-sphinx-theme-builder
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=sphinx-theme-builder
pkgname=python-$_pkgname
pkgver=0.2.0b2
-pkgrel=7
+pkgrel=8
pkgdesc='Python build backend for Sphinx themes'
arch=('any')
url='https://github.com/pradyunsg/sphinx-theme-builder'
@@ -31,8 +31,18 @@ checkdepends=(
'python-pytest'
'python-sphinx-autobuild'
)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('9900812cbb91a2fae666c010caef0fc2d250ff7ef8ae7b0105c72cee678e4be49784530c49c43d0260e22882ca7b89d4dd83da0c5a59cf3f944647f84e9fd6bf')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
https://github.com/pradyunsg/sphinx-theme-builder/commit/bb78c8c8.patch
+
https://github.com/pradyunsg/sphinx-theme-builder/commit/adeb3750.patch)
+sha512sums=('9900812cbb91a2fae666c010caef0fc2d250ff7ef8ae7b0105c72cee678e4be49784530c49c43d0260e22882ca7b89d4dd83da0c5a59cf3f944647f84e9fd6bf'
+
'9a742294c98dd0c399b6a01abc652904e65c969185181a909c627475ea0b15849657f51a996aef9e903d228f0866f157eee56e7b4d9985d90d4eb520663182ae'
+
'132e11851d9bfd41f721742764ea801afd4dc604274ca236b3f2a77079e0a47d26eac598beae5dc5cee81387c028604d7e4b07594e9a9e48fcd9f3a063305a2b')
+
+prepare() {
+ cd $_pkgname-$pkgver
+ patch -p1 -i ../bb78c8c8.patch # Python 3.14 support
+ patch -p1 -i ../adeb3750.patch
+}
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/commit/04e086961da45a1c270c91dd615d725a55c2c254
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/commit/04e086961da45a1c270c91dd615d725a55c2c254
You're receiving this email because of your account on gitlab.archlinux.org.