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,24 +1,24 @@ PORTNAME= sphinx-design -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sphinx_design-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sphinx extension for designing beautiful, view size responsive web components WWW= https://sphinx-design.readthedocs.io/en/latest/ \ https://github.com/executablebooks/sphinx-design 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 NO_ARCH= yes .include 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"