[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2024-05-11 Thread Michał Górny
commit: d3f4cd207fffd2e8bb4574b7c5887404a2955bd9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 17:35:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 17:35:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f4cd20

dev-python/websockets: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 3d805c69fd53..4612d969888b 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-28 Thread Michał Górny
commit: a5a15421499ccf4d7d031be8e9ac5193c19364e8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 07:40:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 07:44:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a15421

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest|  1 -
 dev-python/websockets/websockets-11.0.3-r2.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index a0ae85f598a2..0583165f45d3 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,2 @@
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 
6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058
 SHA512 
421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
-DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
 DIST websockets-12.0.gh.tar.gz 352120 BLAKE2B 
cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435875474de32e5969fd92256bdec830db0571399a1d2e5fb719b23c2d83
 SHA512 
f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
deleted file mode 100644
index 5d3277b5d891..
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/python-websockets/websockets/
-   https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${WORKDIR}"/${P}-python3.12.patch
-)
-
-python_compile() {
-   if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
-   local -x BUILD_EXTENSION=yes
-   else
-   local -x BUILD_EXTENSION=no
-   fi
-
-   distutils-r1_python_compile
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   # requires DNS access
-   # https://bugs.gentoo.org/909567
-   
tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
-   
tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
-   )
-
-   epytest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-28 Thread Arthur Zamarin
commit: 320f2395029e9666c1078987437f240a42738837
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 06:15:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 06:15:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320f2395

dev-python/websockets: Stabilize 12.0 hppa, #917741

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 4dab78d8d957..3d805c69fd53 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-28 Thread Arthur Zamarin
commit: 781a9fbe5734e38af4c78bfa45c82e98274b6c63
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 06:13:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 06:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781a9fbe

dev-python/websockets: Stabilize 12.0 ppc64, #917741

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 558a69c2f327..4dab78d8d957 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-28 Thread Arthur Zamarin
commit: e9c1bcab3d0119a1a15aa0bf80b9b16a11ab62ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 06:13:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 06:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c1bcab

dev-python/websockets: Stabilize 12.0 ppc, #917741

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index a12368c3e85f..558a69c2f327 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-23 Thread Sam James
commit: ada111a1bc9cc5e9a3e64005dbde74c222466bfb
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 19:52:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 19:52:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada111a1

dev-python/websockets: Stabilize 12.0 x86, #917741

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 9753a7d16bf3..a12368c3e85f 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-22 Thread Arthur Zamarin
commit: 75e7d68c3531b10c6fc28c643c2456bfb01f1d52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 22 12:11:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 22 12:11:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e7d68c

dev-python/websockets: Stabilize 12.0 amd64, #917741

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index b3fae20a28cd..9753a7d16bf3 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-22 Thread Sam James
commit: 439f806985a806a432f73c1b89126d4d00ac11a3
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 22 11:56:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:56:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439f8069

dev-python/websockets: Stabilize 12.0 sparc, #917741

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 57302b99329a..b3fae20a28cd 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-22 Thread Sam James
commit: 57352a6b8d12980e8fe5ce9de8f91c96475ccc4a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 22 11:08:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:10:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57352a6b

dev-python/websockets: Stabilize 12.0 arm, #917741

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index 826f8a55e6e4..57302b99329a 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-11-22 Thread Michał Górny
commit: e005db40c532d940401c08d29fdff54fe0fc92af
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 22 11:05:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 22 11:06:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e005db40

dev-python/websockets: Stabilize 12.0 arm64, #917741

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/websockets-12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
index d6c08f6e7319..826f8a55e6e4 100644
--- a/dev-python/websockets/websockets-12.0.ebuild
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-22 Thread Michał Górny
commit: 8d0bc6192332401fd1d08fdde557aca6f7f7c329
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 06:34:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 06:55:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0bc619

dev-python/websockets: Bump to 12.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/websockets-12.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 1163209366bb..a0ae85f598a2 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 
6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058
 SHA512 
421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
+DIST websockets-12.0.gh.tar.gz 352120 BLAKE2B 
cab704e0ee44a7012ee58d515a5ea7380a97a3cbb8f55d105c00c8c2b9ed992b4c87435875474de32e5969fd92256bdec830db0571399a1d2e5fb719b23c2d83
 SHA512 
f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e

diff --git a/dev-python/websockets/websockets-12.0.ebuild 
b/dev-python/websockets/websockets-12.0.ebuild
new file mode 100644
index ..d6c08f6e7319
--- /dev/null
+++ b/dev-python/websockets/websockets-12.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
+   local -x BUILD_EXTENSION=yes
+   else
+   local -x BUILD_EXTENSION=no
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires DNS access
+   # https://bugs.gentoo.org/909567
+   
tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+   
tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
+   )
+
+   epytest tests --reruns=10 --reruns-delay=2
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Michał Górny
commit: 912e7207513a7b3b779f996d7df5bcd382b93c5e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 15:52:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 15:56:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912e7207

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest|  1 -
 dev-python/websockets/websockets-11.0.2.ebuild| 42 ---
 dev-python/websockets/websockets-11.0.3-r1.ebuild | 51 ---
 dev-python/websockets/websockets-11.0.3.ebuild| 42 ---
 4 files changed, 136 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index da242fd5dba9..1163209366bb 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,2 @@
-DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 
6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058
 SHA512 
