diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-13 04:18:56 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-13 04:38:03 +0100 |
| commit | b8800acc4a0baa05313c2c0cd39db70c192407e0 (patch) | |
| tree | 36aa75de4ca153608cbdc7c1d5c9f091b59eaaef /dev-python | |
| parent | 4900498a5bbf1a04080d0b7fb055e7a5d75f404c (diff) | |
| download | gentoo-b8800acc4a0baa05313c2c0cd39db70c192407e0.tar.gz gentoo-b8800acc4a0baa05313c2c0cd39db70c192407e0.tar.bz2 gentoo-b8800acc4a0baa05313c2c0cd39db70c192407e0.zip | |
dev-python/wsproto: Bump to 1.3.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/wsproto/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/wsproto/wsproto-1.3.1.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest index b0917086ac058..d9e4dd498f44f 100644 --- a/dev-python/wsproto/Manifest +++ b/dev-python/wsproto/Manifest @@ -1,2 +1,3 @@ DIST wsproto-1.2.0.tar.gz 53425 BLAKE2B 0b6bafb5d67be54a9b9c77a9682caf1071e82321fb9112ff977b643956ef5d2d5dcc7e523c6e3038c4548adb7b4f022fe2664112b7a10ab0e183d578158b0711 SHA512 43270687a1cfb5f35423c527de5b9db7ee2ddf27d416f47358386c1c94dc3f836a601f300bf66441c4b90130e6e6f502fb29dfeb2374dd76aefa19cfbb70a372 DIST wsproto-1.3.0.tar.gz 49977 BLAKE2B e9cc7d538cdd7773c0951376611de0a9b02f878df7eb60691a393ffb4e64028f4e4e16ea95aa51171f8312dfa87880ce30d0bf0f3995a620dc19d905df494977 SHA512 9a954eeb51f317aafd256483fc05255c470a99d8bc898f6377c60b828a2bd4c84be299995a03ac6cd36dc2efcea79e5a3ed36f5eb90086322de5c5ab1a260346 +DIST wsproto-1.3.1.tar.gz 50083 BLAKE2B eb8a9f1223ac596e5d42b2ca9c33de5919018b8e5674e8e5dcd62ac06ddf095f147d91b4ab8a1b126f912a1e359fbc1bc55655083642df9e4c5708132b2e4239 SHA512 266cab34ad4ddb0bc36e7d26df2422ba554459c58015a2e7bec0093dc014bbbf80ce628ad8e78be04ef224578966b30884c2a58f68a8d2470212fa7cfc33d8eb diff --git a/dev-python/wsproto/wsproto-1.3.1.ebuild b/dev-python/wsproto/wsproto-1.3.1.ebuild new file mode 100644 index 0000000000000..ecb90269d365d --- /dev/null +++ b/dev-python/wsproto/wsproto-1.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="WebSockets state-machine based protocol implementation" +HOMEPAGE=" + https://github.com/python-hyper/wsproto/ + https://pypi.org/project/wsproto/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + <dev-python/h11-1[${PYTHON_USEDEP}] + >=dev-python/h11-0.16.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
