diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 05:16:25 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-05 05:16:25 +0800 |
| commit | eb377353b386d7d172de9da8a4e4fecd036f8ac0 (patch) | |
| tree | 24186f5c0b83824dd15d7d0cd7fae348f94c9e96 /textproc/py-sphinx-design | |
| parent | net-im/py-slackeventsapi: Update to 3.0.2 (diff) | |
textproc/py-sphinx-design: Update to 0.6.1
Changes: https://github.com/executablebooks/sphinx-design/releases
Diffstat (limited to 'textproc/py-sphinx-design')
| -rw-r--r-- | textproc/py-sphinx-design/Makefile | 4 | ||||
| -rw-r--r-- | textproc/py-sphinx-design/distinfo | 6 | ||||
| -rw-r--r-- | 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" |
