2025-04-08 09:12:02 +07:00

19 lines
614 B
Bash

# Template file for 'python3-sphinxcontrib-devhelp'
pkgname=python3-sphinxcontrib-devhelp
version=2.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
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=411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad
make_check=no # cyclic with Sphinx
post_install() {
vlicense LICENCE.rst
}