git: 9351d7687cfa - main - devel/py-pycrdt-store: Add py-pycrdt-store 0.1.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 17:52:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9351d7687cfab78d0afb817d0fb2e8c841acb0a4

commit 9351d7687cfab78d0afb817d0fb2e8c841acb0a4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-17 16:32:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-17 17:47:41 +0000

    devel/py-pycrdt-store: Add py-pycrdt-store 0.1.1
    
    pycrdt-store provides persistent storage for pycrdt.
---
 devel/Makefile                  |  1 +
 devel/py-pycrdt-store/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-pycrdt-store/distinfo  |  3 +++
 devel/py-pycrdt-store/pkg-descr |  1 +
 4 files changed, 30 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 56d4ca5732d5..745c2e2b319b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5565,6 +5565,7 @@
     SUBDIR += py-pyconify
     SUBDIR += py-pycparser
     SUBDIR += py-pycrdt
+    SUBDIR += py-pycrdt-store
     SUBDIR += py-pycrdt-websocket
     SUBDIR += py-pydantic
     SUBDIR += py-pydantic-compat
diff --git a/devel/py-pycrdt-store/Makefile b/devel/py-pycrdt-store/Makefile
new file mode 100644
index 000000000000..56d3a764f0d5
--- /dev/null
+++ b/devel/py-pycrdt-store/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	pycrdt-store
+PORTVERSION=	0.1.1
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pycrdt_store-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Persistent storage for pycrdt
+WWW=		https://github.com/y-crdt/pycrdt-store
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<5:devel/py-anyio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycrdt>=0.12.13<0.13.0:devel/py-pycrdt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sqlite-anyio>=0.2.3<0.3.0:databases/py-sqlite-anyio@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pycrdt-store/distinfo b/devel/py-pycrdt-store/distinfo
new file mode 100644
index 000000000000..132168c8e943
--- /dev/null
+++ b/devel/py-pycrdt-store/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1749813000
+SHA256 (pycrdt_store-0.1.1.tar.gz) = e89a6862747ea484639ea8249b68c01e0053389c0c57721383aae86eb310db27
+SIZE (pycrdt_store-0.1.1.tar.gz) = 10206
diff --git a/devel/py-pycrdt-store/pkg-descr b/devel/py-pycrdt-store/pkg-descr
new file mode 100644
index 000000000000..5325023d4abe
--- /dev/null
+++ b/devel/py-pycrdt-store/pkg-descr
@@ -0,0 +1 @@
+pycrdt-store provides persistent storage for pycrdt.