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 E777D158089 for ; Thu, 7 Sep 2023 03:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247B22BC0A1; Thu, 7 Sep 2023 03:19:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07AE22BC0A1 for ; Thu, 7 Sep 2023 03:19:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3CA0335CB9 for ; Thu, 7 Sep 2023 03:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96E021147 for ; Thu, 7 Sep 2023 03:19:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1694056533.525f29372f86bb1cd8e9783aa8e51228179f4433.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio-websocket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trio-websocket/Manifest dev-python/trio-websocket/metadata.xml dev-python/trio-websocket/trio-websocket-0.10.4.ebuild X-VCS-Directories: dev-python/trio-websocket/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 525f29372f86bb1cd8e9783aa8e51228179f4433 X-VCS-Branch: master Date: Thu, 7 Sep 2023 03:19:30 +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: a5ad7adc-6dfd-41bf-a616-4bfaf3f484da X-Archives-Hash: 66e63cb1e2028d6f2f20f56855a8083e commit: 525f29372f86bb1cd8e9783aa8e51228179f4433 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 7 03:00:49 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 7 03:15:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525f2937 dev-python/trio-websocket: Bump to 0.10.4 Signed-off-by: Michał Górny gentoo.org> dev-python/trio-websocket/Manifest | 1 + dev-python/trio-websocket/metadata.xml | 2 +- .../trio-websocket/trio-websocket-0.10.4.ebuild | 42 ++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/dev-python/trio-websocket/Manifest b/dev-python/trio-websocket/Manifest index c9354e19506c..202e44e0aea2 100644 --- a/dev-python/trio-websocket/Manifest +++ b/dev-python/trio-websocket/Manifest @@ -1 +1,2 @@ DIST trio-websocket-0.10.3.gh.tar.gz 45109 BLAKE2B 7adad8bd59b2350d7b8e50e88710c8b9844e8b34c712615e058a6045d575671043c527ac4330941431502affc7c307d61c1f9c1b328c579a622ff11ea79fbeb6 SHA512 8ff50030c9616ea8baa9627f229304fbb72528fcc97d1e5ead90acc3c7d683751c0d98e9c4f779d4d65fc765b00b6ec93b6d3384070a76fe18d3318af7afa975 +DIST trio-websocket-0.10.4.gh.tar.gz 45490 BLAKE2B d681cc3ec9537e3c3e943831405d45a226fe61aa2482d9c9944520d5a3ecc2bbe974e63e666a5117f6bcfca2240a4b1c22a3304e6bb15fc502154df22fdbde44 SHA512 30b6655120a0117cda9707b793bd8a00fe0e8a578450c7fcc8fba2bb505aaf898aee355cec5e1faf13ff7da791a793816c675c01ac0d7047dc0ac6734508fc6c diff --git a/dev-python/trio-websocket/metadata.xml b/dev-python/trio-websocket/metadata.xml index f92b85725b72..681f9a70ad2c 100644 --- a/dev-python/trio-websocket/metadata.xml +++ b/dev-python/trio-websocket/metadata.xml @@ -7,7 +7,7 @@ - HyperionGray/trio-websocket + python-trio/trio-websocket trio-websocket diff --git a/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild b/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild new file mode 100644 index 000000000000..0366d3541bc6 --- /dev/null +++ b/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild @@ -0,0 +1,42 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="WebSocket client and server implementation for Python Trio" +HOMEPAGE=" + https://github.com/python-trio/trio-websocket/ + https://pypi.org/project/trio-websocket/ +" +SRC_URI=" + https://github.com/python-trio/trio-websocket/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/exceptiongroup[${PYTHON_USEDEP}] + >=dev-python/trio-0.11[${PYTHON_USEDEP}] + >=dev-python/wsproto-0.14[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/pytest-trio-0.5.0[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p trio +}