diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index 74c77434fea..7c35cb7318e 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() {