diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-20 18:25:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-12-20 18:25:44 +0000 |
| commit | 75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb (patch) | |
| tree | 10ba46afe4687003a9cffe3b1bed384854c28055 /dev-python/websocket-client | |
| parent | e8e63602dd835388febd56302f9d0cedcd525c15 (diff) | |
| download | baldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.tar.gz baldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.tar.xz baldeagleos-repo-75faf0bfb80ae2fdf6ebfefc6f85a25d0b92edcb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/websocket-client')
| -rw-r--r-- | dev-python/websocket-client/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/websocket-client/websocket-client-1.6.4.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/websocket-client/websocket-client-1.7.0.ebuild | 2 |
3 files changed, 1 insertions, 39 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 6a37b17c0a428dfacfd441384469954bc30f5ca5cf8380c08b45337ebdd69999cbd14eb0f0cde3c33d2f5c2698dac9a34eb51430bb810ab6edf8130415e98a4b 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 94295912772a..000000000000 --- 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=( python3_{8,9,10,11,12} pypy3 ) - -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.7.0.ebuild b/dev-python/websocket-client/websocket-client-1.7.0.ebuild index a73a17c5b7be..94295912772a 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=" |
