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
This commit is contained in:
augiedoggie
2024-02-23 19:56:44 -07:00
committed by GitHub
parent 3a25443ed6
commit f8e6adc9ff

View File

@@ -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
"