From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48DE6158094 for ; Fri, 24 Jun 2022 12:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92520E08DD; Fri, 24 Jun 2022 12:24:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 712E2E08DD for ; Fri, 24 Jun 2022 12:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47405341951 for ; Fri, 24 Jun 2022 12:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF967456 for ; Fri, 24 Jun 2022 12:24:26 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1656073265.58a3aaab1c539da5793e4ccafd81e43c731ee0dc.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gevent-websocket/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gevent-websocket/Manifest dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild dev-python/gevent-websocket/metadata.xml X-VCS-Directories: dev-python/gevent-websocket/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 58a3aaab1c539da5793e4ccafd81e43c731ee0dc X-VCS-Branch: dev Date: Fri, 24 Jun 2022 12:24:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76110f94-8233-491f-954b-fe0ac9d572fe X-Archives-Hash: bd479b7132df83b2e3d1c378fd85aaa6 commit: 58a3aaab1c539da5793e4ccafd81e43c731ee0dc Author: Huang Rui gmail com> AuthorDate: Fri Jun 24 12:21:05 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Fri Jun 24 12:21:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58a3aaab dev-python/gevent-websocket: new package, add 0.10.1 Signed-off-by: Huang Rui gmail.com> dev-python/gevent-websocket/Manifest | 1 + .../gevent-websocket/gevent-websocket-0.10.1.ebuild | 18 ++++++++++++++++++ dev-python/gevent-websocket/metadata.xml | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/gevent-websocket/Manifest b/dev-python/gevent-websocket/Manifest new file mode 100644 index 000000000..251e4a5fc --- /dev/null +++ b/dev-python/gevent-websocket/Manifest @@ -0,0 +1 @@ +DIST gevent-websocket-0.10.1.tar.gz 18366 BLAKE2B bf811eeabab247f97946c971aabd3e4a5cc6034f0874bdfcfbd83ebd08a276d72f70c97694da5fbbb96c988b288d45f55970949d9f4f75bbcb62c027f13aaed2 SHA512 4f25ec1646c223b89ddbb7cf4decae72cc4baa6e872443dc05994987f509068a806c8b5e135c433d631e35b3902227f0e4c89d8071aa74e24c06b0e543e8df93 diff --git a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild new file mode 100644 index 000000000..3b206084a --- /dev/null +++ b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..10} ) + +inherit distutils-r1 + +DESCRIPTION="Websocket handler for the gevent pywsgi server" +HOMEPAGE="https://pypi.org/project/gevent-websocket/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-python/gevent[${PYTHON_USEDEP}]" diff --git a/dev-python/gevent-websocket/metadata.xml b/dev-python/gevent-websocket/metadata.xml new file mode 100644 index 000000000..40555094f --- /dev/null +++ b/dev-python/gevent-websocket/metadata.xml @@ -0,0 +1,11 @@ + + + + + vowstar@gmail.com + Huang Rui + + + gevent-websocket + +