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

2024-05-08 Thread Michał Górny
commit: 4a2fc46647e415f3f8df809ba76531ac6bd20acc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 08:09:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 08:15:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2fc466

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.7.0.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 4b6d25266e14..1fa86dbd3fdb 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.7.0.tar.gz 54037 BLAKE2B 
6a37b17c0a428dfacfd441384469954bc30f5ca5cf8380c08b45337ebdd6cbd14eb0f0cde3c33d2f5c2698dac9a34eb51430bb810ab6edf8130415e98a4b
 SHA512 
1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a
 DIST websocket_client-1.8.0.tar.gz 54648 BLAKE2B 
8fb21148f7d5dfc9e16704560dbcd64c96f4d28ed8382dc0b3427c3b472bb2e1b386d9026ce4c1b91b50d8e7828f8d4ca34e1537797b20f63150d86337db97c6
 SHA512 
d41dbd4695adcad14142db048b291eed9367153101853e3e17ee8448aa4be9d20bd91b62707291e2b093ce969d51aeef16ceae7330734b5a1556023d773c5a85

diff --git a/dev-python/websocket-client/websocket-client-1.7.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.7.0.ebuild
deleted file mode 100644
index 596f7a2a7b64..
--- a/dev-python/websocket-client/websocket-client-1.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2024-04-23 Thread Michał Górny
commit: 92507cf418bf3d0da31f6420714fed807d3135e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 24 01:57:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 24 02:01:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92507cf4

dev-python/websocket-client: Bump to 1.8.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.8.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index f56eca8485e1..4b6d25266e14 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.7.0.tar.gz 54037 BLAKE2B 
6a37b17c0a428dfacfd441384469954bc30f5ca5cf8380c08b45337ebdd6cbd14eb0f0cde3c33d2f5c2698dac9a34eb51430bb810ab6edf8130415e98a4b
 SHA512 
1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a
+DIST websocket_client-1.8.0.tar.gz 54648 BLAKE2B 
8fb21148f7d5dfc9e16704560dbcd64c96f4d28ed8382dc0b3427c3b472bb2e1b386d9026ce4c1b91b50d8e7828f8d4ca34e1537797b20f63150d86337db97c6
 SHA512 
d41dbd4695adcad14142db048b291eed9367153101853e3e17ee8448aa4be9d20bd91b62707291e2b093ce969d51aeef16ceae7330734b5a1556023d773c5a85

diff --git a/dev-python/websocket-client/websocket-client-1.8.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.8.0.ebuild
new file mode 100644
index ..ea229efbf9d0
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-12-20 Thread Michał Górny
commit: e26a3ecd30a0718c9c82b047965b968651b295bf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:50:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a3ecd

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.6.4.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 70a4be1ec3e2..f56eca8485e1 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.6.4.tar.gz 51905 BLAKE2B 
5bfab632bfa727ad950c4898f52422b11d9c1582567295dd0833321d494d33c057e94e40fad8d612e2aca6efe0fe03595bcfebd1e890c1b15a6fa97864818e59
 SHA512 
d5a44c78bf5f6d4b5a1344bf6d5c94435e529dd85ee5d7fe5552478bbf2e57229ca7573b28a93fa28d1e5cf72fd721b4456bb5e154db578ec652cbc82316413b
 DIST websocket-client-1.7.0.tar.gz 54037 BLAKE2B 
6a37b17c0a428dfacfd441384469954bc30f5ca5cf8380c08b45337ebdd6cbd14eb0f0cde3c33d2f5c2698dac9a34eb51430bb810ab6edf8130415e98a4b
 SHA512 
1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a

diff --git a/dev-python/websocket-client/websocket-client-1.6.4.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
deleted file mode 100644
index 596f7a2a7b64..
--- a/dev-python/websocket-client/websocket-client-1.6.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-12-20 Thread Michał Górny
commit: f4ece76e0e64d85bcd5787d8e5aadd3ccf4f668b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 20 15:48:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 20 15:48:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ece76e

dev-python/websocket-client: Stabilize 1.7.0 ALLARCHES, #920414

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

 dev-python/websocket-client/websocket-client-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.7.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.7.0.ebuild
index e70ca56c7688..596f7a2a7b64 100644
--- a/dev-python/websocket-client/websocket-client-1.7.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.7.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-12-03 Thread Michał Górny
commit: 39f5fcded06d6bb61a1fa0f9e9ea76c537247021
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec  4 06:43:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  4 06:43:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f5fcde

dev-python/websocket-client: Bump to 1.7.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.7.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index c81df678e175..70a4be1ec3e2 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.6.4.tar.gz 51905 BLAKE2B 
5bfab632bfa727ad950c4898f52422b11d9c1582567295dd0833321d494d33c057e94e40fad8d612e2aca6efe0fe03595bcfebd1e890c1b15a6fa97864818e59
 SHA512 
d5a44c78bf5f6d4b5a1344bf6d5c94435e529dd85ee5d7fe5552478bbf2e57229ca7573b28a93fa28d1e5cf72fd721b4456bb5e154db578ec652cbc82316413b
+DIST websocket-client-1.7.0.tar.gz 54037 BLAKE2B 
6a37b17c0a428dfacfd441384469954bc30f5ca5cf8380c08b45337ebdd6cbd14eb0f0cde3c33d2f5c2698dac9a34eb51430bb810ab6edf8130415e98a4b
 SHA512 
1f6b3253f7febd053e1271bcacd71701ec27d6921ba9791b16a203c8b7240925284e033dba4ad5d4c56a88568dc57ecb760c254964bc3bb4e87df52573239a9a

diff --git a/dev-python/websocket-client/websocket-client-1.7.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.7.0.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-11-11 Thread Michał Górny
commit: 618f04e6a419016b5f20b2feee9e723c49cdaada
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:33:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:33:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618f04e6

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.6.3.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 264dfb2085b8..c81df678e175 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.6.3.tar.gz 51904 BLAKE2B 
e177e992a4642bf7965ac75686f1d9cd5fde8acbbcb736b5324a6f0ef5207ae8f8d050e3e394ea615558c51fad776a88e0c922b02f56afede1de915d4ca1fc4d
 SHA512 
0146682307846a9f7b1e91577bd65790f8be1f958094e1c23b29fc9ab485280b43e476a7ce376cc65c7deec1a62766cc7d7172d6a718a19b8dc7a1948dac6f94
 DIST websocket-client-1.6.4.tar.gz 51905 BLAKE2B 
5bfab632bfa727ad950c4898f52422b11d9c1582567295dd0833321d494d33c057e94e40fad8d612e2aca6efe0fe03595bcfebd1e890c1b15a6fa97864818e59
 SHA512 
d5a44c78bf5f6d4b5a1344bf6d5c94435e529dd85ee5d7fe5552478bbf2e57229ca7573b28a93fa28d1e5cf72fd721b4456bb5e154db578ec652cbc82316413b

diff --git a/dev-python/websocket-client/websocket-client-1.6.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.3.ebuild
deleted file mode 100644
index 596f7a2a7b64..
--- a/dev-python/websocket-client/websocket-client-1.6.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-11-11 Thread Sam James
commit: 0fae2ad3de15260fe872c500ccfc7ae72bb8613e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fae2ad3

dev-python/websocket-client: Stabilize 1.6.4 ALLARCHES, #917206

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

 dev-python/websocket-client/websocket-client-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.6.4.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
index e70ca56c7688..596f7a2a7b64 100644
--- a/dev-python/websocket-client/websocket-client-1.6.4.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-10-08 Thread Michał Górny
commit: ddd25eb8115fec67e1690c9f57516bab07b393d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  8 17:03:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  8 17:47:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd25eb8

dev-python/websocket-client: Bump to 1.6.4

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.6.4.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 6300a07235af..264dfb2085b8 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.6.3.tar.gz 51904 BLAKE2B 
e177e992a4642bf7965ac75686f1d9cd5fde8acbbcb736b5324a6f0ef5207ae8f8d050e3e394ea615558c51fad776a88e0c922b02f56afede1de915d4ca1fc4d
 SHA512 
0146682307846a9f7b1e91577bd65790f8be1f958094e1c23b29fc9ab485280b43e476a7ce376cc65c7deec1a62766cc7d7172d6a718a19b8dc7a1948dac6f94
+DIST websocket-client-1.6.4.tar.gz 51905 BLAKE2B 
5bfab632bfa727ad950c4898f52422b11d9c1582567295dd0833321d494d33c057e94e40fad8d612e2aca6efe0fe03595bcfebd1e890c1b15a6fa97864818e59
 SHA512 
d5a44c78bf5f6d4b5a1344bf6d5c94435e529dd85ee5d7fe5552478bbf2e57229ca7573b28a93fa28d1e5cf72fd721b4456bb5e154db578ec652cbc82316413b

diff --git a/dev-python/websocket-client/websocket-client-1.6.4.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.6.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-09-25 Thread Michał Górny
commit: 5c931ba23753beee2e80255a1917d79159e3267b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:54:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:57:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c931ba2

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  2 --
 .../websocket-client/websocket-client-1.6.1.ebuild | 37 --
 .../websocket-client/websocket-client-1.6.2.ebuild | 37 --
 3 files changed, 76 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 9eee9088e9e8..6300a07235af 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1 @@
-DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 
7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512
 SHA512 
eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608
-DIST websocket-client-1.6.2.tar.gz 51467 BLAKE2B 
bc53499d22d78db722ab8e0c986d965028355269ad3def92b4dcb17c80eea079ad3fcb3201cb8b76aba5111dbf5a7311802097d916cb89c934f33b9a24e939de
 SHA512 
51ba53a916c7716c3c017606c108a434a97042658b829518dbe2307a0f0b568a79d68a8b382a3e8530972f51a418f109546773cbc8872c05fa099fcbfb00d261
 DIST websocket-client-1.6.3.tar.gz 51904 BLAKE2B 
e177e992a4642bf7965ac75686f1d9cd5fde8acbbcb736b5324a6f0ef5207ae8f8d050e3e394ea615558c51fad776a88e0c922b02f56afede1de915d4ca1fc4d
 SHA512 
0146682307846a9f7b1e91577bd65790f8be1f958094e1c23b29fc9ab485280b43e476a7ce376cc65c7deec1a62766cc7d7172d6a718a19b8dc7a1948dac6f94

diff --git a/dev-python/websocket-client/websocket-client-1.6.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.1.ebuild
deleted file mode 100644
index 596f7a2a7b64..
--- a/dev-python/websocket-client/websocket-client-1.6.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.6.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.2.ebuild
deleted file mode 100644
index e70ca56c7688..
--- a/dev-python/websocket-client/websocket-client-1.6.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-09-25 Thread Arthur Zamarin
commit: ad02cf8a65bec0d0dfe605bcc0c7e1aeaf57c80d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 18:27:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 18:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad02cf8a

dev-python/websocket-client: Stabilize 1.6.3 ALLARCHES, #914703

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

 dev-python/websocket-client/websocket-client-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.6.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.3.ebuild
index e70ca56c7688..596f7a2a7b64 100644
--- a/dev-python/websocket-client/websocket-client-1.6.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.6.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-09-12 Thread Michał Górny
commit: a3fa09349b6c6e34fee0f6697461a5292441f6ee
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 12 05:57:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 12 05:57:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fa0934

dev-python/websocket-client: Bump to 1.6.3

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.6.3.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index c4ace7fe3400..9eee9088e9e8 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 
7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512
 SHA512 
eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608
 DIST websocket-client-1.6.2.tar.gz 51467 BLAKE2B 
bc53499d22d78db722ab8e0c986d965028355269ad3def92b4dcb17c80eea079ad3fcb3201cb8b76aba5111dbf5a7311802097d916cb89c934f33b9a24e939de
 SHA512 
