[arch-commits] Commit in python-sphinx-furo/trunk (PKGBUILD)

Daniel M. Capella polyzen at gemini.archlinux.org
Sun Jun 5 07:22:53 UTC 2022


    Date: Sunday, June 5, 2022 @ 07:22:52
  Author: polyzen
Revision: 1222843

upgpkg: python-sphinx-furo 2022.06.04.1-1

Modified:
  python-sphinx-furo/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 07:21:12 UTC (rev 1222842)
+++ PKGBUILD	2022-06-05 07:22:52 UTC (rev 1222843)
@@ -3,23 +3,23 @@
 
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
-pkgver=2022.04.07
-pkgrel=2
+pkgver=2022.06.04.1
+pkgrel=1
 pkgdesc='A clean customizable documentation theme for Sphinx'
 arch=('any')
 url='https://github.com/pradyunsg/furo'
 license=('MIT')
-depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+depends=('python-sphinx-basic-ng' 'python-pygments' 'python-beautifulsoup4')
 makedepends=('python-build' 'python-installer' 'python-sphinx-theme-builder' 'python-flit-core'
-             'nodejs-lts-gallium' 'npm')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-        'furo-sphinx5-compat.patch::https://github.com/pradyunsg/furo/commit/d955850a89310a932ecab4e84cba0c20371a6a33.patch')
-sha512sums=('9a9194a0ed89bbee5f20ff4b18275e668ebfae80df88d88d5a4f305983820542a33a492a528352f48c0370bf079d39e8fc6fe2b4ade0397d88e22ec65e644b57'
-            '152c0fb054e9d30cd483a73345e9d6ba99e5ef63a159696f8afa7c60fda9cd168ff2c3a67e6d540ba2a58972cbe007976f9df0e0fb575723cc0567148f0f984d')
+             'nodejs-lts-gallium' 'npm' 'expac')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b82abcf32df52d0e2ccb0d5baaa51c3f828327d5490b798755ae44c349b0428b568fc8d4052e3b95ff01d1b648347a92e8922857296fd425cf432684d78f9220')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch --forward --strip=1 --input=../furo-sphinx5-compat.patch --reject-file=- || true
+  # force use of system nodejs
+  local node_ver=$(expac %v nodejs-lts-gallium | cut -d - -f 1)
+  sed -i "s/16.13.1/$node_ver/" pyproject.toml
 }
 
 build() {



More information about the arch-commits mailing list