python3-sphinxcontrib-htmlhelp: 2.0.1 -> 2.0.5

This commit is contained in:
Tim Biermann 2024-02-25 20:31:22 +01:00
parent 29631a4ced
commit ced0dcecfa
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 14 additions and 15 deletions

View File

@ -231,9 +231,8 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/tem
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/templates/project.hhc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/templates/project.hhp
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib/htmlhelp/templates/project.stp
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.5.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.5.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.5.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.5.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/sphinxcontrib_htmlhelp-2.0.5.dist-info/WHEEL

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32UwyffmRjtPKAlpEariAoLAMB12GLv+vIQVRUmn+DbVqIlUERj1kGHfe5Gq/jsjZJHzyimSXJDlwPiKLldl1wE=
SHA256 (Pkgfile) = 5fd99bd53cfef2dc4c715c87544c5473dd4a69a908241de4252a41659b8c45a9
SHA256 (.footprint) = e500d14e38f77759185614ede32adece77764dbd398684e81bc74c5bab8fd663
SHA256 (sphinxcontrib-htmlhelp-2.0.1.tar.gz) = 0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff
RWSagIOpLGJF32LJffn6IpsmK/nNk89pPZMvtmnUL9DRjs5mW4l7aYvPWtmmghDtI8nieXSWKrwaa3bgIskawL41IrtVU35j/g0=
SHA256 (Pkgfile) = a8d79120c05edc71b75831768803abf43dab9b990b2ee888b3364ff1a7025a5f
SHA256 (.footprint) = 6677e340a315000ba2c8a46160d93819bad5ff1edb681d4e5ec8b52b7c3576ee
SHA256 (sphinxcontrib_htmlhelp-2.0.5.tar.gz) = 0dc87637d5de53dd5eec3a6a01753b1ccf99494bd756aafecd74b4fa9e729015

View File

@ -1,16 +1,16 @@
# Description: sphinx extension which renders HTML help files
# URL: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/
# Maintainer: unmaintained
# Depends on: python3-build python3-installer python3-wheel
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-installer python3-wheel python3-flit-core
name=python3-sphinxcontrib-htmlhelp
_name=${name#*-}
version=2.0.1
version=2.0.5
release=1
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$version.tar.gz)
source=(https://pypi.org/packages/source/s/sphinxcontrib_htmlhelp/sphinxcontrib_htmlhelp-$version.tar.gz)
build() {
cd $_name-$version
cd sphinxcontrib_htmlhelp-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl