pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-trio-websocket: delete, imported as www/py-trio-websocket



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Mar 2 21:21:37 2026 +0000
Changeset:	fa37cd8f7e1e2b6fdabfd23eff3fb399f0d7be65

Modified Files:
	Makefile
Removed Files:
	py-trio-websocket/DESCR
	py-trio-websocket/Makefile
	py-trio-websocket/PLIST
	py-trio-websocket/distinfo

Log Message:
wip/py-trio-websocket: delete, imported as www/py-trio-websocket

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa37cd8f7e1e2b6fdabfd23eff3fb399f0d7be65

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  1 -
 py-trio-websocket/DESCR    |  5 -----
 py-trio-websocket/Makefile | 23 -----------------------
 py-trio-websocket/PLIST    | 16 ----------------
 py-trio-websocket/distinfo |  5 -----
 5 files changed, 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 99fdc19cae..fd678b90fc 100644
--- a/Makefile
+++ b/Makefile
@@ -4937,7 +4937,6 @@ SUBDIR+=	py-translationstring
 SUBDIR+=	py-tribe
 SUBDIR+=	py-trie3
 SUBDIR+=	py-trimesh
-SUBDIR+=	py-trio-websocket
 SUBDIR+=	py-trollius
 SUBDIR+=	py-trottersuzuki
 SUBDIR+=	py-trufflehog3
diff --git a/py-trio-websocket/DESCR b/py-trio-websocket/DESCR
deleted file mode 100644
index 6ddaa2c039..0000000000
--- a/py-trio-websocket/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
diff --git a/py-trio-websocket/Makefile b/py-trio-websocket/Makefile
deleted file mode 100644
index 1514e74fcb..0000000000
--- a/py-trio-websocket/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-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@localhost
-HOMEPAGE=	https://github.com/python-trio/trio-websocket
-COMMENT=	WebSocket library for Trio
-LICENSE=	mit
-
-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
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-trio-websocket/PLIST b/py-trio-websocket/PLIST
deleted file mode 100644
index 802b240721..0000000000
--- a/py-trio-websocket/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/trio_websocket/__init__.py
-${PYSITELIB}/trio_websocket/__init__.pyc
-${PYSITELIB}/trio_websocket/__init__.pyo
-${PYSITELIB}/trio_websocket/_impl.py
-${PYSITELIB}/trio_websocket/_impl.pyc
-${PYSITELIB}/trio_websocket/_impl.pyo
-${PYSITELIB}/trio_websocket/_version.py
-${PYSITELIB}/trio_websocket/_version.pyc
-${PYSITELIB}/trio_websocket/_version.pyo
-${PYSITELIB}/trio_websocket/py.typed
diff --git a/py-trio-websocket/distinfo b/py-trio-websocket/distinfo
deleted file mode 100644
index fa96dff371..0000000000
--- a/py-trio-websocket/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (trio_websocket-0.12.2.tar.gz) = 5468f1657469c82c4ad9133799551ddf557e7cdcd7e8397c989bc6fd3ac520cf
-SHA512 (trio_websocket-0.12.2.tar.gz) = 0d215ceaca47e0a256de99fe10f352321630e77bb66e3af68a91f926c144f1de4ae70d2fcb7da42a6d57b4831f1f36245325a960538a5b47b2348ba2b296038c
-Size (trio_websocket-0.12.2.tar.gz) = 33549 bytes


Home | Main Index | Thread Index | Old Index