Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:54 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1a454fbfc1a - main - textproc/py-sphinx-book-theme: Update to 1.2.0
Message-ID:  <69e40042.3451a.29e6fb78@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit e1a454fbfc1acce8416a7f0068f95e1b8d8e6036
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:58 +0000

    textproc/py-sphinx-book-theme: Update to 1.2.0
    
    Changes:        https://github.com/executablebooks/sphinx-book-theme/releases
---
 textproc/py-sphinx-book-theme/Makefile                   |  6 +++---
 textproc/py-sphinx-book-theme/distinfo                   | 10 +++++-----
 textproc/py-sphinx-book-theme/files/patch-pyproject.toml | 10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/textproc/py-sphinx-book-theme/Makefile b/textproc/py-sphinx-book-theme/Makefile
index 6bd08df7f1b1..7bf6387e793e 100644
--- a/textproc/py-sphinx-book-theme/Makefile
+++ b/textproc/py-sphinx-book-theme/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinx-book-theme
-PORTVERSION=	1.1.4
+PORTVERSION=	1.2.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI \
 		LOCAL/sunpoet:static
@@ -16,10 +16,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.9.0:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.15.4:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.16.1:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=5.3,1:textproc/py-sphinx@${PY_FLAVOR} \
 
-USES=		python
+USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/textproc/py-sphinx-book-theme/distinfo b/textproc/py-sphinx-book-theme/distinfo
index defec7540937..34180caf4f9d 100644
--- a/textproc/py-sphinx-book-theme/distinfo
+++ b/textproc/py-sphinx-book-theme/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1740836184
-SHA256 (sphinx_book_theme-1.1.4.tar.gz) = 73efe28af871d0a89bd05856d300e61edce0d5b2fbb7984e84454be0fedfe9ed
-SIZE (sphinx_book_theme-1.1.4.tar.gz) = 439188
-SHA256 (sphinx_book_theme-1.1.4-static.tar.gz) = b4ddbbd8d356ff870c3101b15ae5c29fc195ea97cf4abc58a2294a3fe91b4ec9
-SIZE (sphinx_book_theme-1.1.4-static.tar.gz) = 505344
+TIMESTAMP = 1775587624
+SHA256 (sphinx_book_theme-1.2.0.tar.gz) = 4a7ebfc7da4395309ac942ddfc38fbec5c5254c3be22195e99ad12586fbda9e3
+SIZE (sphinx_book_theme-1.2.0.tar.gz) = 443962
+SHA256 (sphinx_book_theme-1.2.0-static.tar.gz) = 6a338533773a1ab85e8786c2bff3b591f13d125d00c6aef3b7538e2efd6d7443
+SIZE (sphinx_book_theme-1.2.0-static.tar.gz) = 529408
diff --git a/textproc/py-sphinx-book-theme/files/patch-pyproject.toml b/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
index 1a0fbd5f9349..e55682cfe8a7 100644
--- a/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
+++ b/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-02-20 16:31:55 UTC
+--- pyproject.toml.orig	2026-03-09 23:19:55 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@
  [build-system]
@@ -9,12 +9,12 @@
  
  [tool.sphinx-theme-builder]
  node-version = "20.9.0"
-@@ -36,8 +36,8 @@ dependencies = [
+@@ -39,8 +39,8 @@ dependencies = [
  
- requires-python = ">=3.9"
+ requires-python = ">=3.11"
  dependencies = [
--  "sphinx>=6.1",
--  "pydata-sphinx-theme==0.15.4"
+-  "sphinx>=7.0",
+-  "pydata-sphinx-theme==0.16.1"
 +  "sphinx>=5.3",
 +  "pydata-sphinx-theme>=0.15.4"
  ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e40042.3451a.29e6fb78>