1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/py3-sphinxcontrib-htmlhelp: upgrade to 2.1.0

This commit is contained in:
ptrcnull 2025-07-11 14:01:13 +02:00 committed by achill (fossdd)
parent 7a3c67a0f7
commit 9934afab75

View file

@ -1,8 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-sphinxcontrib-htmlhelp
_pyname=sphinxcontrib-htmlhelp
pkgver=2.0.1
pkgrel=3
pkgver=2.1.0
pkgrel=0
pkgdesc="Sphinx htmlhelp extension"
url="https://pypi.org/project/sphinxcontrib-htmlhelp"
arch="noarch"
@ -10,13 +9,12 @@ license="BSD-2-Clause"
depends="python3"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
py3-flit-core
"
options="!check" # cyclic dependency
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
source="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-$pkgver.tar.gz"
builddir="$srcdir"/sphinxcontrib_htmlhelp-$pkgver
build() {
gpep517 build-wheel \
@ -36,5 +34,5 @@ package() {
}
sha512sums="
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5 sphinxcontrib-htmlhelp-2.0.1.tar.gz
9aa2650ed27712a94de6ea16954db952db9c4a0c5f509aba42e33c69ba46f7069e9ee01c09a31e531fd096882c0248cf72334404d717a9f35aafc22e3976530e sphinxcontrib_htmlhelp-2.1.0.tar.gz
"