diff --git a/www/py-quart/Makefile b/www/py-quart/Makefile index f7d0263b6c74..07fa9b1c6a6a 100644 --- a/www/py-quart/Makefile +++ b/www/py-quart/Makefile @@ -1,30 +1,30 @@ PORTNAME= quart -PORTVERSION= 0.21.0 +PORTVERSION= 0.23.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python ASGI web framework with the same API as Flask WWW= https://quart.palletsprojects.com/en/latest/ \ https://github.com/pallets/quart LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=0:devel/py-aiofiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>=1.6:devel/py-blinker@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=3.0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypercorn>=0.11.2:www/py-hypercorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>=0:security/py-itsdangerous@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=3.0:www/py-werkzeug@${PY_FLAVOR} -USES= python:3.11+ +USES= python:3.12+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/www/py-quart/distinfo b/www/py-quart/distinfo index a7777c0e0ea6..4c3c25f8b9f5 100644 --- a/www/py-quart/distinfo +++ b/www/py-quart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1787588082 -SHA256 (quart-0.21.0.tar.gz) = ec05a784151386cf87df51f764825d55f3ac402df4f04fd1dc81faca8897ceda -SIZE (quart-0.21.0.tar.gz) = 65409 +TIMESTAMP = 1789389380 +SHA256 (quart-0.23.1.tar.gz) = 1ca848415910bd2eb75e9d9b452388f892a37be222602a373622e6c633d1efbf +SIZE (quart-0.23.1.tar.gz) = 65636 diff --git a/www/py-quart/files/patch-pyproject.toml b/www/py-quart/files/patch-pyproject.toml new file mode 100644 index 000000000000..95294627d066 --- /dev/null +++ b/www/py-quart/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-08-29 15:57:27 UTC ++++ pyproject.toml +@@ -18,7 +18,7 @@ classifiers = [ + "Topic :: Software Development :: Libraries :: Application Frameworks", + "Typing :: Typed", + ] +-requires-python = ">=3.13" ++requires-python = ">=3.12" + dependencies = [ + "aiofiles", + "blinker>=1.6",