421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
deleted file mode 100644
index 0b42bf3c3b7c..
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/python-websockets/websockets/
-   https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   )
-
-   epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
deleted file mode 100644
index f62a87022fe3..
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/python-websockets/websockets/
-   https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${WORKDIR}"/${P}-python3.12.patch
-)
-
-src_configure() {
-   export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   # requires DNS access
-   # https://bugs.gentoo.org/909567
-   
tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Sam James
commit: af4d33df4b7cffd9c060341661d7331cc8920eac
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 10:17:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 10:17:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4d33df

dev-python/websockets: Stabilize 11.0.3-r2 ppc, #915767

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index fcb6565ce490..86d45e2b1bb1 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Sam James
commit: 5fed38f3cb84ca02f417504ad0c41e770a9869e9
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 10:17:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 10:17:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fed38f3

dev-python/websockets: Stabilize 11.0.3-r2 hppa, #915767

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 0d84585aa896..5d3277b5d891 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Sam James
commit: ce3d81ec28025b70db019b082adbf76095580426
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 10:17:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 10:17:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3d81ec

dev-python/websockets: Stabilize 11.0.3-r1 ppc64, #908203

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 780348397b0c..f62a87022fe3 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Sam James
commit: d8391f435b3f98b000dc0a5c07cbc3dc91e6503f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 10:17:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 10:17:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8391f43

dev-python/websockets: Stabilize 11.0.3-r2 arm, #915767

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 1af029147912..fcb6565ce490 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-18 Thread Sam James
commit: 4722fdf5f54ff5125e2ecf6c579ab41be741ff9a
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 10:17:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 10:17:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4722fdf5

dev-python/websockets: Stabilize 11.0.3-r2 ppc64, #915767

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 86d45e2b1bb1..0d84585aa896 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-14 Thread Arthur Zamarin
commit: 1904a127566edc69aa86fdeb2dd2d5f0f62398bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1904a127

dev-python/websockets: Stabilize 11.0.3-r2 arm64, #915767

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index e268bc9f0952..1af029147912 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-14 Thread Arthur Zamarin
commit: 76258b8623c727b9f6b299d37a52a79ddcf6ad6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76258b86

dev-python/websockets: Stabilize 11.0.3-r2 sparc, #915767

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index c35551947fb1..e268bc9f0952 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-14 Thread Arthur Zamarin
commit: ea3c56df1185a364f2adf58b68928f4836ba9c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:53:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c56df

dev-python/websockets: Stabilize 11.0.3-r2 amd64, #915767

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 7662bbcfd045..c35551947fb1 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-14 Thread Arthur Zamarin
commit: fbef5398a79f6c8567ecb8217bfcf897aaec56f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:50:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:50:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbef5398

dev-python/websockets: Stabilize 11.0.3-r2 x86, #915767

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index cfbf2d5a02db..7662bbcfd045 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-02 Thread Sam James
commit: 9f34603200fef38ca5eca106b46bb720ac5e7ca5
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  2 15:41:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  2 15:41:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f346032

dev-python/websockets: Stabilize 11.0.3-r1 sparc, #908203

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 40977b5d5d3d..780348397b0c 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-10-02 Thread Sam James
commit: d18df8000f641c76fecb7189262cd0fe2609cbc6
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  2 15:41:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  2 15:41:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18df800

dev-python/websockets: Stabilize 11.0.3-r1 hppa, #908203

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index a5c8fa1f3963..40977b5d5d3d 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-09-01 Thread Sam James
commit: 0b311fbf4d125a38e7fb37cb8fb722d4bdeeb626
Author: Alfred Wingate  protonmail  com>
AuthorDate: Mon Aug  7 05:14:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  1 12:16:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b311fbf

dev-python/websockets: disable native-extensions for pypy3

Signed-off-by: Alfred Wingate  protonmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r2.ebuild | 57 +++
 1 file changed, 57 insertions(+)

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
new file mode 100644
index ..cfbf2d5a02db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${WORKDIR}"/${P}-python3.12.patch
+)
+
+python_compile() {
+   if use native-extensions && [[ ${EPYTHON} != pypy3 ]] ; then
+   local -x BUILD_EXTENSION=yes
+   else
+   local -x BUILD_EXTENSION=no
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   # requires DNS access
+   # https://bugs.gentoo.org/909567
+   
tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+   
tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-08-04 Thread Arthur Zamarin
commit: 5bd6fe5ec8b28065bf840bd9910df5770650184a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug  4 20:20:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug  4 20:20:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd6fe5e

dev-python/websockets: Stabilize 11.0.3-r1 ppc, #908203

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 83ca8d7ef272..a5c8fa1f3963 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-07-15 Thread Arthur Zamarin
commit: 2f6ba8d3f43024e5e7dc696b3aa58111922ca376
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 15 13:15:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 15 13:15:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6ba8d3

dev-python/websockets: Stabilize 11.0.3-r1 arm64, #908203

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index dc84ba1b3d49..e3fb4d3a9167 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-07-03 Thread Michał Górny
commit: 68007460cfb265fe0e791eaffacc2d86f7d500ff
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  3 18:43:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  3 18:55:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68007460

dev-python/websockets: Deselect tests needing DNS

Closes: https://bugs.gentoo.org/909567
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 4ca10af58f5f..dc84ba1b3d49 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -41,6 +41,10 @@ python_test() {
local EPYTEST_DESELECT=(
# very fragile to speed

tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   # requires DNS access
+   # https://bugs.gentoo.org/909567
+   
tests/legacy/test_client_server.py::ClientServerTests::test_explicit_host_port
+   
tests/legacy/test_client_server.py::SecureClientServerTests::test_explicit_host_port
)
 
epytest tests



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-06-09 Thread Sam James
commit: 11eedb4d280e7a85895cb1a6f47ff086fe967961
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 10 04:18:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 10 04:18:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11eedb4d

dev-python/websockets: Stabilize 11.0.3-r1 amd64, #908203

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index 16b24be6c9ef..4ca10af58f5f 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-06-09 Thread Arthur Zamarin
commit: 9e5c473806bbb59b64092d1e15ee68b04b2df4d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun  9 18:01:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun  9 18:01:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5c4738

dev-python/websockets: Stabilize 11.0.3-r1 arm, #908203

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
index a6f179e672f2..16b24be6c9ef 100644
--- a/dev-python/websockets/websockets-11.0.3-r1.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-30 Thread Sam James
commit: d670e14e0f618975e82c487a0fe55edcc941e0be
Author: Sam James  gentoo  org>
AuthorDate: Tue May 30 19:00:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 30 19:00:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d670e14e

dev-python/websockets: enable py3.12

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/Manifest|  1 +
 dev-python/websockets/websockets-11.0.3-r1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index fedc94cd9e1d..da242fd5dba9 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
+DIST websockets-11.0.3-python3.12.patch.xz 4328 BLAKE2B 
6ef94255ef5d95de8015eca14a5110373ab9ffadf4d1c86a892da1aac46caa2755cafeb643a222000a03262c1b1b1aea58132daff36981c00dbb68ce05484058
 SHA512 
421a6fb5a2a801850ea1fbaf890c11eac0f55ad288185f16f4244f316132591bc5a814636141ba3ada67aeff340f41de61d06c8db87010c858c1b0b02fd9b5ab
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca

diff --git a/dev-python/websockets/websockets-11.0.3-r1.ebuild 
b/dev-python/websockets/websockets-11.0.3-r1.ebuild
new file mode 100644
index ..a6f179e672f2
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-11.0.3-python3.12.patch.xz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${WORKDIR}"/${P}-python3.12.patch
+)
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-10 Thread Michał Górny
commit: 9b0f31fe9462ac9b4d7d77de598f6d4eba7a8e80
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 10 19:17:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 10 19:17:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0f31fe

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  3 --
 dev-python/websockets/websockets-10.4.ebuild   | 35 --
 dev-python/websockets/websockets-11.0.1.ebuild | 41 --
 dev-python/websockets/websockets-11.0.ebuild   | 41 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index e1ab4763d0f3..fedc94cd9e1d 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,5 +1,2 @@
-DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
-DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 
21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b
 SHA512 
a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
-DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
deleted file mode 100644
index 27f8123c30f1..
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/aaugustin/websockets/
-   https://pypi.org/project/websockets/
-"
-SRC_URI="
-   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   )
-
-   epytest tests
-}

