Date: Mon, 09 Mar 2026 18:22:57 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 016bd27e0c01 - main - databases/py-sqlite-anyio: Update to 0.2.5 Message-ID: <69af1001.1e52e.7b994892@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=016bd27e0c018f1505e686a026036fffe934845e commit 016bd27e0c018f1505e686a026036fffe934845e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-03-09 17:56:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-03-09 18:18:36 +0000 databases/py-sqlite-anyio: Update to 0.2.5 Changes: https://github.com/davidbrochart/sqlite-anyio/releases --- databases/py-sqlite-anyio/Makefile | 4 ++-- databases/py-sqlite-anyio/distinfo | 6 +++--- databases/py-sqlite-anyio/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/databases/py-sqlite-anyio/Makefile b/databases/py-sqlite-anyio/Makefile index 0a2c4d465bf9..ca74a4f37029 100644 --- a/databases/py-sqlite-anyio/Makefile +++ b/databases/py-sqlite-anyio/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite-anyio -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.5 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR} \ +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= python diff --git a/databases/py-sqlite-anyio/distinfo b/databases/py-sqlite-anyio/distinfo index 371cda12bcc1..2b5bbf1c11ee 100644 --- a/databases/py-sqlite-anyio/distinfo +++ b/databases/py-sqlite-anyio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721710238 -SHA256 (sqlite_anyio-0.2.3.tar.gz) = 12a8b0ececaa63d70d5cc5f91edbd932fc1eca9da70ebce2b31d3a199767b3d3 -SIZE (sqlite_anyio-0.2.3.tar.gz) = 5409 +TIMESTAMP = 1771421534 +SHA256 (sqlite_anyio-0.2.5.tar.gz) = 7e1bb604f41da329f58e45fe76b6542816af3b199be0f667d00457e7d43a9c98 +SIZE (sqlite_anyio-0.2.5.tar.gz) = 3316 diff --git a/databases/py-sqlite-anyio/files/patch-pyproject.toml b/databases/py-sqlite-anyio/files/patch-pyproject.toml new file mode 100644 index 000000000000..4637b6ce7b7f --- /dev/null +++ b/databases/py-sqlite-anyio/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ + [build-system] +-requires = ["uv_build"] +-build-backend = "uv_build" ++requires = ["hatchling"] ++build-backend = "hatchling.build" + + [project] + name = "sqlite-anyio"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1001.1e52e.7b994892>
