1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

textproc/py-sphinx-design: Update to 0.6.1

Changes:	https://github.com/executablebooks/sphinx-design/releases
This commit is contained in:
Po-Chuan Hsieh 2024-08-05 05:16:25 +08:00
parent d7f7f134b0
commit eb377353b3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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"