summaryrefslogtreecommitdiff
path: root/databases/py-anysqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-anysqlite/Makefile')
-rw-r--r--databases/py-anysqlite/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/py-anysqlite/Makefile b/databases/py-anysqlite/Makefile
new file mode 100644
index 000000000000..710c51b4b2c4
--- /dev/null
+++ b/databases/py-anysqlite/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= anysqlite
+PORTVERSION= 0.0.5
+CATEGORIES= databases python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= SQLite3 for asyncio and trio
+WWW= https://github.com/karpetrosyan/anysqlite
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.4.0:devel/py-anyio@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>