From 485ae1c62ef0087d4d52e2fafe8f0c3f5ea81235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 25 Feb 2025 17:55:09 -0300 Subject: [PATCH] python3-sphinxcontrib-htmlhelp: update to 2.1.0. --- srcpkgs/python3-sphinxcontrib-htmlhelp/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template index 8d3bc3e6bf2..20ee9d52a15 100644 --- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template +++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-htmlhelp' pkgname=python3-sphinxcontrib-htmlhelp -version=2.0.1 -revision=3 +version=2.1.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools python3-wheel" @@ -10,10 +10,10 @@ short_desc="Sphinx extension which outputs HTML document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" -distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz" -checksum=0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff +distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-${version}.tar.gz" +checksum=c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9 make_check=no # cyclic with Sphinx post_install() { - vlicense LICENSE + vlicense LICENCE.rst }