python3-sphinxcontrib-htmlhelp: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 19:25:46 +02:00
parent c0c910b0d9
commit 3f0451ca0b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31CtkH/NNs9O07hPKGot+w+1XX728aTcW0T1Ea0IyCDCiOcChpD3ex5fyf+MtVUxOfldMtJYSRkQx82X0Ja2dww=
SHA256 (Pkgfile) = b7b87607f1c62012c2eef31972809f322b47ca35a7b24949972c536d2f23f57f
RWSagIOpLGJF32UwyffmRjtPKAlpEariAoLAMB12GLv+vIQVRUmn+DbVqIlUERj1kGHfe5Gq/jsjZJHzyimSXJDlwPiKLldl1wE=
SHA256 (Pkgfile) = 5fd99bd53cfef2dc4c715c87544c5473dd4a69a908241de4252a41659b8c45a9
SHA256 (.footprint) = e500d14e38f77759185614ede32adece77764dbd398684e81bc74c5bab8fd663
SHA256 (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff

View File

@ -1,7 +1,7 @@
# Description: sphinx extension which renders HTML help files
# URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-build python3-installer
# URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
# Maintainer: unmaintained
# Depends on: python3-build python3-installer python3-wheel
name=python3-sphinxcontrib-htmlhelp
_name=${name#*-}
@ -10,8 +10,8 @@ release=1
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
build() {
cd $_name-$version
cd $_name-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}