Skip to content

Commit

Permalink
devel/py-ypy-websocket: Add py-ypy-websocket 0.8.2
Browse files Browse the repository at this point in the history
ypy-websocket is an async WebSocket connector for Ypy.
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent 2f2a935 commit c42e6ba
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -5688,6 +5688,7 @@
SUBDIR += py-yaspin
SUBDIR += py-yattag
SUBDIR += py-yg.lockfile
SUBDIR += py-ypy-websocket
SUBDIR += py-yunomi
SUBDIR += py-z3c.autoinclude
SUBDIR += py-z3c.batching
Expand Down
25 changes: 25 additions & 0 deletions devel/py-ypy-websocket/Makefile
@@ -0,0 +1,25 @@
PORTNAME= ypy-websocket
PORTVERSION= 0.8.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ypy_websocket-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WebSocket connector for Ypy
WWW= https://github.com/y-crdt/ypy-websocket

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiofiles>=22.1.0<23:devel/py-aiofiles@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiosqlite>=0.17.0<1:databases/py-aiosqlite@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}y-py>=0.5.3<0.6.0:devel/py-y-py@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-ypy-websocket/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677770945
SHA256 (ypy_websocket-0.8.2.tar.gz) = 491b2cc4271df4dde9be83017c15f4532b597dc43148472eb20c5aeb838a5b46
SIZE (ypy_websocket-0.8.2.tar.gz) = 11053
1 change: 1 addition & 0 deletions devel/py-ypy-websocket/pkg-descr
@@ -0,0 +1 @@
ypy-websocket is an async WebSocket connector for Ypy.

0 comments on commit c42e6ba

Please sign in to comment.