From 8dd0e3636e5fbc150bceac8ac321b49e5f20c8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 21 Feb 2020 15:16:26 +0700 Subject: [PATCH] python3-Sphinx: update to 2.4.2. --- 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 74c77434fe..7c35cb7318 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,6 +1,6 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx -version=2.4.0 +version=2.4.2 revision=1 archs=noarch wrksrc=Sphinx-${version} @@ -12,13 +12,14 @@ depends="python3-Jinja2 python3-docutils python3-Pygments python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-sphinxcontrib-serializinghtml" -checkdepends="$depends python3-html5lib python3-mypy ImageMagick tox" +checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext + python3-pytest" 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=fb2ce74c28154872757925edda0060b4c4102cdc86b8b30063f23399678de2ca +checksum=525527074f2e0c2585f68f73c99b4dc257c34bbe308b27f5f8c7a6e20642742f alternatives=" sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3 sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3 @@ -26,7 +27,7 @@ alternatives=" sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3" do_check() { - tox -e py${py3_ver/./} + PYTHONPATH=$(pwd)/build/lib pytest } post_install() {