51ba53a916c7716c3c017606c108a434a97042658b829518dbe2307a0f0b568a79d68a8b382a3e8530972f51a418f109546773cbc8872c05fa099fcbfb00d261
+DIST websocket-client-1.6.3.tar.gz 51904 BLAKE2B 
e177e992a4642bf7965ac75686f1d9cd5fde8acbbcb736b5324a6f0ef5207ae8f8d050e3e394ea615558c51fad776a88e0c922b02f56afede1de915d4ca1fc4d
 SHA512 
0146682307846a9f7b1e91577bd65790f8be1f958094e1c23b29fc9ab485280b43e476a7ce376cc65c7deec1a62766cc7d7172d6a718a19b8dc7a1948dac6f94

diff --git a/dev-python/websocket-client/websocket-client-1.6.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.3.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.6.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-08-22 Thread Michał Górny
commit: affe42dd16e921a691ca2b016d0dfa98bf391d5d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 18:37:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 20:00:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affe42dd

dev-python/websocket-client: Bump to 1.6.2

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.6.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 4d97073a759b..c4ace7fe3400 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 
7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512
 SHA512 
eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608
+DIST websocket-client-1.6.2.tar.gz 51467 BLAKE2B 
bc53499d22d78db722ab8e0c986d965028355269ad3def92b4dcb17c80eea079ad3fcb3201cb8b76aba5111dbf5a7311802097d916cb89c934f33b9a24e939de
 SHA512 
51ba53a916c7716c3c017606c108a434a97042658b829518dbe2307a0f0b568a79d68a8b382a3e8530972f51a418f109546773cbc8872c05fa099fcbfb00d261

diff --git a/dev-python/websocket-client/websocket-client-1.6.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.2.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.6.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-07-09 Thread Michał Górny
commit: ea0fc5c216ef3fedb254630563135342f46deefb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 10 01:25:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 10 01:25:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0fc5c2

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  4 ---
 .../websocket-client/websocket-client-1.5.1.ebuild | 37 --
 .../websocket-client/websocket-client-1.5.2.ebuild | 37 --
 .../websocket-client/websocket-client-1.5.3.ebuild | 37 --
 .../websocket-client/websocket-client-1.6.0.ebuild | 37 --
 5 files changed, 152 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 98e2059fbe6d..4d97073a759b 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,5 +1 @@
-DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
-DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 
5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07
 SHA512 
0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e
-DIST websocket-client-1.5.3.tar.gz 50887 BLAKE2B 
3268b133c32be46a08208b61fc038b18a142b2e8ee87b1cfc61cd4ea814b9a389f7d72a08ab7dcb8da3a0aa144c1617b5825ce466b81f1f3c066605ad1b47d08
 SHA512 
6980b88166475f50d5f572bfcaa23f1203ecd1f2c06901ddd6df78d1bfff1ae54ef0a85348d6f28b580fcf405e496bdd67e898c6e4760098ba620bb69c52f39b
-DIST websocket-client-1.6.0.tar.gz 51163 BLAKE2B 
2ff1c29f7f2f1e5e3f4708e6d28d1f834e9fe8a5638ab5c04f78a1597e69f387b023a4b8760c98b8fc803a0a5047318753aada1e3161ea63ada782b94a190a24
 SHA512 
a0c2f51c213a95d94a82a13b6f1b75a865f2686b867ed01503ccd9417bc495fed2f178174c392d4f12adb1ffcb97cfd9762afcc4d8b877572daffa74fd3de90e
 DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 
7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512
 SHA512 
eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608

diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
deleted file mode 100644
index 3d46ebd70e83..
--- a/dev-python/websocket-client/websocket-client-1.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.5.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
deleted file mode 100644
index e70ca56c7688..
--- a/dev-python/websocket-client/websocket-client-1.5.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   

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

2023-07-09 Thread Arthur Zamarin
commit: 4f0b297f4f6139d629f41867e5be3b439c1a7b07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:51:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:51:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0b297f

dev-python/websocket-client: Stabilize 1.6.1 ALLARCHES, #910160

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

 dev-python/websocket-client/websocket-client-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.6.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.1.ebuild
index e70ca56c7688..596f7a2a7b64 100644
--- a/dev-python/websocket-client/websocket-client-1.6.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.6.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-06-24 Thread Michał Górny
commit: b924997b9bef49c0e0b0f17af962c4aa53702a61
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 24 05:18:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 24 06:10:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b924997b

dev-python/websocket-client: Bump to 1.6.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.6.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index afb70f653953..98e2059fbe6d 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -2,3 +2,4 @@ DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5
 DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 
5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07
 SHA512 
0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e
 DIST websocket-client-1.5.3.tar.gz 50887 BLAKE2B 
3268b133c32be46a08208b61fc038b18a142b2e8ee87b1cfc61cd4ea814b9a389f7d72a08ab7dcb8da3a0aa144c1617b5825ce466b81f1f3c066605ad1b47d08
 SHA512 
6980b88166475f50d5f572bfcaa23f1203ecd1f2c06901ddd6df78d1bfff1ae54ef0a85348d6f28b580fcf405e496bdd67e898c6e4760098ba620bb69c52f39b
 DIST websocket-client-1.6.0.tar.gz 51163 BLAKE2B 
2ff1c29f7f2f1e5e3f4708e6d28d1f834e9fe8a5638ab5c04f78a1597e69f387b023a4b8760c98b8fc803a0a5047318753aada1e3161ea63ada782b94a190a24
 SHA512 
a0c2f51c213a95d94a82a13b6f1b75a865f2686b867ed01503ccd9417bc495fed2f178174c392d4f12adb1ffcb97cfd9762afcc4d8b877572daffa74fd3de90e
+DIST websocket-client-1.6.1.tar.gz 51324 BLAKE2B 
7619f6a1dfe7c9df19e645f396b17695ba6e1cda8d06f99be2451c7b3f7d5fc745402abcab2f6b5ce260aab94ecba17439a1f7ff2612acc66dbd88e973f2f512
 SHA512 
eb784dffb2ad26b63e5890685ed46ccadee40687f4433a1b28392d468fdc1099192095899b56129f72b28e88960744bb5d4991d826476d77ec98bbf18df3f608

diff --git a/dev-python/websocket-client/websocket-client-1.6.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.1.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.6.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-06-17 Thread Michał Górny
commit: d4774f88dff0410ff17de535c9202324f234e156
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 02:05:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 02:16:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4774f88

dev-python/websocket-client: Bump to 1.6.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.6.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 0ae497784f42..afb70f653953 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,4 @@
 DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
 DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 
5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07
 SHA512 
0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e
 DIST websocket-client-1.5.3.tar.gz 50887 BLAKE2B 
3268b133c32be46a08208b61fc038b18a142b2e8ee87b1cfc61cd4ea814b9a389f7d72a08ab7dcb8da3a0aa144c1617b5825ce466b81f1f3c066605ad1b47d08
 SHA512 
6980b88166475f50d5f572bfcaa23f1203ecd1f2c06901ddd6df78d1bfff1ae54ef0a85348d6f28b580fcf405e496bdd67e898c6e4760098ba620bb69c52f39b
+DIST websocket-client-1.6.0.tar.gz 51163 BLAKE2B 
2ff1c29f7f2f1e5e3f4708e6d28d1f834e9fe8a5638ab5c04f78a1597e69f387b023a4b8760c98b8fc803a0a5047318753aada1e3161ea63ada782b94a190a24
 SHA512 
a0c2f51c213a95d94a82a13b6f1b75a865f2686b867ed01503ccd9417bc495fed2f178174c392d4f12adb1ffcb97cfd9762afcc4d8b877572daffa74fd3de90e

diff --git a/dev-python/websocket-client/websocket-client-1.6.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.6.0.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-06-09 Thread Michał Górny
commit: 903ee24b7f77d79cc0484fc917994ebba28c77bd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 11:59:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 12:22:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903ee24b

dev-python/websocket-client: Bump to 1.5.3

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.5.3.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index c88d7387dcc0..0ae497784f42 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
 DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 
5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07
 SHA512 
0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e
+DIST websocket-client-1.5.3.tar.gz 50887 BLAKE2B 
3268b133c32be46a08208b61fc038b18a142b2e8ee87b1cfc61cd4ea814b9a389f7d72a08ab7dcb8da3a0aa144c1617b5825ce466b81f1f3c066605ad1b47d08
 SHA512 
6980b88166475f50d5f572bfcaa23f1203ecd1f2c06901ddd6df78d1bfff1ae54ef0a85348d6f28b580fcf405e496bdd67e898c6e4760098ba620bb69c52f39b

diff --git a/dev-python/websocket-client/websocket-client-1.5.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.3.ebuild
new file mode 100644
index ..e70ca56c7688
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.5.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-05-31 Thread Michał Górny
commit: 2a1384169ac071b73e336bad0e9fcb058462c48a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 08:29:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 08:31:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a138416

dev-python/websocket-client: Enable py3.12

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

 dev-python/websocket-client/websocket-client-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.5.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
index 1842330b9108..e70ca56c7688 100644
--- a/dev-python/websocket-client/websocket-client-1.5.2.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-21 Thread Michał Górny
commit: 1b7d295873e3c3f0d537e8f30b4a5486eba7aefe
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 03:58:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 05:53:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7d2958

dev-python/websocket-client: Bump to 1.5.2

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.5.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index d75037ef093d..c88d7387dcc0 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895
+DIST websocket-client-1.5.2.tar.gz 50761 BLAKE2B 
5b97ce1125a8ae2f95ea103a2436d8c3471bd88c9b6f631ed9cbc1e55bff3eb13e93f662f6892c65b0f035dca66f2b2a43230f228b4f174c56c0203f5e044b07
 SHA512 
0837dae6ea1096421482dc1882e522d9e9041d9777ef31517116592f7b537735d1d8e319e910481be4abaceda8f79855397e4dfce2c9e622d7e7b6e6577e404e

diff --git a/dev-python/websocket-client/websocket-client-1.5.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
new file mode 100644
index ..1842330b9108
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.5.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-03-13 Thread Michał Górny
commit: 2606f57e5e142a6ae5f79460dfaf8f262c016db1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 04:54:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 14 04:54:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2606f57e

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.5.0.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 4e0db6d8a1cc..d75037ef093d 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.5.0.tar.gz 49931 BLAKE2B 
03911ba7c147e19dab2fe3198ead34f1dc7d7ac970f33d20cb1eaa9ade0924be873c8ccc585326a8feb9ccf86443b1f5ee1482191cb14a50dddae5b5275b1f9e
 SHA512 
678ab14a8c036e341134e6ae19d422ae64ec781983c2eff9d7897298a3b1899b65813351bb566319c931918c034cf0a730aa07c06e48ebac3ddb409a8dee
 DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895

diff --git a/dev-python/websocket-client/websocket-client-1.5.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.0.ebuild
deleted file mode 100644
index d98896f264c6..
--- a/dev-python/websocket-client/websocket-client-1.5.0.ebuild
+++ /dev/null
@@ -1,37 +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="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-03-13 Thread Arthur Zamarin
commit: a8780dd3cbcaebb672744458712bc222b6d4f48c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 13 19:46:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 13 19:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8780dd3

dev-python/websocket-client: Stabilize 1.5.1 ALLARCHES, #901071

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

 dev-python/websocket-client/websocket-client-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
index 3112bf6e3795..3d46ebd70e83 100644
--- a/dev-python/websocket-client/websocket-client-1.5.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-02-26 Thread Michał Górny
commit: 7449fd49c77866330a37d7f2f90a1d9da3e57335
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 26 17:37:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 17:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7449fd49

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.4.2.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index c33120385faf..4e0db6d8a1cc 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,2 @@
-DIST websocket-client-1.4.2.tar.gz 49113 BLAKE2B 
d1d25d7066512ae5a8fa189b22ad320331b3d34e6ae953a29b7b5644065a9d60ffd6743bae6e769f356b7294374690fba103ee42ed59f5f9b213dfeda7f038af
 SHA512 
