From 662032cec0a318c5f60fe5ee8a41a7b035483dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 9 Nov 2022 08:14:03 +0700 Subject: [PATCH] python3-Sphinx: update to 5.3.0. --- srcpkgs/python3-Sphinx/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index a68616048f8..681a04f6ec6 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,9 +1,10 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx -version=5.1.1 +version=5.3.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +make_install_target="sphinx-$version-py3-none-any.whl" +hostmakedepends="python3-flit_core" depends="python3-Jinja2 python3-docutils python3-Pygments python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize python3-requests python3-packaging python3-sphinxcontrib-applehelp @@ -17,7 +18,7 @@ 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=ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89 +checksum=51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5 conflicts="python-Sphinx>=0" post_install() {