python3-sphinxcontrib-devhelp: update to 2.0.0.

This commit is contained in:
Gonzalo Tornaría 2025-02-25 17:54:54 -03:00 committed by Đoàn Trần Công Danh
parent cb70441abc
commit 4f3990dbd8

View file

@ -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 <congdanhqx@gmail.com>"
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
}