From 3e87abd9bac9b7014c28840f151232e86c587081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 25 Feb 2025 17:57:45 -0300 Subject: [PATCH] python3-sphinxcontrib-serializinghtml: update to 2.0.0. --- srcpkgs/python3-sphinxcontrib-serializinghtml/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template index 56b2eaed295..71888b4253e 100644 --- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template +++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template @@ -1,18 +1,18 @@ # Template file for 'python3-sphinxcontrib-serializinghtml' pkgname=python3-sphinxcontrib-serializinghtml -version=1.1.9 -revision=2 +version=2.0.0 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-setuptools_scm python3-wheel python3-flit_core" +hostmakedepends="python3-flit_core" depends="python3" short_desc="Sphinx extension which outputs serialized HTML document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/s/sphinxcontrib_serializinghtml/sphinxcontrib_serializinghtml-${version}.tar.gz" -checksum=0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54 +checksum=e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d make_check=no # cyclic Sphinx post_install() { - vlicense LICENSE + vlicense LICENCE.rst }