4003a6b387096a738e9b9f76129b954bbc208b8b75c6ba9d6f0dade82078645109f985164ce25c1a600e630833f7187d51d6236997d6c72315d206e91f1aae7a
 DIST websocket-client-1.5.0.tar.gz 49931 BLAKE2B 
03911ba7c147e19dab2fe3198ead34f1dc7d7ac970f33d20cb1eaa9ade0924be873c8ccc585326a8feb9ccf86443b1f5ee1482191cb14a50dddae5b5275b1f9e
 SHA512 
678ab14a8c036e341134e6ae19d422ae64ec781983c2eff9d7897298a3b1899b65813351bb566319c931918c034cf0a730aa07c06e48ebac3ddb409a8dee
 DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895

diff --git a/dev-python/websocket-client/websocket-client-1.4.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.2.ebuild
deleted file mode 100644
index d98896f264c6..
--- a/dev-python/websocket-client/websocket-client-1.4.2.ebuild
+++ /dev/null
@@ -1,37 +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="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-02-26 Thread Michał Górny
commit: c0d564a638e4fa582935152f2b09d861b961bac8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 26 17:38:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 17:38:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d564a6

dev-python/websocket-client: Use pypi.eclass

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

 dev-python/websocket-client/websocket-client-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
index 4e70f6ad65d9..3112bf6e3795 100644
--- a/dev-python/websocket-client/websocket-client-1.5.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="WebSocket client for python with hybi13 support"
 HOMEPAGE="
https://github.com/websocket-client/websocket-client/
https://pypi.org/project/websocket-client/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2023-02-26 Thread Arthur Zamarin
commit: 6bea05d586e61567addbf5ad5df472d95e49003f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 17:08:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 17:08:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bea05d5

dev-python/websocket-client: Stabilize 1.5.0 ALLARCHES, #897902

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

 dev-python/websocket-client/websocket-client-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.5.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.0.ebuild
index 4e70f6ad65d9..d98896f264c6 100644
--- a/dev-python/websocket-client/websocket-client-1.5.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2023-02-05 Thread Michał Górny
commit: 3ab432fd909bbfdeaadbcf8d926dafecd89f872e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  5 16:24:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  5 17:06:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab432fd

dev-python/websocket-client: Bump to 1.5.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.5.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index b64b6d90876c..c33120385faf 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.4.2.tar.gz 49113 BLAKE2B 
d1d25d7066512ae5a8fa189b22ad320331b3d34e6ae953a29b7b5644065a9d60ffd6743bae6e769f356b7294374690fba103ee42ed59f5f9b213dfeda7f038af
 SHA512 
4003a6b387096a738e9b9f76129b954bbc208b8b75c6ba9d6f0dade82078645109f985164ce25c1a600e630833f7187d51d6236997d6c72315d206e91f1aae7a
 DIST websocket-client-1.5.0.tar.gz 49931 BLAKE2B 
03911ba7c147e19dab2fe3198ead34f1dc7d7ac970f33d20cb1eaa9ade0924be873c8ccc585326a8feb9ccf86443b1f5ee1482191cb14a50dddae5b5275b1f9e
 SHA512 
678ab14a8c036e341134e6ae19d422ae64ec781983c2eff9d7897298a3b1899b65813351bb566319c931918c034cf0a730aa07c06e48ebac3ddb409a8dee
+DIST websocket-client-1.5.1.tar.gz 49942 BLAKE2B 
7996798a5ff8c2eb1322fc7a9fa61d5cff99c71413293ce5b05f9af3581cff472350e79813ce3b393ce4fa4b7d19de956f0ad9ff6232c426be3c8adb8c91fb40
 SHA512 
9fce0c8de64e051b151c40a295a7f722ed7f95d19bd92ffd5cd9c64962821024e79b70d18ca7e30ca8b8707ba86be041134f13d7e2cf7bc4a4539eb22ba60895

diff --git a/dev-python/websocket-client/websocket-client-1.5.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
new file mode 100644
index ..4e70f6ad65d9
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.5.1.ebuild
@@ -0,0 +1,37 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-01-27 Thread Michał Górny
commit: c2bb892246d64ad8d54c265f9c0bf5138c3914a2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 09:06:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 10:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bb8922

dev-python/websocket-client: Bump to 1.5.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.5.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index af0dfbbae5a2..b64b6d90876c 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.4.2.tar.gz 49113 BLAKE2B 
d1d25d7066512ae5a8fa189b22ad320331b3d34e6ae953a29b7b5644065a9d60ffd6743bae6e769f356b7294374690fba103ee42ed59f5f9b213dfeda7f038af
 SHA512 
4003a6b387096a738e9b9f76129b954bbc208b8b75c6ba9d6f0dade82078645109f985164ce25c1a600e630833f7187d51d6236997d6c72315d206e91f1aae7a
+DIST websocket-client-1.5.0.tar.gz 49931 BLAKE2B 
03911ba7c147e19dab2fe3198ead34f1dc7d7ac970f33d20cb1eaa9ade0924be873c8ccc585326a8feb9ccf86443b1f5ee1482191cb14a50dddae5b5275b1f9e
 SHA512 
678ab14a8c036e341134e6ae19d422ae64ec781983c2eff9d7897298a3b1899b65813351bb566319c931918c034cf0a730aa07c06e48ebac3ddb409a8dee

diff --git a/dev-python/websocket-client/websocket-client-1.5.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.5.0.ebuild
new file mode 100644
index ..4e70f6ad65d9
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2023-01-07 Thread Michał Górny
commit: 7fca93b16c2755c1dcbe158b1d0116c3fa59
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  8 04:56:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  8 05:05:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fca93b1

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.4.1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 8cfdbff4718a..af0dfbbae5a2 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.4.1.tar.gz 50883 BLAKE2B 
4d80b5d5f407fdd81b5468f37b66759970cf96395738b67271388c55d13c30c36c9f7a5a89b10fb78bde4870e25bea5761c297b3fc85b0b8d62eda24443421d9
 SHA512 
a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502
 DIST websocket-client-1.4.2.tar.gz 49113 BLAKE2B 
d1d25d7066512ae5a8fa189b22ad320331b3d34e6ae953a29b7b5644065a9d60ffd6743bae6e769f356b7294374690fba103ee42ed59f5f9b213dfeda7f038af
 SHA512 
4003a6b387096a738e9b9f76129b954bbc208b8b75c6ba9d6f0dade82078645109f985164ce25c1a600e630833f7187d51d6236997d6c72315d206e91f1aae7a

diff --git a/dev-python/websocket-client/websocket-client-1.4.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.1.ebuild
deleted file mode 100644
index 4b0d756352ae..
--- a/dev-python/websocket-client/websocket-client-1.4.1.ebuild
+++ /dev/null
@@ -1,37 +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="WebSocket client for python with hybi13 support"
-HOMEPAGE="
-   https://github.com/websocket-client/websocket-client/
-   https://pypi.org/project/websocket-client/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-01-07 Thread Arthur Zamarin
commit: c75df7d95e675004cd2c0c54314b527c13b64d67
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 18:25:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 18:25:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75df7d9

dev-python/websocket-client: Stabilize 1.4.2 ALLARCHES, #890128

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

 dev-python/websocket-client/websocket-client-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-1.4.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.2.ebuild
index 31181c46f417..16ab23a300b6 100644
--- a/dev-python/websocket-client/websocket-client-1.4.2.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-11-04 Thread Arthur Zamarin
commit: ccfb3a01705fb6203bfef8308401908832a1e610
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov  4 05:40:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov  4 08:23:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfb3a01

dev-python/websocket-client: add 1.4.2

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.4.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 29fca145bd15..8cfdbff4718a 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.4.1.tar.gz 50883 BLAKE2B 
4d80b5d5f407fdd81b5468f37b66759970cf96395738b67271388c55d13c30c36c9f7a5a89b10fb78bde4870e25bea5761c297b3fc85b0b8d62eda24443421d9
 SHA512 
a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502
+DIST websocket-client-1.4.2.tar.gz 49113 BLAKE2B 
d1d25d7066512ae5a8fa189b22ad320331b3d34e6ae953a29b7b5644065a9d60ffd6743bae6e769f356b7294374690fba103ee42ed59f5f9b213dfeda7f038af
 SHA512 
4003a6b387096a738e9b9f76129b954bbc208b8b75c6ba9d6f0dade82078645109f985164ce25c1a600e630833f7187d51d6236997d6c72315d206e91f1aae7a

diff --git a/dev-python/websocket-client/websocket-client-1.4.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.2.ebuild
new file mode 100644
index ..78665da331ef
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.4.2.ebuild
@@ -0,0 +1,37 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-09-25 Thread Arthur Zamarin
commit: 1e2a8d66ca37ad1d0c2845642b3b825b368c6681
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 17:57:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 17:57:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a8d66

dev-python/websocket-client: drop 1.3.3, 1.4.0

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

 dev-python/websocket-client/Manifest   |  2 --
 .../websocket-client/websocket-client-1.3.3.ebuild | 34 --
 .../websocket-client/websocket-client-1.4.0.ebuild | 34 --
 3 files changed, 70 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 5ed2f5210df6..29fca145bd15 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1 @@
-DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 
1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7
 SHA512 
e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1
-DIST websocket-client-1.4.0.tar.gz 48470 BLAKE2B 
fb61ab005099cb213361c3b7ac0ac824a4780aad97d4fdad72dff71a06f626179e6416ad0fe9ed87112a2714db90eb06616584de7331466f62d2e8864689c62b
 SHA512 
3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb
 DIST websocket-client-1.4.1.tar.gz 50883 BLAKE2B 
4d80b5d5f407fdd81b5468f37b66759970cf96395738b67271388c55d13c30c36c9f7a5a89b10fb78bde4870e25bea5761c297b3fc85b0b8d62eda24443421d9
 SHA512 
a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502

diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
deleted file mode 100644
index 408b3a8a2e8c..
--- a/dev-python/websocket-client/websocket-client-1.3.3.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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.4.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.0.ebuild
deleted file mode 100644
index 688e78df8634..
--- a/dev-python/websocket-client/websocket-client-1.4.0.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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2022-09-25 Thread Arthur Zamarin
commit: 4d09b9a2bf864a1eeba67a09e5e3d17c01c3f972
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 17:56:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 17:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d09b9a2

dev-python/websocket-client: Stabilize 1.4.1 ALLARCHES, #872854

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

 dev-python/websocket-client/websocket-client-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.4.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.1.ebuild
index 78665da331ef..4b0d756352ae 100644
--- a/dev-python/websocket-client/websocket-client-1.4.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-09-05 Thread Michał Górny
commit: e914d15997bbdef1a863b53f4598a2f7dffb8a03
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  5 06:54:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  5 07:17:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e914d159

dev-python/websocket-client: Bump to 1.4.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.4.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 8036e3b35efc..5ed2f5210df6 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 
1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7
 SHA512 
e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1
 DIST websocket-client-1.4.0.tar.gz 48470 BLAKE2B 
fb61ab005099cb213361c3b7ac0ac824a4780aad97d4fdad72dff71a06f626179e6416ad0fe9ed87112a2714db90eb06616584de7331466f62d2e8864689c62b
 SHA512 
3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb
+DIST websocket-client-1.4.1.tar.gz 50883 BLAKE2B 
4d80b5d5f407fdd81b5468f37b66759970cf96395738b67271388c55d13c30c36c9f7a5a89b10fb78bde4870e25bea5761c297b3fc85b0b8d62eda24443421d9
 SHA512 
a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502

