textproc/py-pallets-sphinx-themes: Add missing run dependency

- Add textproc/py-sphinx-notfound-page to run dependencies

  This requirement was introduced in version 2.2.0.

  https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst#version-220
  https://github.com/pallets/pallets-sphinx-themes/blob/main/pyproject.toml#L24

- Bump PORTREVISION

PR:		282458
This commit is contained in:
Nicola Vitale 2024-11-01 17:51:23 +01:00
parent e0c9badbe9
commit 9e64c11c57
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0

View file

@ -1,5 +1,6 @@
PORTNAME= Pallets-Sphinx-Themes
DISTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9.0:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=23.1:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-notfound-page>=1.0.4:textproc/py-sphinx-notfound-page@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=5.3.0:textproc/py-sphinx@${PY_FLAVOR}
USES= python