Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pallets-sphinx-themes


Commits:
a96d6d4e by Jelle van der Waa at 2024-05-25T19:50:50+02:00
Drop importlib_metadata dependency

Dropped upstream in 
https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-123

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pallets-sphinx-themes
        pkgdesc = Sphinx themes for Pallets and related projects
        pkgver = 2.1.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/pallets/pallets-sphinx-themes
        arch = any
        license = BSD
@@ -10,7 +10,6 @@ pkgbase = python-pallets-sphinx-themes
        makedepends = python-flit-core
        depends = python
        depends = python-sphinx
-       depends = python-importlib-metadata
        source = 
https://github.com/pallets/pallets-sphinx-themes/archive/2.1.3/pallets-sphinx-themes-2.1.3.tar.gz
        sha512sums = 
e80b409b5854ae879a64cf6a0660bd7d2e7123a281bb3dd9fb1b838057dc51811d287e20ccb135e25d893e33bc520e026f0d6762a0d86df408e266cab1ee9a0c
        b2sums = 
bdf4ad6ab02bafc2d5f8eb98bc7d23db0bcbd118ab95f97456c2a5ab7f8103a4c116c726abd705bb5582d27aab2a65eaac49476ea80c06ebcf9427e9b3c97e8e


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
 pkgver=2.1.3
-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' 'python-importlib-metadata')
+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=('e80b409b5854ae879a64cf6a0660bd7d2e7123a281bb3dd9fb1b838057dc51811d287e20ccb135e25d893e33bc520e026f0d6762a0d86df408e266cab1ee9a0c')



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

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


Reply via email to