mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
python3-sphinxcontrib-serializinghtml: update to 2.0.0.
This commit is contained in:
parent
dca4880d5c
commit
b896d698f8
1 changed files with 5 additions and 5 deletions
|
@ -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 <congdanhqx@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue