From 4f3990dbd8e0f15dee5dbd07e68ca41cf0076216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 25 Feb 2025 17:54:54 -0300 Subject: [PATCH] python3-sphinxcontrib-devhelp: update to 2.0.0. --- srcpkgs/python3-sphinxcontrib-devhelp/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template index bef5b87f705..6ce8d728549 100644 --- a/srcpkgs/python3-sphinxcontrib-devhelp/template +++ b/srcpkgs/python3-sphinxcontrib-devhelp/template @@ -1,18 +1,18 @@ # Template file for 'python3-sphinxcontrib-devhelp' pkgname=python3-sphinxcontrib-devhelp -version=1.0.2 -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 Devhelp document" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" -distfiles="${PYPI_SITE}/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-${version}.tar.gz" -checksum=ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4 +distfiles="${PYPI_SITE}/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-${version}.tar.gz" +checksum=411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad +make_check=no # cyclic with Sphinx post_install() { - vlicense LICENSE + vlicense LICENCE.rst }