diff --git a/dev-python/websockets/websockets-11.0.1.ebuild 
b/dev-python/websockets/websockets-11.0.1.ebuild
deleted file mode 100644
index b9486a23c5db..
--- a/dev-python/websockets/websockets-11.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/aaugustin/websockets/
-   https://pypi.org/project/websockets/
-"
-# tests are missing pypi sdist, as of 11.0
-SRC_URI="
-   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   export BUILD_EXTENSION=$(usex native-extensions)
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-10 Thread Arthur Zamarin
commit: 4067b09fea6b106250efb2ba4db49ccdca258bd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed May 10 17:23:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed May 10 17:23:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4067b09f

dev-python/websockets: Stabilize 11.0.2 hppa, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 749cea2a4098..0b42bf3c3b7c 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-10 Thread Arthur Zamarin
commit: 4f97b709aee75589d5bc9e317d908e7c4bc07c39
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed May 10 17:22:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed May 10 17:22:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f97b709

dev-python/websockets: Stabilize 11.0.2 ppc64, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 87316aee4a13..749cea2a4098 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-07 Thread Michał Górny
commit: 895a334117c8cf7759a135fcbe40322c71bc8633
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  8 04:31:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 04:31:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895a3341

dev-python/websockets: Bump to 11.0.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  1 +
 dev-python/websockets/websockets-11.0.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 56e0be59a9a8..e1ab4763d0f3 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,4 +1,5 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
 DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 
21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b
 SHA512 
a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
+DIST websockets-11.0.3.gh.tar.gz 347652 BLAKE2B 
b7d796744cb4c7b944e98644dfb9c0e44ba465a6dba71b9e891604f3012b025557dbcd5b7eeae02e71c84350e05b334f99404ddfda814a8984b7a893d3f092f7
 SHA512 
37a84d7c57da7a3e48870abf992ba96ee454b342610d51c06f7dfc7ee082b7fb51304518c208379c3dbd039eafb1a85444c257fed20b4605a52dc8fc938a4cca
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-11.0.3.ebuild 
b/dev-python/websockets/websockets-11.0.3.ebuild
new file mode 100644
index ..f3ef9af590b3
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Arthur Zamarin
commit: f07dd0774afcf6791ebe4b985d8412b39e02afda
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 13:24:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 13:24:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07dd077

dev-python/websockets: Stabilize 11.0.2 sparc, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 1ce81368ffc2..87316aee4a13 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Arthur Zamarin
commit: 381fcc505c7d515e26c74328e4793a07ccfffae4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 09:39:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 09:39:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381fcc50

dev-python/websockets: Stabilize 11.0.2 arm64, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 915a0af2603d..1ce81368ffc2 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Arthur Zamarin
commit: bf06fc4772729be85134e4f33585fbd9807723c0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 08:02:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 08:02:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf06fc47

dev-python/websockets: Stabilize 11.0.2 ppc, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 77f34df476b1..915a0af2603d 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Sam James
commit: 94f567823de7b09bccd9a220d6c23cc29ea032c4
Author: Sam James  gentoo  org>
AuthorDate: Fri May  5 07:42:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 07:42:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f56782

dev-python/websockets: Stabilize 11.0.2 amd64, #905732

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 71ee1b3fb279..77f34df476b1 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Arthur Zamarin
commit: 84b0ebc0e7a93b302dc8afb520e38968abf0dbeb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 07:35:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 07:35:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b0ebc0

dev-python/websockets: Stabilize 11.0.2 x86, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index 04416a31bce3..71ee1b3fb279 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-05-05 Thread Arthur Zamarin
commit: e5d7c5ef3fb4118b2d192e8b75903369a3c090ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 06:56:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 06:56:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d7c5ef

dev-python/websockets: Stabilize 11.0.2 arm, #905732

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
index f3ef9af590b3..04416a31bce3 100644
--- a/dev-python/websockets/websockets-11.0.2.ebuild
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-04-28 Thread Michał Górny
commit: b12a6a7f92c676530c76e658c6e59e50802534c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 05:33:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 05:48:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12a6a7f

dev-python/websockets: Bump to 11.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  1 +
 dev-python/websockets/metadata.xml |  2 +-
 dev-python/websockets/websockets-11.0.2.ebuild | 42 ++
 3 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index e5884ca0f766..56e0be59a9a8 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,4 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
 DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 
21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b
 SHA512 
a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
+DIST websockets-11.0.2.gh.tar.gz 347575 BLAKE2B 
1d609298d072dbd986fa2adcac1c8f80720622fdcd44cb8ab079ba812fa7a750cdd4a5b432a74d422ca3ac8e7baef8e38e227569b8681e033f599fa29b19383c
 SHA512 
e397d7b51c3edcc68fd32dbf8fcd46f5c9230c270be46c45a503108690d5513e2626fc4f4f5d271c831570abeeff51bf27c09ea69459b970a41fb64eb84fc87e
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/metadata.xml 
b/dev-python/websockets/metadata.xml
index 65f11910b1a7..15cd4b0338d9 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -10,7 +10,7 @@
Python


-   aaugustin/websockets
+   python-websockets/websockets
websockets



diff --git a/dev-python/websockets/websockets-11.0.2.ebuild 
b/dev-python/websockets/websockets-11.0.2.ebuild
new file mode 100644
index ..f3ef9af590b3
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/python-websockets/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/python-websockets/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-04-06 Thread Michał Górny
commit: 47661585e3d3258e413b633d1efd1c585b2b7ce1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  7 03:40:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  7 04:18:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47661585

dev-python/websockets: Bump to 11.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  1 +
 dev-python/websockets/websockets-11.0.1.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 41751566fab8..e5884ca0f766 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
+DIST websockets-11.0.1.gh.tar.gz 347321 BLAKE2B 
21ebcf13c41f5e7ea5247174684e8e37ac383fe94da7f6a1ebfeaf6024669fd2b362847055775a81cb4a36722526a42b91c9e28e1a8d016918ffe16481375f7b
 SHA512 
