diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-12 06:37:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-12 06:37:09 +0000 |
| commit | de2b9a6e346ccf014fdee97e0ec9a1478d5bb120 (patch) | |
| tree | 7827eb14e7c97143671051f91158bac381127c42 /dev-python/websocket-client | |
| parent | 0f69dae335f63d2970a7f293ecd69f103597b6aa (diff) | |
| download | baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.tar.gz baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.tar.xz baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.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.3.ebuild | 37 | ||||
| -rw-r--r-- | dev-python/websocket-client/websocket-client-1.6.4.ebuild | 2 |
3 files changed, 1 insertions, 39 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 94295912772a..000000000000 --- 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=( 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.6.4.ebuild b/dev-python/websocket-client/websocket-client-1.6.4.ebuild index a73a17c5b7be..94295912772a 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=" |
