This commit is contained in:
Your Name
2020-11-20 22:25:47 +01:00
parent 468121a4d6
commit f3293ec6e5
1016 changed files with 7439 additions and 5159 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--websocket-client-0.48.0--C.8551.1529715501.72536.C.tar.bz2 120015 SHA256 6d6023de39f7fe56d7c27f2793ae92232b885810b645fb459369ec1afd026e37 SHA512 807a0dae64ef71b04e266933dfde11a8dd8bf08de027c3ce6313985ef7b8f7c302ace8b8611b88ec0b7fdf87bb22ece3ea72be8f8e2a42c7af00aea23d1cd855 WHIRLPOOL 5713880a58a83443a3c8b175a2c248ec87292138aa0ce30d76adb28524753a607e18dbdac719b0805840e95acd584873092828329e9bf8e8517e819bae363448
PBIN websocket-client-0.48.0.pbin-1+exheres-0 2895 SHA256 3fb49709db4cb8da8054f1fccd53c0cb938cbf0202ea2f9c7b564db0c08fa811 SHA512 a431a7cf89411e5a70c81d7054acd71c1205468643170d27f081bd80ab0be68388c635c2bae35ed4155d6e70752698a25911e55112f813bcb0d2370b424c1c26 WHIRLPOOL 73bf5c75a13b1afa3d549b447f9cf155e0b6df63ff21c4e3705e5797d76af933a6c90cbb9c562064915dc8005cfce0ff6258d2f3bb993b2ea3599bf9795e54e2
DIST hasufell-binhost--dev-python--websocket-client-0.57.0--C.24465.1605741591.983171.C.tar.bz2 126185 SHA256 6ccf4d4b8a7ca22451319b3e19c3a7c5fca254dcb3ad35028dda3c5db780949d SHA512 0eb6a67c8019b4a1bf44bfb274feb6db86f6ab61b8ec75bc185f84b1a3e1c701306dc8ae13d3097d165016666ae05acd52e3ae57a303e624487162ec418918af WHIRLPOOL b5ea04368fbb350a395bc02790ba63bc8095f643dee3c855e3a4dc041ec4eee6ccab57e7fd354d777bc40736c0f5fa15a65071f8fa472735c514be7f31e21141
PBIN websocket-client-0.57.0.pbin-1+exheres-0 2841 SHA256 c14eea2347a10cf3928126fc002c2cc6fb847462986283f36accbadd4e123ecf SHA512 2fe0f7d9f7c784d5bf26fe6fffcaedf660c0bf5a8056673211f05be2ca06faf7d0367fa00de772a0678008b90a20b00b764de87c7b10de459ac1354ba8b4c684 WHIRLPOOL d5e32287d48848132f978e97c1a3f3dad30602189031939ac8a2ed2163e95e145efce378253d5e416dcbb39cfbb933d7ad4941f1c2c05ed24edc2115e38f290b

View File

@@ -1,20 +1,20 @@
# Created by paludis-3.0.0 on Sat Jun 23 02:58:21 CEST 2018
# Created by paludis-3.0.0 on Thu Nov 19 00:19:52 CET 2020
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/six[python_abis:*(-)?] python_abis:2.7? ( dev-python/backports-ssl_match_hostname[python_abis:2.7?] ) ) [[ defined-in = [ websocket-client-0.48.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DEPENDENCIES="( build+run: dev-python/six[python_abis:*(-)?] python_abis:2.7? ( dev-python/backports-ssl_match_hostname[python_abis:2.7?] ) ) [[ defined-in = [ websocket-client-0.57.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) python_abis:3.8? ( dev-lang/python:3.8 ) python_abis:3.9? ( dev-lang/python:3.9 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" A webSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. websocket-client supports only hybi-13."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://github.com/websocket-client/websocket-client"
INHERITED=" github multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
HOMEPAGE="https://pypi.org/project/websocket_client/"
INHERITED=" pypi multibuild easy-multibuild python setup-py"
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] 3.9 [[ description = [ Use Python ABI 3.9 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
PLATFORMS="~amd64"
LICENCES="LGPL-2.1"
LICENCES="BSD-3"
SLOT="0"
DOWNLOADS="https://github.com/websocket-client/websocket-client/archive/v0.48.0.tar.gz -> websocket-client-0.48.0.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/w/websocket_client/websocket_client-0.57.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1529715501"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
GENERATED_TIME="1605741592"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
@@ -28,10 +28,10 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--websocket-client-0.48.0--C.8551.1529715501.72536.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--websocket-client-0.57.0--C.24465.1605741591.983171.C.tar.bz2"
SUMMARY="WebSocket client module for python"
BUGS_TO=""
REMOTE_IDS=" github:websocket-client/websocket-client "
REMOTE_IDS=" pypi:websocket_client"
UPSTREAM_CHANGELOG=""
UPSTREAM_RELEASE_NOTES=""
UPSTREAM_DOCUMENTATION=""