summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/py-sphinx-book-theme/Makefile7
-rw-r--r--textproc/py-sphinx-book-theme/distinfo10
-rw-r--r--textproc/py-sphinx-book-theme/files/patch-pyproject.toml15
3 files changed, 21 insertions, 11 deletions
diff --git a/textproc/py-sphinx-book-theme/Makefile b/textproc/py-sphinx-book-theme/Makefile
index 7c680b2943ac..e041183977d0 100644
--- a/textproc/py-sphinx-book-theme/Makefile
+++ b/textproc/py-sphinx-book-theme/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sphinx-book-theme
-PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTVERSION= 1.1.4
CATEGORIES= textproc python
MASTER_SITES= PYPI \
LOCAL/sunpoet:static
@@ -17,8 +16,8 @@ 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.2:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydata-sphinx-theme>=0.15.4:textproc/py-pydata-sphinx-theme@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.3,1:textproc/py-sphinx@${PY_FLAVOR} \
USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517
diff --git a/textproc/py-sphinx-book-theme/distinfo b/textproc/py-sphinx-book-theme/distinfo
index e79cbd64e28b..defec7540937 100644
--- a/textproc/py-sphinx-book-theme/distinfo
+++ b/textproc/py-sphinx-book-theme/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1722711255
-SHA256 (sphinx_book_theme-1.1.3.tar.gz) = 1f25483b1846cb3d353a6bc61b3b45b031f4acf845665d7da90e01ae0aef5b4d
-SIZE (sphinx_book_theme-1.1.3.tar.gz) = 434230
-SHA256 (sphinx_book_theme-1.1.3-static.tar.gz) = 05991ed630ef3de91f6fdcbfb174a982f9bb3d8af196a47aaae15bf5aff36714
-SIZE (sphinx_book_theme-1.1.3-static.tar.gz) = 502272
+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
diff --git a/textproc/py-sphinx-book-theme/files/patch-pyproject.toml b/textproc/py-sphinx-book-theme/files/patch-pyproject.toml
index 321c4bfc005c..1a0fbd5f9349 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 2024-06-12 14:08:03 UTC
+--- pyproject.toml.orig 2025-02-20 16:31:55 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
@@ -8,4 +8,15 @@
+build-backend = "flit_core.buildapi"
[tool.sphinx-theme-builder]
- node-version = "16.13.2"
+ node-version = "20.9.0"
+@@ -36,8 +36,8 @@ dependencies = [
+
+ requires-python = ">=3.9"
+ dependencies = [
+- "sphinx>=6.1",
+- "pydata-sphinx-theme==0.15.4"
++ "sphinx>=5.3",
++ "pydata-sphinx-theme>=0.15.4"
+ ]
+
+ license = { file = "LICENSE" }