a9c3bf215c5c5cf1032cf8f2cd85cc8d78e3486f4e40e301be246181dc64a5543377bc7205695f89f7141b2c48115cbcd1cca6a353ad9d36ac9cb294d48b2e2e
 DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/websockets-11.0.1.ebuild 
b/dev-python/websockets/websockets-11.0.1.ebuild
new file mode 100644
index ..b9486a23c5db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/aaugustin/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-04-02 Thread Michał Górny
commit: dcff9c15ad81ab60ebbffc3d7514e75390f80cc3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  3 02:54:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  3 02:54:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcff9c15

dev-python/websockets: Bump to 11.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/metadata.xml   |  3 ++
 dev-python/websockets/websockets-11.0.ebuild | 41 
 3 files changed, 45 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 84510f4c51eb..41751566fab8 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582
+DIST websockets-11.0.gh.tar.gz 347307 BLAKE2B 
b40b8e88375a1e5e0f6ae1c73169703d206800dcec15d858a0360374701b681ec17c457b014a29dc34962ca1f62261a8b8298e34092429864d790dd4a060e8d8
 SHA512 
367347464d5d721ad65055743df92311e7d98d0391ff437ab8c3224f1c1e4193b5abbdbf1498cd040d9b30251e6bc051e9c1ec54122b87e4c937026e0f6f3b8e

diff --git a/dev-python/websockets/metadata.xml 
b/dev-python/websockets/metadata.xml
index b162fa66f853..65f11910b1a7 100644
--- a/dev-python/websockets/metadata.xml
+++ b/dev-python/websockets/metadata.xml
@@ -13,4 +13,7 @@
aaugustin/websockets
websockets

+   
+   Compiles native C 
extensions
+   
 

diff --git a/dev-python/websockets/websockets-11.0.ebuild 
b/dev-python/websockets/websockets-11.0.ebuild
new file mode 100644
index ..b9486a23c5db
--- /dev/null
+++ b/dev-python/websockets/websockets-11.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/aaugustin/websockets/
+   https://pypi.org/project/websockets/
+"
+# tests are missing pypi sdist, as of 11.0
+SRC_URI="
+   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions"
+
+distutils_enable_tests pytest
+
+src_configure() {
+   export BUILD_EXTENSION=$(usex native-extensions)
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2023-02-12 Thread Matt Turner
commit: cc67d45915671565ff8afa7ff2ff2edc034be8ee
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 13 03:22:15 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 13 03:22:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc67d459

dev-python/websockets: Keyword 10.4 alpha, #837098

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index 34aa7d690013..27f8123c30f1 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/, dev-python/websockets/files/

2022-12-02 Thread Michał Górny
commit: 4aad2cbceaab78816c169a78a1e3782935a7b717
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  2 15:32:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  2 15:32:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aad2cbc

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  1 -
 .../websockets/files/websockets-10.3-py311.patch   | 24 -
 dev-python/websockets/websockets-10.3.ebuild   | 39 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index ac0558fbdd12..84510f4c51eb 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1 @@
-DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B 
db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c
 SHA512 
75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb
 DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582

diff --git a/dev-python/websockets/files/websockets-10.3-py311.patch 
b/dev-python/websockets/files/websockets-10.3-py311.patch
deleted file mode 100644
index d15eb2d32f81..
--- a/dev-python/websockets/files/websockets-10.3-py311.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/tests/legacy/test_client_server.py 
b/tests/legacy/test_client_server.py
-index f9de70c..05070c8 100644
 a/tests/legacy/test_client_server.py
-+++ b/tests/legacy/test_client_server.py
-@@ -426,6 +426,10 @@ class CommonClientServerTests:
- self.used_for_read = True
- return super().recv(*args, **kwargs)
- 
-+def recv_into(self, *args, **kwargs):
-+self.used_for_read = True
-+return super().recv_into(*args, **kwargs)
-+
- def send(self, *args, **kwargs):
- self.used_for_write = True
- return super().send(*args, **kwargs)
-@@ -1299,6 +1303,8 @@ class ClientServerOriginTests(ClientServerTestsMixin, 
AsyncioTestCase):
- self.assertEqual(self.loop.run_until_complete(self.client.recv()), 
"Hello!")
- 
- 
-+@unittest.skipIf(sys.version_info[:2] >= (3, 11),
-+ "asyncio.coroutine has been removed in Python 3.11")
- class YieldFromTests(ClientServerTestsMixin, AsyncioTestCase):
- @with_server()
- def test_client(self):

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
deleted file mode 100644
index d71d754cb413..
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="
-   https://websockets.readthedocs.io/
-   https://github.com/aaugustin/websockets/
-   https://pypi.org/project/websockets/
-"
-SRC_URI="
-   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}/${P}-py311.patch"
-)
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   )
-
-   epytest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-12-02 Thread Arthur Zamarin
commit: b8bdc5d8b4eaa8b466a5617073161aa218414904
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  2 11:55:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  2 11:55:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8bdc5d8

dev-python/websockets: Stabilize 10.4 x86, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index 9ffae4a9a81a..9a0d4589f18a 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Sam James
commit: 06a5ed317abcb00ada71b039be6217b9575068a0
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 19:11:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 19:11:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a5ed31

dev-python/websockets: Stabilize 10.4 amd64, #882937

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index 48f8ad7c3769..9ffae4a9a81a 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: 5571f93bc5f48564de613f18bbc4d92fafeb41f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 14:01:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 14:01:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5571f93b

dev-python/websockets: Stabilize 10.4 hppa, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index e972984f4228..48f8ad7c3769 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: 5366c66d08fdd38224ed72faabe9bc88e3d4575c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 14:00:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 14:00:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5366c66d

dev-python/websockets: Stabilize 10.4 ppc64, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index cddbd6d89c3d..e972984f4228 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: f4fc696c4274de03301f425930d62b4ea23b6317
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 13:57:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 13:57:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fc696c

dev-python/websockets: Stabilize 10.4 ppc, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index c982a948f641..cddbd6d89c3d 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: f181216d7cf09f66bef481cf4b2b32bb440fbb70
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 13:52:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 13:52:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f181216d

dev-python/websockets: Stabilize 10.4 arm, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index f90deecde4f1..c982a948f641 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: 4d67ad447af013fc7beb4dd5cf60d94d3716b159
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 13:50:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 13:50:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d67ad44

dev-python/websockets: Stabilize 10.4 sparc, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index 740ddd42521c..f90deecde4f1 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-11-25 Thread Arthur Zamarin
commit: 33f032caf7dc9eab260a722118905edc7dc3e2a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 13:47:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 13:47:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f032ca

