Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2024 16:54:49 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e64c11c574e - main - textproc/py-pallets-sphinx-themes: Add missing run dependency
Message-ID:  <202411011654.4A1Gsn6o059647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e64c11c574e2b83c469f9e3438edd4b56b36971

commit 9e64c11c574e2b83c469f9e3438edd4b56b36971
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-11-01 16:51:23 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-11-01 16:54:43 +0000

    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
---
 textproc/py-pallets-sphinx-themes/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/py-pallets-sphinx-themes/Makefile b/textproc/py-pallets-sphinx-themes/Makefile
index baea73b697b3..464dfb383123 100644
--- a/textproc/py-pallets-sphinx-themes/Makefile
+++ b/textproc/py-pallets-sphinx-themes/Makefile
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411011654.4A1Gsn6o059647>