From c9089559d8075e1ac8b90d0d87403f76706981dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 21 May 2023 15:03:52 -0300 Subject: [PATCH] python3-Sphinx: fix check, add changelog --- srcpkgs/python3-Sphinx/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index 189dbd41e5d2..26b161172705 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -12,11 +12,12 @@ depends="python3-Jinja2 python3-docutils python3-Pygments python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-sphinxcontrib-serializinghtml" checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext - python3-pytest python3-setuptools" + python3-pytest python3-setuptools python3-filelock" short_desc="Python 3 documentation generator" maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause" homepage="http://sphinx-doc.org" +changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" checksum=61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d conflicts="python-Sphinx>=0"