diff --git a/dev-python/websocket-client/websocket-client-1.4.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.1.ebuild
new file mode 100644
index ..78665da331ef
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.4.1.ebuild
@@ -0,0 +1,37 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="
+   https://github.com/websocket-client/websocket-client/
+   https://pypi.org/project/websocket-client/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-08-25 Thread Arthur Zamarin
commit: b2bd49e71c39a5b1f185a3f8861b3854da6b5c85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 25 19:06:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 25 19:06:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bd49e7

dev-python/websocket-client: add 1.4.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.4.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index a4f9efbe8d04..8036e3b35efc 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 
1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7
 SHA512 
e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1
+DIST websocket-client-1.4.0.tar.gz 48470 BLAKE2B 
fb61ab005099cb213361c3b7ac0ac824a4780aad97d4fdad72dff71a06f626179e6416ad0fe9ed87112a2714db90eb06616584de7331466f62d2e8864689c62b
 SHA512 
3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb

diff --git a/dev-python/websocket-client/websocket-client-1.4.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.4.0.ebuild
new file mode 100644
index ..688e78df8634
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.4.0.ebuild
@@ -0,0 +1,34 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-08-17 Thread Arthur Zamarin
commit: 2c81c8c2e48d025f928d647f8b3889bc8eb8aad3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:38:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:38:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c81c8c2

dev-python/websocket-client: drop 1.3.2

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.3.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 8f94ff3c6647..a4f9efbe8d04 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.3.2.tar.gz 47821 BLAKE2B 
bdd398885f1c76646e094f6e2efa3c886bfddb0d5f1a2961ad2586444c9bff7272f61d880567e7826aa49c36ac48d6cad1583d0cc4bdb73d0f1702e9b4bf2e2b
 SHA512 
c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8
 DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 
1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7
 SHA512 
e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1

diff --git a/dev-python/websocket-client/websocket-client-1.3.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.2.ebuild
deleted file mode 100644
index b192b8c16b12..
--- a/dev-python/websocket-client/websocket-client-1.3.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="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2022-08-17 Thread Sam James
commit: 92b4a9dad9fc4a5c3227432b68bc507fe23a6f3d
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 18:45:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 18:45:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b4a9da

dev-python/websocket-client: Stabilize 1.3.3 ALLARCHES, #865529

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

 dev-python/websocket-client/websocket-client-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
index 688e78df8634..408b3a8a2e8c 100644
--- a/dev-python/websocket-client/websocket-client-1.3.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-07-16 Thread Arthur Zamarin
commit: dddb0bb6968079b6594861d562bbb6e222a4c867
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 16 11:34:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 16 12:22:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb0bb6

dev-python/websocket-client: enable py3.11

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

 dev-python/websocket-client/websocket-client-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
index ec8a093a7efb..688e78df8634 100644
--- a/dev-python/websocket-client/websocket-client-1.3.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.3.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
 



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

2022-06-20 Thread Arthur Zamarin
commit: 2002e51e5abe43cf570c8c3e2fc823e4ab4a2d07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 20 16:46:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 20 17:19:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2002e51e

dev-python/websocket-client: add 1.3.3

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.3.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index eb33af883a59..8f94ff3c6647 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.3.2.tar.gz 47821 BLAKE2B 
bdd398885f1c76646e094f6e2efa3c886bfddb0d5f1a2961ad2586444c9bff7272f61d880567e7826aa49c36ac48d6cad1583d0cc4bdb73d0f1702e9b4bf2e2b
 SHA512 
c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8
+DIST websocket-client-1.3.3.tar.gz 48250 BLAKE2B 
1d6027d7ad2f45ad774da8c4d5ad9c19c084998429cbd0ad5ade89700bcc21dc7c2ac452d0f4238432c0af16ca82d01442d002f988204c96e655d810906730b7
 SHA512 
e70b6c074cbcac1e97dc11b0ccf60dc67fc066f8394b6cbd20349c1d41d625966c03645da5ccd0a81198c80e2e40fdc267ac599bc5dfacadad4c511a83e06de1

diff --git a/dev-python/websocket-client/websocket-client-1.3.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
new file mode 100644
index ..ec8a093a7efb
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.3.3.ebuild
@@ -0,0 +1,34 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-05-01 Thread Michał Górny
commit: a24dde27267e67bba10dc4883b73f5a4ca3e3583
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  1 12:55:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  1 12:55:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24dde27

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.3.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index acee5185f131..eb33af883a59 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.3.1.tar.gz 47672 BLAKE2B 
c28af7684750e5d678a2e3bb5440eee2ff96effdc6f08a7312b7f596e39b29fd96936f04735b737fe00426869a3d8bb9eaf51c2aac32cbc845e7386d0a653780
 SHA512 
d60c5e755944ed0b2d426c75da9650a6624ee5718061a0cfb71b9a700e5bd3db9143702657175d7988b57e81117bad9cbb58636fb14ca55ad6addd90ff02ce0f
 DIST websocket-client-1.3.2.tar.gz 47821 BLAKE2B 
bdd398885f1c76646e094f6e2efa3c886bfddb0d5f1a2961ad2586444c9bff7272f61d880567e7826aa49c36ac48d6cad1583d0cc4bdb73d0f1702e9b4bf2e2b
 SHA512 
c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8

diff --git a/dev-python/websocket-client/websocket-client-1.3.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.1.ebuild
deleted file mode 100644
index b192b8c16b12..
--- a/dev-python/websocket-client/websocket-client-1.3.1.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="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2022-05-01 Thread Jakov Smolić
commit: cb900ad0b8acf3d2442f2aebe68ef43a303b151a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun May  1 12:18:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun May  1 12:18:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb900ad0

dev-python/websocket-client: Stabilize 1.3.2 ALLARCHES, #841952

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

 dev-python/websocket-client/websocket-client-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.3.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.2.ebuild
index ec8a093a7efb..b192b8c16b12 100644
--- a/dev-python/websocket-client/websocket-client-1.3.2.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-31 Thread Michał Górny
commit: d71a4bbce4a15b60bf679a14a6b5dd3546fac888
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 31 14:07:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 31 14:07:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71a4bbc

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.2.3.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index eed7fe040ac6..acee5185f131 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,2 @@
-DIST websocket-client-1.2.3.tar.gz 46434 BLAKE2B 
e1e294938b41e6d82fa5cf8cd58fd9653e5170e11e546a04bce6dc0c8a9752cc25a21dbc1352fc614651f9fee43410a269a35e4c8dbacffec14f1ed8e8526f89
 SHA512 
5e5e00d43b7b4da5e2cb0d00d1e743e420791856e51e2b3d28d78219edcd7a2eace834ae4d7ee2faf89ab27c2b65f063e508f0e470a47ff9d88c36748b3dd113
 DIST websocket-client-1.3.1.tar.gz 47672 BLAKE2B 
c28af7684750e5d678a2e3bb5440eee2ff96effdc6f08a7312b7f596e39b29fd96936f04735b737fe00426869a3d8bb9eaf51c2aac32cbc845e7386d0a653780
 SHA512 
d60c5e755944ed0b2d426c75da9650a6624ee5718061a0cfb71b9a700e5bd3db9143702657175d7988b57e81117bad9cbb58636fb14ca55ad6addd90ff02ce0f
 DIST websocket-client-1.3.2.tar.gz 47821 BLAKE2B 
bdd398885f1c76646e094f6e2efa3c886bfddb0d5f1a2961ad2586444c9bff7272f61d880567e7826aa49c36ac48d6cad1583d0cc4bdb73d0f1702e9b4bf2e2b
 SHA512 
c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
deleted file mode 100644
index 82c01d8f51ba..
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2022-03-31 Thread Jakov Smolić
commit: c6ce76f7a86092d17fb21d354aeb8c6daab2de69
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 31 14:02:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 31 14:02:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ce76f7

dev-python/websocket-client: Stabilize 1.3.1 ALLARCHES, #836540

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

 dev-python/websocket-client/websocket-client-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.3.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.1.ebuild
index ec8a093a7efb..b192b8c16b12 100644
--- a/dev-python/websocket-client/websocket-client-1.3.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-30 Thread Michał Górny
commit: a3e54f89f23fe402a5a853edf45274d013680be0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 30 17:52:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 30 18:45:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e54f89

dev-python/websocket-client: Bump to 1.3.2

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.3.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 97e441652afe..eed7fe040ac6 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.2.3.tar.gz 46434 BLAKE2B 
e1e294938b41e6d82fa5cf8cd58fd9653e5170e11e546a04bce6dc0c8a9752cc25a21dbc1352fc614651f9fee43410a269a35e4c8dbacffec14f1ed8e8526f89
 SHA512 
5e5e00d43b7b4da5e2cb0d00d1e743e420791856e51e2b3d28d78219edcd7a2eace834ae4d7ee2faf89ab27c2b65f063e508f0e470a47ff9d88c36748b3dd113
 DIST websocket-client-1.3.1.tar.gz 47672 BLAKE2B 
c28af7684750e5d678a2e3bb5440eee2ff96effdc6f08a7312b7f596e39b29fd96936f04735b737fe00426869a3d8bb9eaf51c2aac32cbc845e7386d0a653780
 SHA512 
d60c5e755944ed0b2d426c75da9650a6624ee5718061a0cfb71b9a700e5bd3db9143702657175d7988b57e81117bad9cbb58636fb14ca55ad6addd90ff02ce0f
+DIST websocket-client-1.3.2.tar.gz 47821 BLAKE2B 
bdd398885f1c76646e094f6e2efa3c886bfddb0d5f1a2961ad2586444c9bff7272f61d880567e7826aa49c36ac48d6cad1583d0cc4bdb73d0f1702e9b4bf2e2b
 SHA512 
c2a38aa3fff0e7f94433cec1939ce75074d9f89d403c0627f34e3a0486dc35fe00230ba7c05f9172a89d3ee49f0ef53ae367eca864f34ec95932966b31d6c3a8

diff --git a/dev-python/websocket-client/websocket-client-1.3.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.2.ebuild
new file mode 100644
index ..ec8a093a7efb
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.3.2.ebuild
@@ -0,0 +1,34 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-03-12 Thread Arthur Zamarin
commit: 38858442c78e5945f47460af6ef697a00ede5f5e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 20:17:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 20:17:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38858442

dev-python/websocket-client: Stabilize 1.2.3 ppc, #834250

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 420a709dd3de..82c01d8f51ba 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-12 Thread Arthur Zamarin
commit: ff08496e9b01a8f9adab7aaa0b5efeb806204626
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 20:17:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 20:17:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff08496e

dev-python/websocket-client: Stabilize 1.2.3 ppc64, #834250

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 757fc26c263a..420a709dd3de 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-12 Thread Arthur Zamarin
commit: 8620d9f24b317c821d936364bb64516c9c7f5255
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 20:07:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 20:07:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8620d9f2

dev-python/websocket-client: Stabilize 1.2.3 hppa, #834250

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 776867b7696e..757fc26c263a 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-12 Thread Arthur Zamarin
commit: e027417df6bc640a3bac811032246ea1eb3bd209
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 13:04:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 13:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e027417d

dev-python/websocket-client: Stabilize 1.2.3 sparc, #834250

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index e231a116ed2c..776867b7696e 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-03-12 Thread Arthur Zamarin
commit: dc47f335b0a04990caed8e114dd415dfb180386d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 13:02:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 13:02:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc47f335

dev-python/websocket-client: Stabilize 1.2.3 arm, #834250

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 7b3bc021dc02..e231a116ed2c 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-25 Thread Michał Górny
commit: d52c29aa6bc4170330bcfcdadc121d288e866780
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 25 22:46:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 25 22:46:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52c29aa

