Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx-furo
Commits:
c31e35c6 by Daniel M. Capella at 2024-07-18T23:22:31-04:00
upgpkg: 2024.07.18-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-furo
pkgdesc = Clean customizable documentation theme for Sphinx
- pkgver = 2024.05.06
+ pkgver = 2024.07.18
pkgrel = 1
url = https://github.com/pradyunsg/furo
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-sphinx-furo
depends = python-beautifulsoup4
depends = python-pygments
depends = python-sphinx-basic-ng
- source = git+https://github.com/pradyunsg/furo.git#tag=2024.05.06?signed
+ source = git+https://github.com/pradyunsg/furo.git#tag=2024.07.18?signed
validpgpkeys = E2FEFA4CA4BDD28171DB00F3FF99710C4332258E
- b2sums =
faef7ab89011e23f3a3151f3c45bb0404e362af80785a9a985c7db1db953f104a78cb3b2fadb1e543ab7cc71c5f081c07cac9ee83b5f9074f7a8277b6d6767a8
+ b2sums =
6c86421e8e2a0c8534d71a68c70c37d41f46930f62e29cb5240afce9db5fb6d63ebf02485084b7dbfad489166877681b5d51e4e663babcfd2f940bb08ec93245
pkgname = python-sphinx-furo
=====================================
PKGBUILD
=====================================
@@ -3,26 +3,30 @@
_pkgname=furo
pkgname=python-sphinx-$_pkgname
-pkgver=2024.05.06
+pkgver=2024.07.18
pkgrel=1
pkgdesc='Clean customizable documentation theme for Sphinx'
-arch=('any')
+arch=(any)
url=https://github.com/pradyunsg/furo
-license=('MIT')
-depends=('python-beautifulsoup4' 'python-pygments' 'python-sphinx-basic-ng')
+license=(MIT)
+depends=(
+ python-beautifulsoup4
+ python-pygments
+ python-sphinx-basic-ng
+)
makedepends=(
- 'expac'
- 'git'
- 'nodejs-lts-iron'
- 'npm'
- 'python-build'
- 'python-flit-core'
- 'python-installer'
- 'python-sphinx-theme-builder'
+ expac
+ git
+ nodejs-lts-iron
+ npm
+ python-build
+ python-flit-core
+ python-installer
+ python-sphinx-theme-builder
)
source=("git+$url.git#tag=$pkgver?signed")
-b2sums=('faef7ab89011e23f3a3151f3c45bb0404e362af80785a9a985c7db1db953f104a78cb3b2fadb1e543ab7cc71c5f081c07cac9ee83b5f9074f7a8277b6d6767a8')
-validpgpkeys=('E2FEFA4CA4BDD28171DB00F3FF99710C4332258E') # Pradyun Gedam
(GitHub July 2020 Key) <[email protected]>
+b2sums=('6c86421e8e2a0c8534d71a68c70c37d41f46930f62e29cb5240afce9db5fb6d63ebf02485084b7dbfad489166877681b5d51e4e663babcfd2f940bb08ec93245')
+validpgpkeys=(E2FEFA4CA4BDD28171DB00F3FF99710C4332258E) # Pradyun Gedam
(GitHub July 2020 Key) <[email protected]>
prepare() {
cd $_pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-furo/-/commit/c31e35c652e3164082442ab35c9084c2be8cf0ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-furo/-/commit/c31e35c652e3164082442ab35c9084c2be8cf0ce
You're receiving this email because of your account on gitlab.archlinux.org.