From f8e6adc9ff5531a8a6fafd20b185e82754bdab6c Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Fri, 23 Feb 2024 19:56:44 -0700 Subject: [PATCH] sphinx: move snowballstemmer to the REQUIRES section (#10141) It's listed as a required package for the project and gets automatically installed when using pip --- dev-python/sphinx/sphinx-7.2.6.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx/sphinx-7.2.6.recipe b/dev-python/sphinx/sphinx-7.2.6.recipe index 50b16ee08..fe1ee4fcf 100644 --- a/dev-python/sphinx/sphinx-7.2.6.recipe +++ b/dev-python/sphinx/sphinx-7.2.6.recipe @@ -21,7 +21,7 @@ extensions." HOMEPAGE="https://www.sphinx-doc.org/" COPYRIGHT="2023 Georg Brandl" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/sphinx-doc/sphinx/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="b41c04543148937b887097f396d7b2b54ae49d0597b68625f06ffdf702d4d917" @@ -74,6 +74,7 @@ for i in "${!PYTHON_PACKAGES[@]}"; do packaging_$pythonPackage pygments_$pythonPackage requests_$pythonPackage + snowballstemmer_$pythonPackage sphinxcontrib_applehelp_$pythonPackage sphinxcontrib_devhelp_$pythonPackage sphinxcontrib_htmlhelp_$pythonPackage @@ -98,7 +99,6 @@ TEST_REQUIRES=" filelock_$defaultTestVersion html5lib_$defaultTestVersion sphinx_$defaultTestVersion - snowballstemmer_$defaultTestVersion cmd:pytest "