head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2026.03.02.20.37.19;	author wiz;	state Exp;
branches;
next	1.1;
commitid	cEIzAen1O3M4srwG;

1.1
date	2026.03.02.20.25.53;	author yhardy;	state Exp;
branches;
next	;
commitid	U82PITeXDjuQnrwG;


desc
@@


1.2
log
@py-trio-websocket: clean up, add some test dependencies & test status
@
text
@# $NetBSD: Makefile,v 1.1 2026/03/02 20:25:53 yhardy Exp $

DISTNAME=	trio_websocket-0.12.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/trio_/trio-/}
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/trio-websocket/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/python-trio/trio-websocket
COMMENT=	WebSocket library for Trio
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-trio>=0.14:../../devel/py-trio
DEPENDS+=	${PYPKGPREFIX}-wsproto>=0.14:../../www/py-wsproto
TEST_DEPENDS+=	${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
TEST_DEPENDS+=	${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio

USE_LANGUAGES=	# none

# as of 0.12.2
# 8 failed, 2 passed, 2 warnings, 54 errors

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@www/py-trio-websocket: import py-trio-websocket-0.12.2 as www/py-trio-websocket

This library implements both server and client aspects of the the WebSocket
protocol, striving for safety, correctness, and ergonomics. It is based on
the wsproto project, which is a Sans-IO state machine that implements the
majority of the WebSocket protocol, including framing, codecs, and events. This
library handles I/O using the Trio framework.
@
text
@d1 1
a1 1
# $NetBSD$
d13 1
d16 2
a17 2
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
d21 2
a22 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@

