From 6c5440fd6cefa573d8650586dcfc65844b98b81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 5 Jan 2023 22:30:04 +0700 Subject: [PATCH] python3-Sphinx: update to 6.1.0. --- srcpkgs/python3-Sphinx/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index d021cb7f9f2..7ff72dc54f3 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,10 +1,10 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx -version=5.3.0 +version=6.1.0 revision=1 build_style=python3-pep517 make_install_target="dist/sphinx-$version-py3-none-any.whl" -hostmakedepends="python3-flit_core" +hostmakedepends="python3-flit_core python3-pyproject-hooks" depends="python3-Jinja2 python3-docutils python3-Pygments python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize python3-requests python3-packaging python3-sphinxcontrib-applehelp @@ -12,13 +12,13 @@ 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-pytest python3-setuptools" short_desc="Python 3 documentation generator" maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" -checksum=51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5 +checksum=b0fd0a1993733492572bbd429b5ec081e17c082b5b5168ffae50524c3a90fd3c conflicts="python-Sphinx>=0" post_install() {