Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pallets-sphinx-themes


Commits:
e605ce1e by Antonio Rojas at 2025-01-22T09:34:23+01:00
Add missing python-sphinx-notfound-page dependency

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pallets-sphinx-themes/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,19 @@
 pkgbase = python-pallets-sphinx-themes
        pkgdesc = Sphinx themes for Pallets and related projects
        pkgver = 2.3.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/pallets/pallets-sphinx-themes
        arch = any
        license = BSD
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-flit-core
+       makedepends = git
        depends = python
        depends = python-sphinx
-       source = 
https://github.com/pallets/pallets-sphinx-themes/archive/2.3.0/pallets-sphinx-themes-2.3.0.tar.gz
-       sha512sums = 
e3994bfbedea31ae04874cf5a9bea30be0e9cff04ae3913f8fcdc31843282e0b8adcef376662495a585ae2bcbe2889f5376364638691af8689ee028968cdb0c9
-       b2sums = 
946f389708730b7b5627cc0e338671465a5a252de5030ff84171528f86314961d90d73618e54795aae5e84fa173e184d1e2b7dd71d058a1a711524666146fed1
+       depends = python-sphinx-notfound-page
+       source = git+https://github.com/pallets/pallets-sphinx-themes#tag=2.3.0
+       sha512sums = 
7fdc12869fa0243c39ccd476db6f5feaace463f89793804658faa63f5ad4faf3b24bdab3dc643d70cdb412ad4d15c2cb742f2c96a524c5e7ca96704bfaccb38f
+       b2sums = 
10efa67c7d413ec0bc4dbe6c6291f65a082c027a70ff1f45f284be74b4747f172f27d5bce02685d5009f9154692dda8e80f565c33c86868c0c6fe4c5f203f493
 
 pkgname = python-pallets-sphinx-themes


=====================================
PKGBUILD
=====================================
@@ -3,24 +3,24 @@
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Sphinx themes for Pallets and related projects'
 url='https://github.com/pallets/pallets-sphinx-themes'
 arch=('any')
 license=('BSD')
-depends=('python' 'python-sphinx')
-makedepends=('python-build' 'python-installer' 'python-flit-core')
-source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('e3994bfbedea31ae04874cf5a9bea30be0e9cff04ae3913f8fcdc31843282e0b8adcef376662495a585ae2bcbe2889f5376364638691af8689ee028968cdb0c9')
-b2sums=('946f389708730b7b5627cc0e338671465a5a252de5030ff84171528f86314961d90d73618e54795aae5e84fa173e184d1e2b7dd71d058a1a711524666146fed1')
+depends=('python' 'python-sphinx' 'python-sphinx-notfound-page')
+makedepends=('python-build' 'python-installer' 'python-flit-core' 'git')
+source=(git+https://github.com/pallets/pallets-sphinx-themes#tag=${pkgver})
+sha512sums=('7fdc12869fa0243c39ccd476db6f5feaace463f89793804658faa63f5ad4faf3b24bdab3dc643d70cdb412ad4d15c2cb742f2c96a524c5e7ca96704bfaccb38f')
+b2sums=('10efa67c7d413ec0bc4dbe6c6291f65a082c027a70ff1f45f284be74b4747f172f27d5bce02685d5009f9154692dda8e80f565c33c86868c0c6fe4c5f203f493')
 
 build() {
-  cd ${_pyname}-${pkgver}
+  cd ${_pyname}
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd ${_pyname}-${pkgver}
+  cd ${_pyname}
   python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pallets-sphinx-themes/-/commit/e605ce1ee1da9fac9e42e9cc8c59b49956225d1b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pallets-sphinx-themes/-/commit/e605ce1ee1da9fac9e42e9cc8c59b49956225d1b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to