dev-python/websockets: Stabilize 10.4 arm64, #882937

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
index 12d175fce31a..740ddd42521c 100644
--- a/dev-python/websockets/websockets-10.4.ebuild
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-10-25 Thread Michał Górny
commit: 1a5ee07527edbbf1bb81385310f490a70f98a56a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 26 03:35:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 26 03:35:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5ee075

dev-python/websockets: Bump to 10.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/websockets-10.4.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 8f7dd146ef05..ac0558fbdd12 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B 
db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c
 SHA512 
75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb
+DIST websockets-10.4.gh.tar.gz 309611 BLAKE2B 
f3a739368ff9d78fef79324af59d1e77b3fb654b8b1a847373a29f19b11ae9266b9a938d235ee27d12b59d9b4cf29825fc7298ff2f35e5b260df2c7a41a1bd78
 SHA512 
087b1920ff26e21b8d3b80b53249d44b841fc45a4992df1ad725112404f724a41aaa2d759a2bd521dfe337459f8bf0d2ae048c423489f527c68f6825f928b582

diff --git a/dev-python/websockets/websockets-10.4.ebuild 
b/dev-python/websockets/websockets-10.4.ebuild
new file mode 100644
index ..12d175fce31a
--- /dev/null
+++ b/dev-python/websockets/websockets-10.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/aaugustin/websockets/
+   https://pypi.org/project/websockets/
+"
+SRC_URI="
+   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-06-05 Thread Michał Górny
commit: 71d69182cd9a2c73985b9f1b13d3d5de93bf216d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  5 10:05:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  5 10:35:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d69182

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 -
 dev-python/websockets/websockets-10.2.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 510018fac960..8f7dd146ef05 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1 @@
-DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 
2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3
 SHA512 
b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350
 DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B 
db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c
 SHA512 
75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
deleted file mode 100644
index 4287b1679bd3..
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/;
-SRC_URI="
-   https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> 
${P}-src.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # very fragile to speed
-   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
-   )
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   
tests/test_utils.py::SpeedupsTests::test_apply_mask_non_contiguous_memoryview
-   
tests/legacy/test_client_server.py::SecureClientServerTests::test_http_request_ws_endpoint
-   )
-
-   epytest tests
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-06-05 Thread Sam James
commit: 9c5f332795204f53f08d256fa8825a1522b26bcd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun  5 08:02:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  5 09:08:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5f3327

dev-python/websockets: stable 10.3 for hppa, bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index f90144da6eb9..d71d754cb413 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Jakov Smolić
commit: e8f16dcf51209c5fb0e7c2ce5e53ffa0d0669582
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 11:04:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 11:04:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f16dcf

dev-python/websockets: Stabilize 10.3 ppc64, #848687

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 28b13d4c1bf9..ad9a7437ff3f 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Jakov Smolić
commit: 934b78466d60484e2e88990ff583f9b50995afd4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 11:04:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 11:04:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b7846

dev-python/websockets: Stabilize 10.3 ppc, #848687

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index ad9a7437ff3f..f90144da6eb9 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Agostino Sarubbo
commit: c09fdd89243523fe79d4acdfa4c2249991e555dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 31 08:54:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 31 08:54:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09fdd89

dev-python/websockets: x86 stable wrt bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index bceab3cc4192..28b13d4c1bf9 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Agostino Sarubbo
commit: 7af122c6ec9b3314c7cbdfc8b7d531d72737ce71
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 31 08:51:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 31 08:51:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af122c6

dev-python/websockets: amd64 stable wrt bug #848687

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 9a7035ffd800..bceab3cc4192 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Jakov Smolić
commit: 456b5ea0c825ab1253d705ed77df098e3f3e25cc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 08:01:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 08:01:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456b5ea0

dev-python/websockets: Stabilize 10.3 arm, #848687

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 091fc19b0ea4..9a7035ffd800 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Jakov Smolić
commit: 4e30d4320e8893c728a8b9e7328768b8ac8c17f2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 07:55:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 07:55:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e30d432

dev-python/websockets: Stabilize 10.3 sparc, #848687

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index bc12e96b01c3..091fc19b0ea4 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-31 Thread Jakov Smolić
commit: 25ded759abeb9b7f17a45037e70a4c0aeb65d256
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue May 31 07:55:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue May 31 07:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ded759

dev-python/websockets: Stabilize 10.3 arm64, #848687

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index ab47cfe892ef..bc12e96b01c3 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/, dev-python/websockets/files/

2022-05-15 Thread Michał Górny
commit: 8f041477bdd17213149e32f81ae2e9e4f1f1f4e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 08:35:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 08:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f041477

dev-python/websockets: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 .../websockets/files/websockets-10.3-py311.patch   | 24 ++
 dev-python/websockets/websockets-10.3.ebuild   |  6 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/dev-python/websockets/files/websockets-10.3-py311.patch 
b/dev-python/websockets/files/websockets-10.3-py311.patch
new file mode 100644
index ..d15eb2d32f81
--- /dev/null
+++ b/dev-python/websockets/files/websockets-10.3-py311.patch
@@ -0,0 +1,24 @@
+diff --git a/tests/legacy/test_client_server.py 
b/tests/legacy/test_client_server.py
+index f9de70c..05070c8 100644
+--- a/tests/legacy/test_client_server.py
 b/tests/legacy/test_client_server.py
