Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 17:25:44 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c45cdd1d8403 - main - textproc/py-sphinx_rtd_theme: update to 3.0.4
Message-ID:  <6a3eb618.38d33.1adc67e8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

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

commit c45cdd1d8403a2f13d5930c1bfc60f79310f1b35
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-26 17:23:07 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-26 17:23:07 +0000

    textproc/py-sphinx_rtd_theme: update to 3.0.4
    
    PR:             284845
    Submitted by:   Hiroo Ono
---
 textproc/py-sphinx_rtd_theme/Makefile | 12 ++++++++----
 textproc/py-sphinx_rtd_theme/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/textproc/py-sphinx_rtd_theme/Makefile b/textproc/py-sphinx_rtd_theme/Makefile
index b7e5169f413f..8d3cdb9aa8c2 100644
--- a/textproc/py-sphinx_rtd_theme/Makefile
+++ b/textproc/py-sphinx_rtd_theme/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	sphinx_rtd_theme
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	3.1.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +11,13 @@ WWW=		https://github.com/readthedocs/sphinx_rtd_theme
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils pytest
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=6,1<10,1:textproc/py-sphinx@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0.18,1<0.23,1:textproc/py-docutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-jquery>=4.0<5.0:textproc/py-sphinxcontrib-jquery@${PY_FLAVOR}
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/py-sphinx_rtd_theme/distinfo b/textproc/py-sphinx_rtd_theme/distinfo
index 8127cc68f1a7..8fde60556f0d 100644
--- a/textproc/py-sphinx_rtd_theme/distinfo
+++ b/textproc/py-sphinx_rtd_theme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637240415
-SHA256 (sphinx_rtd_theme-1.0.0.tar.gz) = eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c
-SIZE (sphinx_rtd_theme-1.0.0.tar.gz) = 2780623
+TIMESTAMP = 1775762416
+SHA256 (sphinx_rtd_theme-3.1.0.tar.gz) = b44276f2c276e909239a4f6c955aa667aaafeb78597923b1c60babc76db78e4c
+SIZE (sphinx_rtd_theme-3.1.0.tar.gz) = 7620915


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3eb618.38d33.1adc67e8>