dev-python/websocket-client: Bump to 1.3.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.3.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index df1dc5e65a27..97e441652afe 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.2.3.tar.gz 46434 BLAKE2B 
e1e294938b41e6d82fa5cf8cd58fd9653e5170e11e546a04bce6dc0c8a9752cc25a21dbc1352fc614651f9fee43410a269a35e4c8dbacffec14f1ed8e8526f89
 SHA512 
5e5e00d43b7b4da5e2cb0d00d1e743e420791856e51e2b3d28d78219edcd7a2eace834ae4d7ee2faf89ab27c2b65f063e508f0e470a47ff9d88c36748b3dd113
+DIST websocket-client-1.3.1.tar.gz 47672 BLAKE2B 
c28af7684750e5d678a2e3bb5440eee2ff96effdc6f08a7312b7f596e39b29fd96936f04735b737fe00426869a3d8bb9eaf51c2aac32cbc845e7386d0a653780
 SHA512 
d60c5e755944ed0b2d426c75da9650a6624ee5718061a0cfb71b9a700e5bd3db9143702657175d7988b57e81117bad9cbb58636fb14ca55ad6addd90ff02ce0f

diff --git a/dev-python/websocket-client/websocket-client-1.3.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.3.1.ebuild
new file mode 100644
index ..ec8a093a7efb
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.3.1.ebuild
@@ -0,0 +1,34 @@
+# 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="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-02-08 Thread Arthur Zamarin
commit: b95bcacf52a8ae95b4622305531700111c169f4f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  8 17:37:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  8 17:38:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95bcacf

dev-python/websocket-client: Keyword 1.2.3 hppa, #831852

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index ff6dd1a62f11..7b3bc021dc02 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: f1034c84b8029591d1f2cb8ec8b681c766bd3138
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1034c84

dev-python/websocket-client: Keyword 1.2.3 s390, #831852

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index a56a00358a37..ff6dd1a62f11 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: 5d4cc4f884529358feda15bf9408d17742dd63e2
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:35:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:35:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4cc4f8

dev-python/websocket-client: Keyword 1.2.3 sparc, #831852

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 9721ddc8ccbb..a56a00358a37 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: 4f87317f220de285ecdb8972397d0860cf18d8f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:30:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:30:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f87317f

dev-python/websocket-client: Keyword 1.2.3 ppc, #831852

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 4b64cdd8ca22..9721ddc8ccbb 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: e9e588ce35a6cedba18e27f57224329b0134e5fd
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 09:33:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 09:34:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e588ce

dev-python/websocket-client: Keyword 1.2.3 ia64, #831852

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 242d55925787..4b64cdd8ca22 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc64 ~riscv x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-01-08 Thread Michał Górny
commit: 0eb52d265f562113d7e7607f784497d996097824
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  8 13:31:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  8 13:35:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb52d26

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  2 --
 .../websocket-client/websocket-client-1.2.1.ebuild | 31 --
 .../websocket-client/websocket-client-1.2.2.ebuild | 31 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index f5d35705beea..df1dc5e65a27 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1 @@
-DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 
3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b
 SHA512 
fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b
-DIST websocket-client-1.2.2.tar.gz 45971 BLAKE2B 
b62ba2d7b6d1b0d7a95f9350f1304cb178854a459bf4fb601b0c56404cfa2ec52824e6533b5f546b3f4e91a9b4a40072782640acdcdd170911a92efdea9c2ca0
 SHA512 
a47b70f754ee5b9f954a6b5a7cb788db21765776be8f3564e6a339ebd3a6b46c7b363eef208f92da4758f21e9923b97be08554586d3b30e9ad2251948a054add
 DIST websocket-client-1.2.3.tar.gz 46434 BLAKE2B 
e1e294938b41e6d82fa5cf8cd58fd9653e5170e11e546a04bce6dc0c8a9752cc25a21dbc1352fc614651f9fee43410a269a35e4c8dbacffec14f1ed8e8526f89
 SHA512 
5e5e00d43b7b4da5e2cb0d00d1e743e420791856e51e2b3d28d78219edcd7a2eace834ae4d7ee2faf89ab27c2b65f063e508f0e470a47ff9d88c36748b3dd113