+@@ -426,6 +426,10 @@ class CommonClientServerTests:
+ self.used_for_read = True
+ return super().recv(*args, **kwargs)
+ 
++def recv_into(self, *args, **kwargs):
++self.used_for_read = True
++return super().recv_into(*args, **kwargs)
++
+ def send(self, *args, **kwargs):
+ self.used_for_write = True
+ return super().send(*args, **kwargs)
+@@ -1299,6 +1303,8 @@ class ClientServerOriginTests(ClientServerTestsMixin, 
AsyncioTestCase):
+ self.assertEqual(self.loop.run_until_complete(self.client.recv()), 
"Hello!")
+ 
+ 
++@unittest.skipIf(sys.version_info[:2] >= (3, 11),
++ "asyncio.coroutine has been removed in Python 3.11")
+ class YieldFromTests(ClientServerTestsMixin, AsyncioTestCase):
+ @with_server()
+ def test_client(self):

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 8ae85335baa3..ab47cfe892ef 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 
@@ -25,6 +25,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   "${FILESDIR}/${P}-py311.patch"
+)
+
 python_test() {
local EPYTEST_DESELECT=(
# very fragile to speed



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-05-11 Thread Jakov Smolić
commit: 44376c9838326d88039049b1587d568b5c498ff8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44376c98

dev-python/websockets: Keyword 10.3 mips, #837098

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 49313f250951..8ae85335baa3 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-30 Thread WANG Xuerui
commit: 5ddb2b65d51473e118e6c96cb0b0b23590971aae
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Apr 30 11:31:41 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun May  1 01:30:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddb2b65

dev-python/websockets: keyword 10.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/websockets/websockets-10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 1723d0a7cdd0..49313f250951 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-18 Thread Michał Górny
commit: 41670abfce09dfa3e524c0dc63e2a94b7d95f24f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 18 08:07:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 18 08:19:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41670abf

dev-python/websockets: Bump to 10.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/websockets-10.3.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 8b086337648b..510018fac960 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1 +1,2 @@
 DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 
2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3
 SHA512 
b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350
+DIST websockets-10.3.gh.tar.gz 304375 BLAKE2B 
db6075304613ff74ad5928a0c57e90a7d418ac0b9532adba4c6a17b3c3f1982cc94db8ac4c0da5f65343a915f3b2e7ccedce4e6d5d4960cb72fc93c3db6e041c
 SHA512 
75a11dd7605808954c5f59decda5b115db73de96ed4023d8d7ee3c9966551a9ded2d771f76b086c76f49b0787f19349dadcd9010eb5fea8eeddf3d9bba1c6cbb

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
new file mode 100644
index ..1723d0a7cdd0
--- /dev/null
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="
+   https://websockets.readthedocs.io/
+   https://github.com/aaugustin/websockets/
+   https://pypi.org/project/websockets/
+"
+SRC_URI="
+   https://github.com/aaugustin/websockets/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+
+   epytest tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/files/, dev-python/websockets/

2022-04-08 Thread Michał Górny
commit: 002272f4effdc83eb7bdc3bd5b64f7770a83c0e3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  8 14:36:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  8 14:36:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002272f4

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  2 --
 .../websockets-10.0-py3.9-fix-deprecation.patch| 35 --
 dev-python/websockets/websockets-10.0.ebuild   | 33 
 dev-python/websockets/websockets-10.1.ebuild   | 27 -
 4 files changed, 97 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 71abe54223dd..8b086337648b 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1 @@
-DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 
6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc
 SHA512 
532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
-DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 
425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596
 SHA512 
c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
 DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 
2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3
 SHA512 
b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350

diff --git 
a/dev-python/websockets/files/websockets-10.0-py3.9-fix-deprecation.patch 
b/dev-python/websockets/files/websockets-10.0-py3.9-fix-deprecation.patch
deleted file mode 100644
index bbfb500b9094..
--- a/dev-python/websockets/files/websockets-10.0-py3.9-fix-deprecation.patch
+++ /dev/null
@@ -1,35 +0,0 @@
 a/tests/legacy/test_client_server.py
-+++ b/tests/legacy/test_client_server.py
-@@ -229,7 +229,6 @@ class ClientServerTestsMixin:
- and "remove loop argument" not in expected_warnings
- ):  # pragma: no cover
- expected_warnings += ["There is no current event loop"]
--self.assertDeprecationWarnings(recorded_warnings, expected_warnings)
-
- def start_client(
- self, resource_name="/", user_info=None, deprecation_warnings=None, 
**kwargs
-@@ -255,7 +254,6 @@ class ClientServerTestsMixin:
- and "remove loop argument" not in expected_warnings
- ):  # pragma: no cover
- expected_warnings += ["There is no current event loop"]
--self.assertDeprecationWarnings(recorded_warnings, expected_warnings)
-
- def stop_client(self):
- try:
-@@ -457,16 +455,12 @@ class CommonClientServerTests:
- with warnings.catch_warnings(record=True) as recorded_warnings:
- unix_server = unix_serve(default_handler, path, 
loop=self.loop)
- self.server = self.loop.run_until_complete(unix_server)
--self.assertDeprecationWarnings(recorded_warnings, ["remove loop 
argument"])
-
- try:
- # Like self.start_client() but with unix_connect()
- with warnings.catch_warnings(record=True) as 
recorded_warnings:
- unix_client = unix_connect(path, loop=self.loop)
- self.client = self.loop.run_until_complete(unix_client)
--self.assertDeprecationWarnings(
--recorded_warnings, ["remove loop argument"]
--)
- try:
- self.loop.run_until_complete(self.client.send("Hello!"))
- reply = self.loop.run_until_complete(self.client.recv())

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
deleted file mode 100644
index 18adcbacd68c..
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/;
-SRC_URI="
-   https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> 
${P}-src.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-   # Fails checks for deprecations warnings on py3.9 for the loop argument
-   "${FILESDIR}/${P}-py3.9-fix-deprecation.patch"
-)
-
-src_prepare() {
-   # these 

[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-08 Thread Arthur Zamarin
commit: 0782baa38f8b45d16d011c2f001e5a309e9e1f4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  8 14:33:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  8 14:33:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0782baa3

dev-python/websockets: Stabilize 10.2 hppa, #836172

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index dc348034ad8d..4287b1679bd3 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-08 Thread Arthur Zamarin
commit: 6e6cbfe14ceb0b1756271d6006fa198916afc25d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  8 14:22:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  8 14:22:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6cbfe1

dev-python/websockets: Keyword 10.2 s390, #837098

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 5d0a739d3aea..dc348034ad8d 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-08 Thread Arthur Zamarin
commit: 7e650f3568e1b9a6b04beacab0466ea20156dfc9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr  8 14:22:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  8 14:22:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e650f35

dev-python/websockets: Keyword 10.2 ia64, #837098

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 6f54d8b00932..5d0a739d3aea 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-08 Thread Michał Górny
commit: b22c2a9fa96709402a28580645764093d92dadc5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  8 10:14:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  8 11:09:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22c2a9f

dev-python/websockets: Enable pypy3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 729159c20d01..6f54d8b00932 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 
 inherit distutils-r1
 
@@ -21,5 +21,14 @@ KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 distutils_enable_tests pytest
 
 python_test() {
+   local EPYTEST_DESELECT=(
+   # very fragile to speed
+   
tests/legacy/test_protocol.py::ServerTests::test_local_close_receive_close_frame_timeout
+   )
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
tests/test_utils.py::SpeedupsTests::test_apply_mask_non_contiguous_memoryview
+   
tests/legacy/test_client_server.py::SecureClientServerTests::test_http_request_ws_endpoint
+   )
+
epytest tests
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-08 Thread Michał Górny
commit: 2830e9eafb13cd2c2b2820a07a3e6a0f51d32e8d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  8 10:10:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  8 11:09:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2830e9ea

dev-python/websockets: Switch to pytest for easier deselects

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index e43c8d5084ee..729159c20d01 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -18,12 +18,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
 
-src_prepare() {
-   # these fail due to timeouts on slower hardware
-   sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
-   -e 's:test_keepalive_ping(:_&:' \
-   -i tests/legacy/test_protocol.py || die
-   distutils-r1_src_prepare
+python_test() {
+   epytest tests
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-04-02 Thread Arthur Zamarin
commit: 42476c7a29bb62f51c21d0606070e8a5551d3f57
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  2 14:19:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  2 14:19:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42476c7a

dev-python/websockets: Stabilize 10.2 arm64, #836172

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 77d29ae58b99..e43c8d5084ee 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-28 Thread Agostino Sarubbo
commit: 4270bfc6ec40d5a0a918637a62497303692af513
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270bfc6

dev-python/websockets: amd64 stable wrt bug #836172

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index e16f8bcd8b8c..77d29ae58b99 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-27 Thread Agostino Sarubbo
commit: f0b34169912becdccdc7137d033f17b07e577742
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 27 06:25:48 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 27 06:25:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b34169

dev-python/websockets: x86 stable wrt bug #836172

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index efb9e07d6a48..e16f8bcd8b8c 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-26 Thread Sam James
commit: a08a82ed74321666bb73d1a0faac5b96e1e3fe5f
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 26 19:43:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 26 19:43:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08a82ed

dev-python/websockets: Stabilize 10.2 ppc64, #836172

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 81ad7e239d76..efb9e07d6a48 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-26 Thread Arthur Zamarin
commit: ea2fe48a032304d9883e38fbb6d5933941d59dd8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 19:15:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 19:15:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2fe48a

dev-python/websockets: Stabilize 10.2 arm, #836172

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 25ad085a99c1..81ad7e239d76 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-26 Thread Arthur Zamarin
commit: db2f070b945755eab7e3ebdc80167d6f00257ee8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 17:42:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 17:42:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2f070b

dev-python/websockets: Stabilize 10.2 ppc, #836172

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index 5d31974cc979..25ad085a99c1 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-03-26 Thread Arthur Zamarin
commit: a7489d368549eb97a230c22d86866fce3918c71d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 26 16:52:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 26 16:52:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7489d36

dev-python/websockets: Stabilize 10.2 sparc, #836172

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index c13fcdc2d0a3..5d31974cc979 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2022-02-21 Thread Michał Górny
commit: aa53c04f3817102d29c1a3d0fbcae61960b16e28
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 21 08:46:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 21 09:15:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa53c04f

dev-python/websockets: Bump to 10.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/websockets-10.2.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index de724b503ed6..71abe54223dd 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,2 +1,3 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 
6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc
 SHA512 
532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
 DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 
425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596
 SHA512 
c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
+DIST websockets-10.2-src.tar.gz 302766 BLAKE2B 
2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3
 SHA512 
b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
new file mode 100644
index ..c13fcdc2d0a3
--- /dev/null
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/;
+SRC_URI="
+   https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> 
${P}-src.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # these fail due to timeouts on slower hardware
+   sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+   -e 's:test_keepalive_ping(:_&:' \
+   -i tests/legacy/test_protocol.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Agostino Sarubbo
commit: f9029a632c0f4aaa03a511ad33f592ca4cdb1cc5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 16 07:44:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 16 07:44:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9029a63

dev-python/websockets: x86 stable wrt bug #829284

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 8c4671b89fb6..56fdcc373e66 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: 4ec87e48cde91e1bfdb7bffb2eb2eedb41c7972a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 17:26:25 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 17:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec87e48

dev-python/websockets: Stabilize 10.1 hppa, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 99e4c57034da..8c4671b89fb6 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: e4e9956dc7f941cf8593090c9a88908ec88c3914
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 17:06:12 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 17:08:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e9956d

dev-python/websockets: Stabilize 10.1 ppc, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 319e8087421c..9685bd2cc2b3 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: 99622dafe125e5860f35b572092a987d27822df1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 17:06:15 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 17:08:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99622daf

dev-python/websockets: Stabilize 10.1 ppc64, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 9685bd2cc2b3..99e4c57034da 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: 7e36548ecfd16be2cee1d4fccd28ad1c289c9d51
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 16:59:17 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 16:59:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e36548e

dev-python/websockets: Stabilize 10.1 sparc, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index d100e037dce0..319e8087421c 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: ff3b4b06fc52359d1e46c21d7486cf571648f440
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 16:56:19 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 16:56:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3b4b06

dev-python/websockets: Stabilize 10.1 arm64, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index a6228fb6cb19..d100e037dce0 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Jakov Smolić
commit: 998f6caf1f6aed0cac0867168d51d672dac1873e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 15 16:49:27 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 15 16:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998f6caf

dev-python/websockets: Stabilize 10.1 amd64, #829284

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 08190206c810..a6228fb6cb19 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-15 Thread Arthur Zamarin
commit: be6d4da94b3e3c1ac8acf4562d31b80e93d64522
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 16:49:04 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 16:49:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6d4da9

dev-python/websockets: Stabilize 10.1 arm, #829284

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
index 3cecfefe466e..08190206c810 100644
--- a/dev-python/websockets/websockets-10.1.ebuild
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-03 Thread Arthur Zamarin
commit: 56c7312ef46fcae8bf2dba10e750e3538a8a7f2e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  3 20:37:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  3 20:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c7312e

dev-python/websockets: Stabilize 10.0 hppa, #803806

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index d50b8ce80636..18adcbacd68c 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-12-03 Thread Michał Górny
commit: 049845b6da437491d1341b0b97df15a205c4d932
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  3 16:40:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  3 16:40:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049845b6

dev-python/websockets: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest |  2 --
 dev-python/websockets/websockets-9.1-r1.ebuild | 38 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 84a8b95eb32a..de724b503ed6 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,4 +1,2 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 
6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc
 SHA512 
532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
 DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 
425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596
 SHA512 
c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
-DIST websockets-9.1-python-3.10-support.patch.gz 6940 BLAKE2B 
e4835c7d5efaf956d07b884c85e0b95f26674bf36164fa8362d1c1a564a959bde761d25e747333c58864f74a5ea1b199f228a46ec6a1647c5495ea032020c179
 SHA512 
7fb4b298a9167c8d913e293fa7549b21d5acb333a5b97e0624a22cb83548ef548b819ac23750c40295140b6f83a701c73a81fdcaed3ab8e704dbee8e17d22f1d
-DIST websockets-9.1-src.tar.gz 191813 BLAKE2B 
cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd
 SHA512 
ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild 
b/dev-python/websockets/websockets-9.1-r1.ebuild
deleted file mode 100644
index 319a32d784b5..
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for building WebSocket servers and clients in Python"
-HOMEPAGE="https://websockets.readthedocs.io/;
-SRC_URI="
-   https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> 
${P}-src.tar.gz
-   https://dev.gentoo.org/~sbraz/${P}-python-3.10-support.patch.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-   # 
https://github.com/aaugustin/websockets/commit/08d8011132ba038b3f6c4d591189b57af4c9f147
-   "${WORKDIR}/${P}-python-3.10-support.patch"
-)
-
-src_prepare() {
-   # these fail due to timeouts on slower hardware
-   sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
-   -e 's:test_keepalive_ping(:_&:' \
-   -i tests/legacy/test_protocol.py || die
-
-   distutils-r1_src_prepare
-}
-
-# Be more tolerant with time-sensitive tests for slow systems.
-export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-11-18 Thread Sam James
commit: f955347f212fb148333635c930fd01691ba4ffa6
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 09:08:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 09:08:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f955347f

dev-python/websockets: Stabilize 10.0 ppc, #803806

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index d5750cd72eb2..d50b8ce80636 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-11-15 Thread Michał Górny
commit: f85f24fc12198ae5de362cf7cb63c3f7436af315
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 15 08:17:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 15 08:27:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85f24fc

dev-python/websockets: Bump to 10.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websockets/Manifest   |  1 +
 dev-python/websockets/websockets-10.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
index 70d22f3e2853..84a8b95eb32a 100644
--- a/dev-python/websockets/Manifest
+++ b/dev-python/websockets/Manifest
@@ -1,3 +1,4 @@
 DIST websockets-10.0-src.tar.gz 276231 BLAKE2B 
6170f0540bc33be3d9a71f596ffee58e6e43c2173239a8fffe4f0c2a7555f8ce26849d85ed7865a5df6a4401f01bb0c928a341598916487cc79152a5031e9bbc
 SHA512 
532289dc411d11cffc6e5aa07013cdad9655f124fbbd5dbdfe92985caf554644976a521466b1d3cbe124de11809e395b5e83195eac87495585779591b189c4d7
+DIST websockets-10.1-src.tar.gz 299315 BLAKE2B 
425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596
 SHA512 
c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b
 DIST websockets-9.1-python-3.10-support.patch.gz 6940 BLAKE2B 
e4835c7d5efaf956d07b884c85e0b95f26674bf36164fa8362d1c1a564a959bde761d25e747333c58864f74a5ea1b199f228a46ec6a1647c5495ea032020c179
 SHA512 
7fb4b298a9167c8d913e293fa7549b21d5acb333a5b97e0624a22cb83548ef548b819ac23750c40295140b6f83a701c73a81fdcaed3ab8e704dbee8e17d22f1d
 DIST websockets-9.1-src.tar.gz 191813 BLAKE2B 
cb3807f01e1a4c22a40bf5150d1e8b21ca786dc5bc4da8f3e6602971f3f7c79b57092f5ddfe3ee52ec00e7fd15f3a992fdbb94b5e26599f2621a7f51434ba6dd
 SHA512 
ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

diff --git a/dev-python/websockets/websockets-10.1.ebuild 
b/dev-python/websockets/websockets-10.1.ebuild
new file mode 100644
index ..3cecfefe466e
--- /dev/null
+++ b/dev-python/websockets/websockets-10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Library for building WebSocket servers and clients in Python"
+HOMEPAGE="https://websockets.readthedocs.io/;
+SRC_URI="
+   https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> 
${P}-src.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # these fail due to timeouts on slower hardware
+   sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+   -e 's:test_keepalive_ping(:_&:' \
+   -i tests/legacy/test_protocol.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-11-13 Thread Jakov Smolić
commit: 298015b1d4567e4b8e8e95e5f1aeefdd2e38b2e1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Nov 13 21:09:02 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Nov 13 21:09:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298015b1

dev-python/websockets: Stabilize 10.0 x86, #823605

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index 4db3f3f09e1..020db74e27e 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-11-13 Thread Sam James
commit: 2478a7e90c53c6e37cbae4d74246f31b5a466771
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 13 19:49:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 13 19:49:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2478a7e9

dev-python/websockets: Stabilize 10.0 ppc64, #823605

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index f30051d5d43..4db3f3f09e1 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-10-31 Thread Sam James
commit: bc4cc78f0b227965bc9dc798bcb6219341c961c1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Oct 31 09:30:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 31 18:02:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4cc78f

dev-python/websockets: keyworded 10.0 for hppa, bug #820815

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index ac82499ce32..f30051d5d43 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-10-30 Thread James Le Cuirot
commit: df822423436f87dcd357ff2e2af57e041135d661
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 30 07:52:06 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 30 07:52:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df822423

dev-python/websockets: Fix tests on slower systems for 9.1

Infuriatingly, this approach makes one of the 10.0 tests fail
consistently on my fast desktop.

Bug: https://bugs.gentoo.org/810094
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/websockets/websockets-9.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/websockets/websockets-9.1-r1.ebuild 
b/dev-python/websockets/websockets-9.1-r1.ebuild
index b4202f59a40..319a32d784b 100644
--- a/dev-python/websockets/websockets-9.1-r1.ebuild
+++ b/dev-python/websockets/websockets-9.1-r1.ebuild
@@ -33,3 +33,6 @@ src_prepare() {
 
distutils-r1_src_prepare
 }
+
+# Be more tolerant with time-sensitive tests for slow systems.
+export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-10-19 Thread Sam James
commit: 516ed2f232a6f991450d80f8ea29be913e811bdc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct 18 16:41:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 20 00:10:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ed2f2

dev-python/websockets: stable 10.0 for sparc, bug #818373

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index 215d05d890d..ac82499ce32 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-10-15 Thread Sam James
commit: e325226712e68ee04018bdb7405415300cf84199
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 01:12:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 01:12:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3252267

dev-python/websockets: Stabilize 10.0 amd64, #818373

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index 1b0e4b1ebc3..215d05d890d 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/

2021-10-15 Thread Sam James
commit: 2c4c3fa90c46d646142eb70b547cb55f7e0d36ce
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 15 22:42:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 15 22:42:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4c3fa9

dev-python/websockets: Stabilize 10.0 arm, #818373

Signed-off-by: Sam James  gentoo.org>

 dev-python/websockets/websockets-10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websockets/websockets-10.0.ebuild 
b/dev-python/websockets/websockets-10.0.ebuild
index a03d8206ade..1b0e4b1ebc3 100644
--- a/dev-python/websockets/websockets-10.0.ebuild
+++ b/dev-python/websockets/websockets-10.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests unittest
 



  1   2   >