pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-trio-websocket
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 2 20:37:19 UTC 2026
Modified Files:
pkgsrc/www/py-trio-websocket: Makefile
Log Message:
py-trio-websocket: clean up, add some test dependencies & test status
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-trio-websocket/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-trio-websocket/Makefile
diff -u pkgsrc/www/py-trio-websocket/Makefile:1.1 pkgsrc/www/py-trio-websocket/Makefile:1.2
--- pkgsrc/www/py-trio-websocket/Makefile:1.1 Mon Mar 2 20:25:53 2026
+++ pkgsrc/www/py-trio-websocket/Makefile Mon Mar 2 20:37:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/03/02 20:25:53 yhardy Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/02 20:37:19 wiz Exp $
DISTNAME= trio_websocket-0.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/trio_/trio-/}
@@ -10,14 +10,16 @@ HOMEPAGE= https://github.com/python-trio
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
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 0.12.2
+# 8 failed, 2 passed, 2 warnings, 54 errors
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index