diff options
Diffstat (limited to 'devel/py-pycrdt-store')
-rw-r--r-- | devel/py-pycrdt-store/Makefile | 25 | ||||
-rw-r--r-- | devel/py-pycrdt-store/distinfo | 3 | ||||
-rw-r--r-- | devel/py-pycrdt-store/pkg-descr | 1 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-pycrdt-store/Makefile b/devel/py-pycrdt-store/Makefile new file mode 100644 index 000000000000..f3008b37b706 --- /dev/null +++ b/devel/py-pycrdt-store/Makefile @@ -0,0 +1,25 @@ +PORTNAME= pycrdt-store +PORTVERSION= 0.1.2 +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..ca8b607e0305 --- /dev/null +++ b/devel/py-pycrdt-store/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752266124 +SHA256 (pycrdt_store-0.1.2.tar.gz) = f2dfb6277f26ee3e6a072547c6fe64c9ae2decf5915206a8e0644ea4ff2b1c64 +SIZE (pycrdt_store-0.1.2.tar.gz) = 10438 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. |