diff --git a/dev-python/websocket-client/websocket-client-1.2.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
deleted file mode 100644
index 9e6b3be3022f..
--- a/dev-python/websocket-client/websocket-client-1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.2.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.2.ebuild
deleted file mode 100644
index 595cb1e81497..
--- a/dev-python/websocket-client/websocket-client-1.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="examples"
-
-BDEPEND="
-   test? (
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2022-01-08 Thread Arthur Zamarin
commit: a530e1a2c087854a37dd1627553af6636189f8b2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  8 13:30:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  8 13:30:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a530e1a2

dev-python/websocket-client: Stabilize 1.2.3 ALLARCHES, #830778

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

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 73b961624041..242d55925787 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-12-12 Thread Yixun Lan
commit: 1f3118845b916d1af3570f3463047614e3a9807e
Author: Alex Fan  gmail  com>
AuthorDate: Sun Dec 12 10:47:03 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Dec 13 02:58:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f311884

dev-python/websocket-client: keyword 1.2.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/websocket-client/websocket-client-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
index 595cb1e81497..73b961624041 100644
--- a/dev-python/websocket-client/websocket-client-1.2.3.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-12-07 Thread Michał Górny
commit: 341af4b7869a0256bc3b382fc08ab3686c82d6ad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  7 22:24:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  7 23:27:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341af4b7

dev-python/websocket-client: Bump to 1.2.3

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.2.3.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 7ee540f1cf52..f5d35705beea 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 
3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b
 SHA512 
fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b
 DIST websocket-client-1.2.2.tar.gz 45971 BLAKE2B 
b62ba2d7b6d1b0d7a95f9350f1304cb178854a459bf4fb601b0c56404cfa2ec52824e6533b5f546b3f4e91a9b4a40072782640acdcdd170911a92efdea9c2ca0
 SHA512 
a47b70f754ee5b9f954a6b5a7cb788db21765776be8f3564e6a339ebd3a6b46c7b363eef208f92da4758f21e9923b97be08554586d3b30e9ad2251948a054add
+DIST websocket-client-1.2.3.tar.gz 46434 BLAKE2B 
e1e294938b41e6d82fa5cf8cd58fd9653e5170e11e546a04bce6dc0c8a9752cc25a21dbc1352fc614651f9fee43410a269a35e4c8dbacffec14f1ed8e8526f89
 SHA512 
5e5e00d43b7b4da5e2cb0d00d1e743e420791856e51e2b3d28d78219edcd7a2eace834ae4d7ee2faf89ab27c2b65f063e508f0e470a47ff9d88c36748b3dd113

diff --git a/dev-python/websocket-client/websocket-client-1.2.3.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
new file mode 100644
index ..595cb1e81497
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.2.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-12-07 Thread Michał Górny
commit: 70bda1cb06b3409cde7a1d2ddf0fa805c808d981
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  7 07:55:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  7 09:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bda1cb

dev-python/websocket-client: Bump to 1.2.2

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.2.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 1939aeafea52..7ee540f1cf52 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 
3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b
 SHA512 
fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b
+DIST websocket-client-1.2.2.tar.gz 45971 BLAKE2B 
b62ba2d7b6d1b0d7a95f9350f1304cb178854a459bf4fb601b0c56404cfa2ec52824e6533b5f546b3f4e91a9b4a40072782640acdcdd170911a92efdea9c2ca0
 SHA512 
a47b70f754ee5b9f954a6b5a7cb788db21765776be8f3564e6a339ebd3a6b46c7b363eef208f92da4758f21e9923b97be08554586d3b30e9ad2251948a054add

diff --git a/dev-python/websocket-client/websocket-client-1.2.2.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.2.ebuild
new file mode 100644
index ..595cb1e81497
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.2.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-09-13 Thread Michał Górny
commit: cd5d9d8fd9531a73da8eb973fa06785860ab6a92
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 13 06:18:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 13 06:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5d9d8f

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  3 --
 .../websocket-client/websocket-client-1.1.0.ebuild | 33 --
 .../websocket-client/websocket-client-1.1.1.ebuild | 26 -
 .../websocket-client/websocket-client-1.2.0.ebuild | 31 
 4 files changed, 93 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index b03e4cd8c85..1939aeafea5 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,4 +1 @@
-DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5
-DIST websocket-client-1.1.1.tar.gz 59092 BLAKE2B 
c71e16e427584434781fe407f3185ccfc9fed3e638ef7374752584e35623f56c082ab7a4e7ae01038025e0435b24b567bb9a2abe4da50800f421930c982e4b39
 SHA512 
f4ed98180910068415ed3b66b70091491d6b11098c32abd9bfc0f8e0d4cb5a25df096c9437fb59c66bacff66440f9422b3f67bf43af746019d74b17d7bcba474
-DIST websocket-client-1.2.0.tar.gz 45789 BLAKE2B 
9e6309d8abeff80002a48abf2d0cc25a94b350d0bfbb82796876b932ea173e2c34a325a686f1c89bc3c55da9afe17fa884a194a6294a20d20e01f5f6f6536e54
 SHA512 
a253462aa5b22ee07e47827f29b660d72a6b0986f785c07266acb4f6d226394dacea6557e330f76cd3ce9f2753557ed10b2767b90877b731f52ed27a6de5ab70
 DIST websocket-client-1.2.1.tar.gz 45921 BLAKE2B 
3717daac2aafcc13cfa71cd5678aeef7e6dd1933b072c40aa26bb315b2e2c84dea5734299fb954179b22a659fa271734ba78724e5f9d92be7a35efe1f611dd8b
 SHA512 
fdbeb7ac2add27478a17b388ac62e9378094a368f29749d8b63c274ee41836506369083956f42f1f2d74948392b3ddd59b801c98f9e028c126bdb54c636b

diff --git a/dev-python/websocket-client/websocket-client-1.1.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
deleted file mode 100644
index 4465217884a..000
--- a/dev-python/websocket-client/websocket-client-1.1.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=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # Internet
-   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.1.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.1.1.ebuild
deleted file mode 100644
index 73166b2954d..000
--- a/dev-python/websocket-client/websocket-client-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.2.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.0.ebuild
deleted file mode 100644
index a0de1e2f73a..000
--- a/dev-python/websocket-client/websocket-client-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-

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

2021-09-12 Thread Sam James
commit: 2e3000c03373e4ece714c41ecbfdd646e61aa3b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 22:57:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 22:57:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3000c0

dev-python/websocket-client: Keyword 1.2.1 arm, #812749

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

 dev-python/websocket-client/websocket-client-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
index 021bf62dfba..9e6b3be3022 100644
--- a/dev-python/websocket-client/websocket-client-1.2.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: d88dacdbbc47c491c3af94d665b3ab0594c90757
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 08:21:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 08:21:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88dacdb

dev-python/websocket-client: Keyword 1.2.1 ppc64, #812749

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

 dev-python/websocket-client/websocket-client-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
index 698654b4790..021bf62dfba 100644
--- a/dev-python/websocket-client/websocket-client-1.2.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-09-12 Thread Sam James
commit: 9c95e494f093c6629c85a342ac2b69d78fc5fca1
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 12 08:12:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 12 08:12:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c95e494

dev-python/websocket-client: Stabilize 1.2.1 arm64, #812638

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

 dev-python/websocket-client/websocket-client-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
index 0c76433f817..698654b4790 100644
--- a/dev-python/websocket-client/websocket-client-1.2.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-09-12 Thread Agostino Sarubbo
commit: 36d8af79f34a2dc99fb738bb9829fe8ccddc0d63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 12 07:08:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 12 07:08:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d8af79

dev-python/websocket-client: amd64/x86 stable (ALLARCHES policy) wrt bug #812638

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websocket-client/websocket-client-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.2.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
index a0de1e2f73a..0c76433f817 100644
--- a/dev-python/websocket-client/websocket-client-1.2.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 BDEPEND="



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

2021-08-10 Thread Michał Górny
commit: 0d7ded38ffa9bfdc5af1b0e48e6c7c5bbdf65344
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 11 05:46:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 11 05:58:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7ded38

dev-python/websocket-client: Bump to 1.2.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.2.0.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index fec59476fc4..c0c14e81cf3 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5
 DIST websocket-client-1.1.1.tar.gz 59092 BLAKE2B 
c71e16e427584434781fe407f3185ccfc9fed3e638ef7374752584e35623f56c082ab7a4e7ae01038025e0435b24b567bb9a2abe4da50800f421930c982e4b39
 SHA512 
f4ed98180910068415ed3b66b70091491d6b11098c32abd9bfc0f8e0d4cb5a25df096c9437fb59c66bacff66440f9422b3f67bf43af746019d74b17d7bcba474
+DIST websocket-client-1.2.0.tar.gz 45789 BLAKE2B 
9e6309d8abeff80002a48abf2d0cc25a94b350d0bfbb82796876b932ea173e2c34a325a686f1c89bc3c55da9afe17fa884a194a6294a20d20e01f5f6f6536e54
 SHA512 
a253462aa5b22ee07e47827f29b660d72a6b0986f785c07266acb4f6d226394dacea6557e330f76cd3ce9f2753557ed10b2767b90877b731f52ed27a6de5ab70

diff --git a/dev-python/websocket-client/websocket-client-1.2.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.2.0.ebuild
new file mode 100644
index 000..a0de1e2f73a
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="
+   test? (
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-08-06 Thread Michał Górny
commit: 50b044d16b1da13fdf8a5b5217c4dfb1f0380e17
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug  6 05:47:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug  6 06:22:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b044d1

dev-python/websocket-client: Bump to 1.1.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.1.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 80029ef7c75..fec59476fc4 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5
+DIST websocket-client-1.1.1.tar.gz 59092 BLAKE2B 
c71e16e427584434781fe407f3185ccfc9fed3e638ef7374752584e35623f56c082ab7a4e7ae01038025e0435b24b567bb9a2abe4da50800f421930c982e4b39
 SHA512 
f4ed98180910068415ed3b66b70091491d6b11098c32abd9bfc0f8e0d4cb5a25df096c9437fb59c66bacff66440f9422b3f67bf43af746019d74b17d7bcba474

diff --git a/dev-python/websocket-client/websocket-client-1.1.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.1.1.ebuild
new file mode 100644
index 000..73166b2954d
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-07-12 Thread Michał Górny
commit: b12d7f329734ec5e2af108bda617a42796a372a9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 12 22:44:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 12 22:44:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12d7f32

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client/websocket-client-1.0.1.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 3c66e100c6f..80029ef7c75 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-1.0.1.tar.gz 58561 BLAKE2B 
852693b08cec5d8345ee0cd38d87a93abfd5ac52a72a0715705ae4a7d5f810288d9409e920424a317867e7292568a9a67b4fde8b892e9ff3fa011cf31c016f35
 SHA512 
349ecf0f80859e146e6039a29b50f8bb9a377ad65655c49b354702a7895ebed4f8849d979f04b1632c7926e3dfb707ae5791a75b3e9c66d35ad1445040d651b3
 DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5

diff --git a/dev-python/websocket-client/websocket-client-1.0.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.0.1.ebuild
deleted file mode 100644
index 8dd24d35ef7..000
--- a/dev-python/websocket-client/websocket-client-1.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # Internet
-   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2021-07-12 Thread Sam James
commit: a26a3a5a723c14557a854504cb109988860d8dc6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 21:47:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 21:47:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26a3a5a

dev-python/websocket-client: Stabilize 1.1.0 ALLARCHES, #801856

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

 dev-python/websocket-client/websocket-client-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.1.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
index 0f8d234c04a..4465217884a 100644
--- a/dev-python/websocket-client/websocket-client-1.1.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 distutils_enable_tests setup.py



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

2021-06-24 Thread Michał Górny
commit: d9e02937df3f471e1e527c46dfe6872599ef2a18
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 24 08:06:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 24 08:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e02937

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.59.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index a1e085e2d9d..3c66e100c6f 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,2 @@
-DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
 DIST websocket-client-1.0.1.tar.gz 58561 BLAKE2B 
852693b08cec5d8345ee0cd38d87a93abfd5ac52a72a0715705ae4a7d5f810288d9409e920424a317867e7292568a9a67b4fde8b892e9ff3fa011cf31c016f35
 SHA512 
349ecf0f80859e146e6039a29b50f8bb9a377ad65655c49b354702a7895ebed4f8849d979f04b1632c7926e3dfb707ae5791a75b3e9c66d35ad1445040d651b3
 DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5

diff --git a/dev-python/websocket-client/websocket-client-0.59.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.59.0.ebuild
deleted file mode 100644
index 2b3d19ca2df..000
--- a/dev-python/websocket-client/websocket-client-0.59.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   sed -i -e '1i#!/usr/bin/env python' bin/wsdump.py || die
-   # Internet
-   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2021-06-23 Thread Agostino Sarubbo
commit: 59baa6d5bf0cfc6706e65b23d816d2cd53524958
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 24 04:25:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 24 04:25:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59baa6d5

dev-python/websocket-client: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug 
#798009

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/websocket-client/websocket-client-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-1.0.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.0.1.ebuild
index dfdf4b22003..8dd24d35ef7 100644
--- a/dev-python/websocket-client/websocket-client-1.0.1.ebuild
+++ b/dev-python/websocket-client/websocket-client-1.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 distutils_enable_tests setup.py



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

2021-06-10 Thread Michał Górny
commit: af01b50556d899a856addf268cf3e91c743b09d4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 10 06:23:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 10 07:00:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af01b505

dev-python/websocket-client: Bump to 1.1.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.1.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 9fb41320435..a1e085e2d9d 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
 DIST websocket-client-1.0.1.tar.gz 58561 BLAKE2B 
852693b08cec5d8345ee0cd38d87a93abfd5ac52a72a0715705ae4a7d5f810288d9409e920424a317867e7292568a9a67b4fde8b892e9ff3fa011cf31c016f35
 SHA512 
349ecf0f80859e146e6039a29b50f8bb9a377ad65655c49b354702a7895ebed4f8849d979f04b1632c7926e3dfb707ae5791a75b3e9c66d35ad1445040d651b3
+DIST websocket-client-1.1.0.tar.gz 58890 BLAKE2B 
b7557f0847ee4ec31279d98661f2370f32eff35de5ea6207abe4afa6ef7314258da275d823487773722ac717888ca629284ef92870b5880fb385f7fb677506d6
 SHA512 
6f4b963455bdb6a0e0defff92a6b898ee4bdf605c18fef7e25e18e2c72a2ae360d760c2069a0ed330e5dc0f3347f16a9129c405d5c98cd2d56014f8636e7d5b5

diff --git a/dev-python/websocket-client/websocket-client-1.1.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
new file mode 100644
index 000..0f8d234c04a
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # Internet
+   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-06-05 Thread Michał Górny
commit: 98962913aba4b66ea230123e51772fd67afeadcd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 20:53:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 20:55:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98962913

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  2 --
 .../websocket-client-0.58.0-r1.ebuild  | 38 --
 .../websocket-client/websocket-client-1.0.0.ebuild | 33 ---
 3 files changed, 73 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 97e892f989a..9fb41320435 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,4 +1,2 @@
 DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
-DIST websocket-client-1.0.0.tar.gz 58557 BLAKE2B 
8234fb246d38673d06c9e16257e00589fe27d1354feba2e1521a41e15c089e899023248dff61346cafbbffe8a423f1b1618a546ead2fee4db67a6c2441581f77
 SHA512 
6c62ea2f12be0e6409409e832e4654338f6b6cb7838b0765e836c575bd883545c885985e9a05a04cd4ce5fbd537bc97d8c6fc4efb82779c2ec3006580ca19c3e
 DIST websocket-client-1.0.1.tar.gz 58561 BLAKE2B 
852693b08cec5d8345ee0cd38d87a93abfd5ac52a72a0715705ae4a7d5f810288d9409e920424a317867e7292568a9a67b4fde8b892e9ff3fa011cf31c016f35
 SHA512 
349ecf0f80859e146e6039a29b50f8bb9a377ad65655c49b354702a7895ebed4f8849d979f04b1632c7926e3dfb707ae5791a75b3e9c66d35ad1445040d651b3
-DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild 
b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
deleted file mode 100644
index 9d150256309..000
--- a/dev-python/websocket-client/websocket-client-0.58.0-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=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_P=${P/-/_}
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   sed -i -e '1i#!/usr/bin/env python' bin/wsdump.py || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-1.0.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.0.0.ebuild
deleted file mode 100644
index dfdf4b22003..000
--- a/dev-python/websocket-client/websocket-client-1.0.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=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # Internet
-   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2021-05-22 Thread Michał Górny
commit: 59df1216e9fd0195fc0cd0fa9b45fd8e02d5c5b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 22 07:12:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 22 07:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59df1216

dev-python/websocket-client: Bump to 1.0.1

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.0.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index b96193d1bd1..97e892f989a 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,4 @@
 DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
 DIST websocket-client-1.0.0.tar.gz 58557 BLAKE2B 
8234fb246d38673d06c9e16257e00589fe27d1354feba2e1521a41e15c089e899023248dff61346cafbbffe8a423f1b1618a546ead2fee4db67a6c2441581f77
 SHA512 
6c62ea2f12be0e6409409e832e4654338f6b6cb7838b0765e836c575bd883545c885985e9a05a04cd4ce5fbd537bc97d8c6fc4efb82779c2ec3006580ca19c3e
+DIST websocket-client-1.0.1.tar.gz 58561 BLAKE2B 
852693b08cec5d8345ee0cd38d87a93abfd5ac52a72a0715705ae4a7d5f810288d9409e920424a317867e7292568a9a67b4fde8b892e9ff3fa011cf31c016f35
 SHA512 
349ecf0f80859e146e6039a29b50f8bb9a377ad65655c49b354702a7895ebed4f8849d979f04b1632c7926e3dfb707ae5791a75b3e9c66d35ad1445040d651b3
 DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-1.0.1.ebuild 
b/dev-python/websocket-client/websocket-client-1.0.1.ebuild
new file mode 100644
index 000..dfdf4b22003
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # Internet
+   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-05-18 Thread Michał Górny
commit: 6d444d973a02f7b20b56cee63991bb7fc0cd7981
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 18 06:45:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 07:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d444d97

dev-python/websocket-client: Bump to 1.0.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client/websocket-client-1.0.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 4ca4b12cece..b96193d1bd1 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
+DIST websocket-client-1.0.0.tar.gz 58557 BLAKE2B 
8234fb246d38673d06c9e16257e00589fe27d1354feba2e1521a41e15c089e899023248dff61346cafbbffe8a423f1b1618a546ead2fee4db67a6c2441581f77
 SHA512 
6c62ea2f12be0e6409409e832e4654338f6b6cb7838b0765e836c575bd883545c885985e9a05a04cd4ce5fbd537bc97d8c6fc4efb82779c2ec3006580ca19c3e
 DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-1.0.0.ebuild 
b/dev-python/websocket-client/websocket-client-1.0.0.ebuild
new file mode 100644
index 000..dfdf4b22003
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-1.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # Internet
+   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-05-07 Thread Michał Górny
commit: 8ab2e8fbe30dd3934b9c880c72b18ca5b9b0ed97
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 23:29:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 11:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab2e8fb

dev-python/websocket-client: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/websocket-client/websocket-client-0.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.59.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.59.0.ebuild
index 691924433e0..4babf39be5a 100644
--- a/dev-python/websocket-client/websocket-client-0.59.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.59.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-05-05 Thread Michał Górny
commit: 27b17c0c6ae542d6739a8dca06817bdbc8d2be21
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 07:32:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 09:25:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b17c0c

dev-python/websocket-client: Bump to 0.59.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.59.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index d5a5b4ad62b..4ca4b12cece 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
+DIST websocket-client-0.59.0.tar.gz 57897 BLAKE2B 
9f15c563491bd105a1987281cc20c0ab80ed1625036eeaa674fd28334b8226b5f9660b150743649f6bc7717d4306cbb1778222f9caeeff29507ab364572ce2b5
 SHA512 
c7f4a0336093de86fd00828049a836477a3c859cc4bddebd9e7d31eb746dab4de8fa11205a5fb182e5df3590964aa73f279310575dfabc4abc32157e80df42b1
 DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-0.59.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.59.0.ebuild
new file mode 100644
index 000..691924433e0
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.59.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   sed -i -e '1i#!/usr/bin/env python' bin/wsdump.py || die
+   # Internet
+   sed -i -e 's:testConnect:_&:' websocket/tests/test_http.py || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-04-07 Thread Michał Górny
commit: 33484c4ed0d621e1d30bfc343f7f89a860bc1840
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  7 22:33:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  7 22:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33484c4e

dev-python/websocket-client: Undo accidental revert to ~arch

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

 dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild 
b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
index a388b831676..9d150256309 100644
--- a/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="



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

2021-04-07 Thread Michał Górny
commit: f7c88a12def7eef6ac2158ec4ecab12d4053e43d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  7 16:43:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  7 21:17:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c88a12

dev-python/websocket-client: Fix missing shebang in wsdump.py

Bug: https://bugs.gentoo.org/780309#c2
Signed-off-by: Michał Górny  gentoo.org>

 ...cket-client-0.58.0.ebuild => websocket-client-0.58.0-r1.ebuild} | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.58.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
similarity index 81%
rename from dev-python/websocket-client/websocket-client-0.58.0.ebuild
rename to dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
index 7433612032e..a388b831676 100644
--- a/dev-python/websocket-client/websocket-client-0.58.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.58.0-r1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="
@@ -24,6 +24,11 @@ RDEPEND="
 
 distutils_enable_tests setup.py
 
+src_prepare() {
+   sed -i -e '1i#!/usr/bin/env python' bin/wsdump.py || die
+   distutils-r1_src_prepare
+}
+
 python_install_all() {
if use examples; then
docompress -x "/usr/share/doc/${PF}/examples"



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

2021-04-07 Thread Michał Górny
commit: 6faa23c30d3a7d619e309e890721aa2152822295
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  7 07:44:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  7 08:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faa23c3

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.57.0.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index a46e9edf3ef..d5a5b4ad62b 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 
3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b
 SHA512 
8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525
 DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
deleted file mode 100644
index 5ceea0951f0..000
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2021-04-07 Thread Sam James
commit: 37e99d620fb60fed0169be8607f017732d1fb9a5
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 06:23:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 06:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e99d62

dev-python/websocket-client: Stabilize 0.58.0 ALLARCHES, #780309

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

 dev-python/websocket-client/websocket-client-0.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.58.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.58.0.ebuild
index cf64c39706c..7433612032e 100644
--- a/dev-python/websocket-client/websocket-client-0.58.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.58.0.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="



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

2021-03-11 Thread Sam James
commit: 29b72a4eedc72f67faa410faf94db669e7e358a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 11 12:45:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 11 12:54:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b72a4e

dev-python/websocket-client: mark ALLARCHES

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

 dev-python/websocket-client/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/websocket-client/metadata.xml 
b/dev-python/websocket-client/metadata.xml
index f14d1ae7cae..3c3265249c2 100644
--- a/dev-python/websocket-client/metadata.xml
+++ b/dev-python/websocket-client/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

websocket-client
websocket-client/websocket-client



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

2021-03-02 Thread Michał Górny
commit: 0c627b7fb452d3a7b160826419c71d45bace3ed2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  3 06:29:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  3 07:11:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c627b7f

dev-python/websocket-client: Bump to 0.58.0

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

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.58.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 8f817da570c..a46e9edf3ef 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1 +1,2 @@
 DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 
3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b
 SHA512 
8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525
+DIST websocket_client-0.58.0.tar.gz 48216 BLAKE2B 
5e559852385d95caffa73fdb4bfcddd3e00f7bdc9d23d07e7bd6b9e8de599742e153d31bb3a57bdf1aef02361f5dc0b13a443c21872c27576e068f246102d655
 SHA512 
c587945831427a9bddef96be53d20fec7f55ffd7efe2b676dac96b8078ba446ecda85379a4edfc49c36de936516d3994cbd0515decb9b615cd969bde1117167a

diff --git a/dev-python/websocket-client/websocket-client-0.58.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.58.0.ebuild
new file mode 100644
index 000..cf64c39706c
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.58.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+
+inherit distutils-r1
+
+MY_P=${P/-/_}
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2020-11-03 Thread Sam James
commit: 16369114586bd062751d523cc93b9a630af6f456
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 05:28:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 05:28:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16369114

dev-python/websocket-client: Stabilize 0.57.0 arm64, #749774

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

 dev-python/websocket-client/websocket-client-0.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index 5d0a7e635b1..ffa19545955 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="



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

2020-06-10 Thread Georgy Yakovlev
commit: c17a6d4a08dddea33393cd4eeefed40bafec622b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jun 11 02:16:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jun 11 02:22:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17a6d4a

dev-python/websocket-client: add ~ppc64 keyword

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/websocket-client/websocket-client-0.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index 490708f1f97..5d0a7e635b1 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="



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

2020-06-10 Thread Michał Górny
commit: 9d89f7fcb84c89b49af4aa5d0ef6ca3c54112148
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 14:26:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 15:10:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d89f7fc

dev-python/websocket-client: Port to py3.9

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

 dev-python/websocket-client/websocket-client-0.57.0.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index cddf08f9b26..490708f1f97 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 
 inherit distutils-r1
 
@@ -16,16 +16,11 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
-IUSE="examples test"
-
-RESTRICT="!test? ( test )"
+IUSE="examples"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
 "
-DEPEND="
-   test? ( ${RDEPEND} )
-"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 



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

2020-05-11 Thread Michał Górny
commit: ef8b9ffaf6671ba1e34d80f22c13ce305a03fd0e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 11 19:33:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 11 19:33:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8b9ffa

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.56.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index c09bce5d303..8f817da570c 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1 @@
-DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 
2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1
 SHA512 
f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50
 DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 
3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b
 SHA512 
8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525

diff --git a/dev-python/websocket-client/websocket-client-0.56.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.56.0.ebuild
deleted file mode 100644
index 5f07a8576b0..000
--- a/dev-python/websocket-client/websocket-client-0.56.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-IUSE="examples test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2020-05-04 Thread Michał Górny
commit: 78fe9b082f5766e1df8debcaaa046997536fd5bd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 12:32:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 12:32:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fe9b08

dev-python/websocket-client: Remove old

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

 dev-python/websocket-client/Manifest   |  1 -
 .../websocket-client-0.48.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 2685f0bed06..c09bce5d303 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,2 @@
-DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 
39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619
 SHA512 
6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
 DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 
2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1
 SHA512 
f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50
 DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 
3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b
 SHA512 
8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
deleted file mode 100644
index 4e0e649e0a8..000
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/websocket-client/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   docompress -x "/usr/share/doc/${PF}/examples"
-   dodoc -r examples
-   fi
-   distutils-r1_python_install_all
-}



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

2020-05-03 Thread Agostino Sarubbo
commit: e48c3192f7b8dffd85b76597d9d6cc33e3053199
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:29:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:29:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48c3192

dev-python/websocket-client: x86 stable wrt bug #720654

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

 dev-python/websocket-client/websocket-client-0.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index 9d66e0c486d..cddf08f9b26 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



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

2020-05-03 Thread Agostino Sarubbo
commit: bb56780e487f6c10bdd2ba89ce115eb0faa6f630
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 09:59:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 09:59:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb56780e

dev-python/websocket-client: amd64 stable wrt bug #720654

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

 dev-python/websocket-client/websocket-client-0.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
index a9ecf6524a4..9d66e0c486d 100644
--- a/dev-python/websocket-client/websocket-client-0.57.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x64-macos"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



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

2020-04-06 Thread Sebastian Pipping
commit: b8282ca7b1c2a4187a28a61fd72234cc81844031
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Apr  6 12:07:38 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Apr  6 12:07:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8282ca7

dev-python/websocket-client: 0.57.0

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.57.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 6606a7897ff..2685f0bed06 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 
39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619
 SHA512 
6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
 DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 
2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1
 SHA512 
f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50
+DIST websocket-client-0.57.0.tar.gz 39333 BLAKE2B 
3e24c41176e0566edf0d31bcbb0ecd69d368a7ff879ac7ab8e4b170ca356b0ea50aa0b6be845e76ecdd73dff9a2aa38c8cdefaa202627f9f9d272989114fe94b
 SHA512 
8677b00abbdd995ef1c2254f73a01713eb0707ee2549031f410205af7bbbf57b4730b38a78d683a90605c1412863f57a3829d8be1c058f3e9bfb177bd49c4525

diff --git a/dev-python/websocket-client/websocket-client-0.57.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
new file mode 100644
index 000..a9ecf6524a4
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.57.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE="examples test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? ( ${RDEPEND} )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2020-03-19 Thread David Seifert
commit: dc291f11bd9d40d71523c7a817a8d88cacc265fc
Author: David Seifert  gentoo  org>
AuthorDate: Thu Mar 19 21:55:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 19 21:55:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc291f11

dev-python/websocket-client: Remove old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 dev-python/websocket-client/Manifest   |  3 --
 .../websocket-client-0.37.0.ebuild | 34 --
 .../websocket-client-0.40.0.ebuild | 34 --
 .../websocket-client-0.47.0.ebuild | 34 --
 4 files changed, 105 deletions(-)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 56deb5aecd6..6606a7897ff 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,5 +1,2 @@
-DIST websocket-client-0.37.0.tar.gz 194246 BLAKE2B 
805482524b603fbfeb1039bcd99d761d125504a0f8d1a69766d4f586da241efd9d07ade030152fc51228a7333c97313fb98483de95808f81cfa23e7c3b0ff1d4
 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
-DIST websocket-client-0.40.0.tar.gz 196203 BLAKE2B 
303aeed5bfc84139adfbef3f3198512172220d2670e38683d660def19dcd82015bf85edd26a5aa029ba021c1f9496dca33e5ee8afc790b87eb1fa7b7b17c9aed
 SHA512 
b57593e14087ff36ab2133fb8077aa207bcdcc04fa82d00eb8fa3b86bdf7fa949c8ca25317a7fe035ef0f36d2c996e036d2b715399813604d5593584d409a5eb
-DIST websocket-client-0.47.0.tar.gz 202611 BLAKE2B 
8258ac3186eedcf7e3a791768ddadbe32aa506f27889214a6a275d6710bb7adf8d0ba8354165a0d07b7a084fe5937fc65ee85e6d84fc8ad21a7d2ece4ae8d91d
 SHA512 
0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54
 DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 
39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619
 SHA512 
6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
 DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 
2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1
 SHA512 
f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50

diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
deleted file mode 100644
index 1540b5097e9..000
--- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/liris/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
deleted file mode 100644
index e5abc7ddb87..000
--- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN//-/_}
-
-DESCRIPTION="WebSocket client for python with hybi13 support"
-HOMEPAGE="https://github.com/liris/websocket-client;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
deleted file mode 100644
index cca5a146b38..000
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 

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

2020-03-17 Thread Michał Górny
commit: eb4648c98a617ff294a152193caccd66ee50c82f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 17 07:49:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 17 08:07:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4648c9

dev-python/websocket-client: Clean py2 deps up

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

 dev-python/websocket-client/websocket-client-0.37.0.ebuild | 1 -
 dev-python/websocket-client/websocket-client-0.40.0.ebuild | 1 -
 dev-python/websocket-client/websocket-client-0.47.0.ebuild | 1 -
 dev-python/websocket-client/websocket-client-0.48.0.ebuild | 1 -
 dev-python/websocket-client/websocket-client-0.56.0.ebuild | 1 -
 5 files changed, 5 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
index 889f4ce2842..1540b5097e9 100644
--- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
@@ -21,7 +21,6 @@ IUSE="examples"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
 "
 
 python_test() {

diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
index 29e8e7ae206..e5abc7ddb87 100644
--- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
@@ -21,7 +21,6 @@ IUSE="examples"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
 "
 
 python_test() {

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index 2d5f427ae98..cca5a146b38 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -21,7 +21,6 @@ IUSE="examples"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
 "
 
 python_test() {

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
index e8f29618241..4e0e649e0a8 100644
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' pypy python2_7 )
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/websocket-client/websocket-client-0.56.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.56.0.ebuild
index 3c2d3dbb4f3..5f07a8576b0 100644
--- a/dev-python/websocket-client/websocket-client-0.56.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.56.0.ebuild
@@ -22,7 +22,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' pypy python2_7 )
 "
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-02-11 Thread Alexey Shvetsov
commit: dfca24a885d02f2410ece3a77da5a5cdb3414ce4
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Feb 11 10:00:10 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Feb 11 11:41:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca24a8

dev-python/websocket-client: Version bump

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.56.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index d9b74da2a2d..56deb5aecd6 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -2,3 +2,4 @@ DIST websocket-client-0.37.0.tar.gz 194246 BLAKE2B 
805482524b603fbfeb1039bcd99d7
 DIST websocket-client-0.40.0.tar.gz 196203 BLAKE2B 
303aeed5bfc84139adfbef3f3198512172220d2670e38683d660def19dcd82015bf85edd26a5aa029ba021c1f9496dca33e5ee8afc790b87eb1fa7b7b17c9aed
 SHA512 
b57593e14087ff36ab2133fb8077aa207bcdcc04fa82d00eb8fa3b86bdf7fa949c8ca25317a7fe035ef0f36d2c996e036d2b715399813604d5593584d409a5eb
 DIST websocket-client-0.47.0.tar.gz 202611 BLAKE2B 
8258ac3186eedcf7e3a791768ddadbe32aa506f27889214a6a275d6710bb7adf8d0ba8354165a0d07b7a084fe5937fc65ee85e6d84fc8ad21a7d2ece4ae8d91d
 SHA512 
0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54
 DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 
39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619
 SHA512 
6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333
+DIST websocket-client-0.56.0.tar.gz 36951 BLAKE2B 
2dc82dbf2d2f9c6109645231f100d659347d6bfc854f1221a1e37b708d9a21fad7e9beaa6a272f36bd47fe0b2404f41b09c90d8fd350fc7147fb25ed680fb2d1
 SHA512 
f61497b5fa6deea11d0e81c1c0d3092d1efba9bcdb3427a45f51b81059444a486a9aa6a4d046fc2aa805e855d2c8e68a4ba46669c05a45eb928251c50e2e3a50

diff --git a/dev-python/websocket-client/websocket-client-0.56.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.56.0.ebuild
new file mode 100644
index 000..3c2d3dbb4f3
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.56.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE="examples test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' pypy python2_7 )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2020-02-05 Thread Michał Górny
commit: deea4d4a09e07d58e2e4d0c79d96bcfcf5bf75ed
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 06:55:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 07:08:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deea4d4a

dev-python/websocket-client: Remove py2

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

 dev-python/websocket-client/websocket-client-0.37.0.ebuild | 2 +-
 dev-python/websocket-client/websocket-client-0.40.0.ebuild | 2 +-
 dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +-
 dev-python/websocket-client/websocket-client-0.48.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
index b0dcf3913af..889f4ce2842 100644
--- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/websocket-client/websocket-client-0.40.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
index 0bb02c9ef2f..29e8e7ae206 100644
--- a/dev-python/websocket-client/websocket-client-0.40.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index e3c1a864e64..2d5f427ae98 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
index 75cdcb3f9c8..e8f29618241 100644
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 



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

2018-09-28 Thread Matt Thode
commit: 02593ec178a6f6b991c035cd30d1a2aca9907c1a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 28 20:29:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 28 20:32:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02593ec1

dev-python/websocket-client: 0.48.0 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/websocket-client/websocket-client-0.48.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
index a84b01c6c10..31f55baacdc 100644
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
 IUSE="examples test"
 
 RDEPEND="



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

2018-08-13 Thread Louis Sautier
commit: c7aa8566cc384cf99571ddfd18472491c0e1c08d
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 13 08:43:19 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 13 08:45:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7aa8566

dev-python/websocket-client: add Python 3.7 support, sort KEYWORDS

Package-Manager: Portage-2.3.45, Repoman-2.3.10

 dev-python/websocket-client/websocket-client-0.48.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
index a82bb5438c3..a84b01c6c10 100644
--- a/dev-python/websocket-client/websocket-client-0.48.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x64-macos ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
 IUSE="examples test"
 
 RDEPEND="



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

2018-06-29 Thread Louis Sautier
commit: ec8f66d86d64941b5ca3d4c06877221d99e59481
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Jun 30 03:03:20 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Jun 30 03:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8f66d8

dev-python/websocket-client: bump to 0.48.0, fix examples

Also add PyPy{,3} and fix test dependencies.

Closes: https://bugs.gentoo.org/653010
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.48.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index 2ff147c5166..d9b74da2a2d 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,3 +1,4 @@
 DIST websocket-client-0.37.0.tar.gz 194246 BLAKE2B 
805482524b603fbfeb1039bcd99d761d125504a0f8d1a69766d4f586da241efd9d07ade030152fc51228a7333c97313fb98483de95808f81cfa23e7c3b0ff1d4
 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
 DIST websocket-client-0.40.0.tar.gz 196203 BLAKE2B 
303aeed5bfc84139adfbef3f3198512172220d2670e38683d660def19dcd82015bf85edd26a5aa029ba021c1f9496dca33e5ee8afc790b87eb1fa7b7b17c9aed
 SHA512 
b57593e14087ff36ab2133fb8077aa207bcdcc04fa82d00eb8fa3b86bdf7fa949c8ca25317a7fe035ef0f36d2c996e036d2b715399813604d5593584d409a5eb
 DIST websocket-client-0.47.0.tar.gz 202611 BLAKE2B 
8258ac3186eedcf7e3a791768ddadbe32aa506f27889214a6a275d6710bb7adf8d0ba8354165a0d07b7a084fe5937fc65ee85e6d84fc8ad21a7d2ece4ae8d91d
 SHA512 
0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54
+DIST websocket-client-0.48.0.tar.gz 44492 BLAKE2B 
39191416d0f80778edc261e96554d3955fcb71542c891fbc506e30c768d2d684942cf690647b65c2245da45c993e3e60d65bd7ab9d28bfa6eb304a95a3ccf619
 SHA512 
6c678a2671ce6cfb86a61effa836bbe4bb1702f22827934b1fcd7f0f8439be76037d9b6d4d6b416249361a9a74a92701d7b90bc6276b2433388644ed66f56333

diff --git a/dev-python/websocket-client/websocket-client-0.48.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
new file mode 100644
index 000..a82bb5438c3
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.48.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x64-macos ~x86"
+IUSE="examples test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' pypy python2_7 )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2018-06-29 Thread Louis Sautier
commit: d56a9e428965ffa5012f60f78cd2697285b396eb
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Jun 30 03:03:56 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Jun 30 03:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56a9e42

dev-python/websocket-client: update upstream in metadata.xml

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/websocket-client/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/metadata.xml 
b/dev-python/websocket-client/metadata.xml
index 0626f1e5918..f14d1ae7cae 100644
--- a/dev-python/websocket-client/metadata.xml
+++ b/dev-python/websocket-client/metadata.xml
@@ -7,6 +7,7 @@


websocket-client
-   liris/websocket-client
+   websocket-client/websocket-client
+   
https://github.com/websocket-client/websocket-client/issues

 



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

2018-06-28 Thread Fabian Groffen
commit: 098ca5346c68b3ca27b520ead5824380755b95c6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jun 28 06:49:07 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jun 28 06:49:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098ca534

dev-python/websocket-client: marked ~x64-macos

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/websocket-client/websocket-client-0.37.0.ebuild | 2 +-
 dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/websocket-client/websocket-client-0.37.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
index 112cd5b33c3..1fa2c301f89 100644
--- a/dev-python/websocket-client/websocket-client-0.37.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.37.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86 ~x64-macos"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index ba1268c7cdf..fbb45a07a36 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-04-11 Thread Matt Thode
commit: cf57257aa84186dbe55983aeb3237feb18af47a3
Author: Piotr Staroszczyk  get24  org>
AuthorDate: Wed Apr 11 07:20:33 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf57257a

dev-python/websocket-client: bump version to 0.47.0 (unstable for now)

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/websocket-client/Manifest   |  1 +
 .../websocket-client-0.47.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/websocket-client/Manifest 
b/dev-python/websocket-client/Manifest
index e9f21b6449d..2ff147c5166 100644
--- a/dev-python/websocket-client/Manifest
+++ b/dev-python/websocket-client/Manifest
@@ -1,2 +1,3 @@
 DIST websocket-client-0.37.0.tar.gz 194246 BLAKE2B 
805482524b603fbfeb1039bcd99d761d125504a0f8d1a69766d4f586da241efd9d07ade030152fc51228a7333c97313fb98483de95808f81cfa23e7c3b0ff1d4
 SHA512 
b72f18c91d9a51a1943fc798601bcd9eac8b1ce807a2abb72b7cf897da30de808160645d9c7f3eaf2430e739cd0c6c01046c452f43c61af63afe7d31d801f9f7
 DIST websocket-client-0.40.0.tar.gz 196203 BLAKE2B 
303aeed5bfc84139adfbef3f3198512172220d2670e38683d660def19dcd82015bf85edd26a5aa029ba021c1f9496dca33e5ee8afc790b87eb1fa7b7b17c9aed
 SHA512 
b57593e14087ff36ab2133fb8077aa207bcdcc04fa82d00eb8fa3b86bdf7fa949c8ca25317a7fe035ef0f36d2c996e036d2b715399813604d5593584d409a5eb
+DIST websocket-client-0.47.0.tar.gz 202611 BLAKE2B 
8258ac3186eedcf7e3a791768ddadbe32aa506f27889214a6a275d6710bb7adf8d0ba8354165a0d07b7a084fe5937fc65ee85e6d84fc8ad21a7d2ece4ae8d91d
 SHA512 
0d384e96be66877ba0c24e7194e2f3d554f818c2e2f107b054e07034fa7678946738c2b08c68cd71ebe0237fa507fade319273c492871fbd0ad7085b87cf0a54

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
new file mode 100644
index 000..4868f2b4be3
--- /dev/null
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN=${PN//-/_}
+
+DESCRIPTION="WebSocket client for python with hybi13 support"
+HOMEPAGE="https://github.com/websocket-client/websocket-client;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
+"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}



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

2018-04-11 Thread Matt Thode
commit: e7abad3eacab4b30ce6e594676b87866bf017d3a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 12 04:27:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Apr 12 04:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7abad3e

dev-python/websocket-client: make eapi6

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-python/websocket-client/websocket-client-0.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/websocket-client/websocket-client-0.47.0.ebuild 
b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
index 4868f2b4be3..ba1268c7cdf 100644
--- a/dev-python/websocket-client/websocket-client-0.47.0.ebuild
+++ b/dev-python/websocket-client/websocket-client-0.47.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 



  1   2   >