From dca4880d5c7002a0fae27f04d51e886c4129fb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 25 Feb 2025 17:55:20 -0300 Subject: [PATCH] python3-sphinxcontrib-qthelp: update to 2.0.0. --- srcpkgs/python3-sphinxcontrib-qthelp/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template index e653a9d02b4..182bbe4b786 100644 --- a/srcpkgs/python3-sphinxcontrib-qthelp/template +++ b/srcpkgs/python3-sphinxcontrib-qthelp/template @@ -1,18 +1,18 @@ # Template file for 'python3-sphinxcontrib-qthelp' pkgname=python3-sphinxcontrib-qthelp -version=1.0.3 -revision=6 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=2.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" depends="python3" -checkdepends="python3-Sphinx" short_desc="Sphinx extension which outputs QtHelp document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" -distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-${version}.tar.gz" -checksum=4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72 +distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-${version}.tar.gz" +checksum=4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab +make_check=no # cyclic with Sphinx post_install() { - vlicense LICENSE + vlicense LICENCE.rst }