Skip to content
Snippets Groups Projects
Verified Commit 73cd7f14 authored by sunpoet's avatar sunpoet
Browse files

databases/py-sqlite-anyio: Add py-sqlite-anyio 0.2.0

sqlite-anyio provides asynchronous client for SQLite using AnyIO.
parent ce190fe7
Branches
Tags
No related merge requests found
......@@ -821,6 +821,7 @@
SUBDIR += py-sqlalchemy20
SUBDIR += py-sqlcipher3
SUBDIR += py-sqlglot
SUBDIR += py-sqlite-anyio
SUBDIR += py-sqlite-fts4
SUBDIR += py-sqlite-utils
SUBDIR += py-sqlite3
......
PORTNAME= sqlite-anyio
PORTVERSION= 0.2.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sqlite_anyio-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Asynchronous client for SQLite using AnyIO
WWW= https://github.com/davidbrochart/sqlite-anyio
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} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1715842484
SHA256 (sqlite_anyio-0.2.0.tar.gz) = 9ecbcddf105e5862f7975a9827b684a19a987aad46f10699eadb22ea33bbd060
SIZE (sqlite_anyio-0.2.0.tar.gz) = 9849
sqlite-anyio provides asynchronous client for SQLite using AnyIO.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment