From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 26 Oct 2021 11:10:33 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfITZ-0001UZ-Bn for lore@lore.pengutronix.de; Tue, 26 Oct 2021 11:10:33 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfITY-0008Sx-M6; Tue, 26 Oct 2021 11:10:32 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mfISW-0007az-26; Tue, 26 Oct 2021 11:09:28 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfISU-00050l-56; Tue, 26 Oct 2021 11:09:26 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mfIST-0073ZC-Ty; Tue, 26 Oct 2021 11:09:25 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 26 Oct 2021 11:09:25 +0200 Message-Id: <20211026090925.1681963-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211019115049.3618088-1-matthias.fend@emfend.at> References: <20211019115049.3618088-1-matthias.fend@emfend.at> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] python3-websocket-client: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Matthias Fend Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 30330aa36e00e830a0027e47c080c23c7400bddc. Michael [sent from post-receive hook] On Tue, 26 Oct 2021 11:09:25 +0200, Matthias Fend wrote: > A WebSocket client for Python. It provides access to low level APIs for > WebSockets. websocket-client implements version hybi-13 of the WebSocket > protocol. This client does not currently support the permessage-deflate > extension from RFC 7692. > > Signed-off-by: Matthias Fend > Message-Id: <20211019115049.3618088-1-matthias.fend@emfend.at> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-websocket-client.in b/rules/python3-websocket-client.in > new file mode 100644 > index 000000000000..a4da32f81c60 > --- /dev/null > +++ b/rules/python3-websocket-client.in > @@ -0,0 +1,12 @@ > +## SECTION=python3 > + > +config PYTHON3_WEBSOCKET_CLIENT > + tristate > + select PYTHON3 > + select PYTHON3_SSL > + prompt "python3-websocket-client" > + help > + A WebSocket client for Python. It provides access to low level > + APIs for WebSockets. websocket-client implements version hybi-13 > + of the WebSocket protocol. This client does not currently support > + the permessage-deflate extension from RFC 7692. > diff --git a/rules/python3-websocket-client.make b/rules/python3-websocket-client.make > new file mode 100644 > index 000000000000..b7acafe16db4 > --- /dev/null > +++ b/rules/python3-websocket-client.make > @@ -0,0 +1,52 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2021 by Matthias Fend > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_PYTHON3_WEBSOCKET_CLIENT) += python3-websocket-client > + > +# > +# Paths and names > +# > +PYTHON3_WEBSOCKET_CLIENT_VERSION := 1.2.1 > +PYTHON3_WEBSOCKET_CLIENT_MD5 := a043b9a04dc10a7c9f333cf55f6222df > +PYTHON3_WEBSOCKET_CLIENT := websocket-client-$(PYTHON3_WEBSOCKET_CLIENT_VERSION) > +PYTHON3_WEBSOCKET_CLIENT_SUFFIX := tar.gz > +PYTHON3_WEBSOCKET_CLIENT_URL := $(call ptx/mirror-pypi, websocket-client, $(PYTHON3_WEBSOCKET_CLIENT).$(PYTHON3_WEBSOCKET_CLIENT_SUFFIX)) > +PYTHON3_WEBSOCKET_CLIENT_SOURCE := $(SRCDIR)/$(PYTHON3_WEBSOCKET_CLIENT).$(PYTHON3_WEBSOCKET_CLIENT_SUFFIX) > +PYTHON3_WEBSOCKET_CLIENT_DIR := $(BUILDDIR)/$(PYTHON3_WEBSOCKET_CLIENT) > +PYTHON3_WEBSOCKET_CLIENT_LICENSE := Apache-2.0 > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +PYTHON3_WEBSOCKET_CLIENT_CONF_TOOL := python3 > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/python3-websocket-client.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, python3-websocket-client) > + @$(call install_fixup, python3-websocket-client, PRIORITY, optional) > + @$(call install_fixup, python3-websocket-client, SECTION, base) > + @$(call install_fixup, python3-websocket-client, AUTHOR, "Matthias Fend ") > + @$(call install_fixup, python3-websocket-client, DESCRIPTION, missing) > + > + @$(call install_glob, python3-websocket-client, 0, 0, -, \ > + $(PYTHON3_SITEPACKAGES),, *.py) > + > + @$(call install_finish, python3-websocket-client) > + > + @$(call touch) > + > +# vim: syntax=make _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de