git: 630148165297 - main - textproc/py-sphinx-design: Update to 0.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:19:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=63014816529788fd12b01e45676d8b3e1a22449f
commit 63014816529788fd12b01e45676d8b3e1a22449f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:45:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:56 +0000
textproc/py-sphinx-design: Update to 0.7.0
Changes: https://github.com/executablebooks/sphinx-design/releases
---
textproc/py-sphinx-design/Makefile | 4 ++--
textproc/py-sphinx-design/distinfo | 6 +++---
textproc/py-sphinx-design/files/patch-pyproject.toml | 10 +++++-----
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/textproc/py-sphinx-design/Makefile b/textproc/py-sphinx-design/Makefile
index 0ddaa2cdb19b..f44f3913f17b 100644
--- a/textproc/py-sphinx-design/Makefile
+++ b/textproc/py-sphinx-design/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sphinx-design
-PORTVERSION= 0.6.1
+PORTVERSION= 0.7.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<9,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-design/distinfo b/textproc/py-sphinx-design/distinfo
index 83121fa0d2ba..e618047e25d5 100644
--- a/textproc/py-sphinx-design/distinfo
+++ b/textproc/py-sphinx-design/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722798807
-SHA256 (sphinx_design-0.6.1.tar.gz) = b44eea3719386d04d765c1a8257caca2b3e6f8421d7b3a5e742c0fd45f84e632
-SIZE (sphinx_design-0.6.1.tar.gz) = 2193689
+TIMESTAMP = 1769874422
+SHA256 (sphinx_design-0.7.0.tar.gz) = d2a3f5b19c24b916adb52f97c5f00efab4009ca337812001109084a740ec9b7a
+SIZE (sphinx_design-0.7.0.tar.gz) = 2203582
diff --git a/textproc/py-sphinx-design/files/patch-pyproject.toml b/textproc/py-sphinx-design/files/patch-pyproject.toml
index 1c66b9c68d54..0990f1e6d5be 100644
--- a/textproc/py-sphinx-design/files/patch-pyproject.toml
+++ b/textproc/py-sphinx-design/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig 2024-08-02 13:48:37 UTC
+--- pyproject.toml.orig 2026-01-19 13:12:43 UTC
+++ pyproject.toml
-@@ -28,7 +28,7 @@ requires-python = ">=3.9"
+@@ -27,7 +27,7 @@ requires-python = ">=3.11"
]
keywords = ["sphinx", "extension", "material design", "web components"]
- requires-python = ">=3.9"
--dependencies = ["sphinx>=6,<9"]
-+dependencies = ["sphinx>=5,<9"]
+ requires-python = ">=3.11"
+-dependencies = ["sphinx>=7,<10"]
++dependencies = ["sphinx>=5,<10"]
[project.urls]
Homepage = "https://github.com/executablebooks/sphinx-design"