git: eb377353b386 - main - textproc/py-sphinx-design: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 21:19:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb377353b386d7d172de9da8a4e4fecd036f8ac0 commit eb377353b386d7d172de9da8a4e4fecd036f8ac0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-04 21:16:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-04 21:16:25 +0000 textproc/py-sphinx-design: Update to 0.6.1 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 | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/textproc/py-sphinx-design/Makefile b/textproc/py-sphinx-design/Makefile index ed19f207c004..71e1549ed9aa 100644 --- a/textproc/py-sphinx-design/Makefile +++ b/textproc/py-sphinx-design/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinx-design -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= MIT 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<8,1:textproc/py-sphinx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<9,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 diff --git a/textproc/py-sphinx-design/distinfo b/textproc/py-sphinx-design/distinfo index 3c0b3b098b5a..83121fa0d2ba 100644 --- a/textproc/py-sphinx-design/distinfo +++ b/textproc/py-sphinx-design/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716448722 -SHA256 (sphinx_design-0.6.0.tar.gz) = ec8e3c5c59fed4049b3a5a2e209360feab31829346b5f6a0c7c342b894082192 -SIZE (sphinx_design-0.6.0.tar.gz) = 2193531 +TIMESTAMP = 1722798807 +SHA256 (sphinx_design-0.6.1.tar.gz) = b44eea3719386d04d765c1a8257caca2b3e6f8421d7b3a5e742c0fd45f84e632 +SIZE (sphinx_design-0.6.1.tar.gz) = 2193689 diff --git a/textproc/py-sphinx-design/files/patch-pyproject.toml b/textproc/py-sphinx-design/files/patch-pyproject.toml new file mode 100644 index 000000000000..1c66b9c68d54 --- /dev/null +++ b/textproc/py-sphinx-design/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-08-02 13:48:37 UTC ++++ pyproject.toml +@@ -28,7 +28,7 @@ requires-python = ">=3.9" + ] + keywords = ["sphinx", "extension", "material design", "web components"] + requires-python = ">=3.9" +-dependencies = ["sphinx>=6,<9"] ++dependencies = ["sphinx>=5,<9"] + + [project.urls] + Homepage = "https://github.com/executablebooks/sphinx-design"