This commit is contained in:
Your Name
2018-06-23 06:26:22 +02:00
parent 74ae3f172d
commit 7ee23ddc65
94 changed files with 874 additions and 234 deletions

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--mypy-0.570--C.24991.1528550023.730125.C.tar.bz2 1500610 SHA256 49022aabc76c7482da081bafbe42cc050fc5fc7f27626881e74a6e8e0227811d SHA512 eacd772668554c5c681b227f238e91070f3eb8b450f2b047f7b423c6f3f60b52e20889ad06aade5602c86331714d538fdb0aa4d617146d0edfbc56c0f605f551 WHIRLPOOL 09eb8d03d512f9a0b0597e1eaf4733bd6311b2fbcf3e31e361ad7f37b3648360ea0f45888bb9ef36d8a8c36eefdc2c47b98f7aaa4ee39c5d40650f61b14cdc90
PBIN mypy-0.570.pbin-1+exheres-0 2994 SHA256 a1a09c88c36e4ee8be11e8c55ce1a1a02ba297253d77f24787dc46a943f534e0 SHA512 8cf60fabd4e481f1407860f3715983c69f8d42222910b7a99c5c97457e48ec90d207138d4df4b5aa7b4edc6e436954ddb2528aa447469694ef991bdb5e6666ac WHIRLPOOL 0c003d797fed52eae2ec3ce0a44ecb2dd5771e9ce48ccc63b2210200813cb6cb225243ccfb09b44e9664f6174042e0d0b8d5c2f19f87666a8d5295a7d89c05e2
DIST hasufell-binhost--dev-python--mypy-0.610--C.3053.1529715483.586253.C.tar.bz2 1590486 SHA256 fa2703d09fa19302a488b62eeaaf71e35af0a6f51f6540a53e1513e661644382 SHA512 193a74f20ab4186dcb89071898917f0e60ffff19e6122f0e5079eb3040da7bc90af4a0b8bdb4405103f220593a96fffaf1a8f86ed2e4dc336bc8f3db3319cd71 WHIRLPOOL e07fb46613734139a2482fc5a3c4e86bb42c9bb25ef1cfe6b0efc9e351cb33913674537b325f1c0a1d6fa0e34616334956f8144241ea7ff0d904319ec55808d5
PBIN mypy-0.610.pbin-1+exheres-0 3261 SHA256 08e02e74bdede54fed8b175e40faa251d8d62a36b0bee09f220bc9d09e3bd112 SHA512 de790de39989bbf757cf5d60ad426d503fc44d17a32341a8f2ba3aad1553ab2523b6191025ac0e9f814cee84c81022cdc23ee0571c47168f23a0888768efafe1 WHIRLPOOL f3a39b631757ca2c8a19774e9dfd2ec55346451d99ccd38f68c0e9b0677f17665b4cab8a1882fa176ca94c0387be80e76df1155e3c7908dfa7064291aa390008

View File

@@ -1,6 +1,6 @@
# Created by paludis-3.0.0 on Sat Jun 9 15:13:44 CEST 2018
# Created by paludis-3.0.0 on Sat Jun 23 02:58:04 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) ) [[ defined-in = [ mypy-0.570.exheres-0 ] ]] ( build+run: 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/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?] python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] ) test: dev-python/py[>=1.5.2][python_abis:*(-)?] dev-python/pytest[>=3.0][python_abis:*(-)?] dev-python/pytest-cov[>=2.4.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.18][python_abis:*(-)?] suggestion: dev-python/psutil[>=5.4.0&<5.5.0][python_abis:*(-)?] [[ description = [ Show memory stats in 'dmypy status -v' ] ]] ) [[ defined-in = [ mypy-0.610.exheres-0 ] ]] ( build+run: 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 ] ]]"
DESCRIPTION=" Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types."
EAPI="pbin-1+exheres-0"
HOMEPAGE="http://www.mypy-lang.org https://pypi.org/project/mypy/"
@@ -9,10 +9,10 @@ MYOPTIONS="( ( ( python_abis: ( 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3
PLATFORMS="~amd64 ~x86"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.570.tar.gz"
DOWNLOADS="https://files.pythonhosted.org/packages/source/m/mypy/mypy-0.610.tar.gz"
OPTIONS="python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1528550024"
GENERATED_TIME="1529715484"
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"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="hasufell"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.570--C.24991.1528550023.730125.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--mypy-0.610--C.3053.1529715483.586253.C.tar.bz2"
SUMMARY="Optional static typing for Python"
BUGS_TO="hasufell@posteo.de"
REMOTE_IDS=" github:python/mypy pypi:mypy"

View File

@@ -0,0 +1,2 @@
DIST hasufell-binhost--dev-python--neovim-python-0.2.4--C.21500.1529726185.304256.C.tar.bz2 115587 SHA256 85b4e859c574e9701445b16b1bb4cc8eb65456a3ac6bb7c3fbf4305e4275954f SHA512 c25e9d2a5e767167b10d503a3fe5f828810a99bdf301dbe0b9cc1cc317db8216d4acfb533b53a035aec5b70b9e84e93613766a9c72c60c7828abe9d62b0d5205 WHIRLPOOL d664c3375f4cad3995f33608a3c89a7befd570303333efea741bd88cc9048d8f357933c8efe5db39f51f8a8e824b40c9b20becdb7c7340eb8ff2e5c2d45940fb
PBIN neovim-python-0.2.4.pbin-1+exheres-0 2779 SHA256 dd65f63e66a13222a0b5fa42c2edd3138726d57b7668bad648a19e56337f3d82 SHA512 08dde07eb4b6c4600e855df45a4081d393cae21083fdc65317d59eb1d2d1eabfd9358f00c377aecf4d163a1feeb7024e8eeb4bceb0a8bf0dc36a32380038212f WHIRLPOOL ae608fcfca8b781c99c29330703d404649980ea04e975868487874962ab14d8fbfabcbda94673077ad84d3ee957381b5dc96c84ddbda29d3d1ffca60f56457fc

View File

@@ -0,0 +1,38 @@
# Created by paludis-3.0.0 on Sat Jun 23 05:56:25 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: dev-python/greenlet[python_abis:*(-)?] dev-python/msgpack[>=0.5.0][python_abis:*(-)?] python_abis:2.7? ( dev-python/trollius[python_abis:2.7] ) run: app-editors/neovim[>=0.1.6] ) [[ defined-in = [ neovim-python-0.2.4.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:*(-)?] ( test: dev-python/nose[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=""
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://github.com/neovim/python-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 ] ]] ) "
PLATFORMS="~amd64"
LICENCES="MIT"
SLOT="0"
DOWNLOADS="https://github.com/neovim/python-client/archive/0.2.4.tar.gz -> neovim-python-0.2.4.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1529726185"
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"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="medvid"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--neovim-python-0.2.4--C.21500.1529726185.304256.C.tar.bz2"
SUMMARY="Python client to neovim"
BUGS_TO=""
REMOTE_IDS=" github:neovim/python-client "
UPSTREAM_CHANGELOG=""
UPSTREAM_RELEASE_NOTES=""
UPSTREAM_DOCUMENTATION=""
SCM_REVISION=""

View File

@@ -0,0 +1,2 @@
DIST hasufell-binhost--dev-python--trollius-2.0--C.29884.1529715470.918733.C.tar.bz2 497560 SHA256 7d1e202b2b980cac2d8b4d0f173ef56a86235665bfc964d18d361351318a46a0 SHA512 a5c969c96d0fd7806ed4da2487b09f73952ff613934eb8c53787b668f8e05e14c4ee1a96b2f218480f36fe77b144c40ac25bf0ecc2d8e96cd5c1126cf8b70831 WHIRLPOOL 5da4be6c9d4e7eceb4c8a88eebdfdcd00c2b80a7c79b2af210ecbb53a491e353985367356cd97a45611250518e13e6c39ae05ff2f2a498a81f08daf32b56a948
PBIN trollius-2.0.pbin-1+exheres-0 2935 SHA256 5ddf34afb14818970c612e3fc64a175a15651f17da30aebd192a53ec25abe2cc SHA512 772af6b65b0d4d51b174083da7984762615ac69854a897a0b56fb3acfb22d49873633c2c73482825ede5df4434356ed4dae411ceeb7185b83a9d0eb76db39a13 WHIRLPOOL d556fa7b45b22a785b94f63803158d84bc2d56e67be4e64341ebce468f4ae8880b5d79a96f34516ff376ed19e521b3e332efe9e090c5061c2bbb36d4fab6fba7

View File

@@ -0,0 +1,38 @@
# Created by paludis-3.0.0 on Sat Jun 23 02:57:51 CEST 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( build+run: python_abis:2.7? ( dev-python/futures[python_abis:2.7] ) test: dev-python/mock[python_abis:*(-)?] ) [[ defined-in = [ trollius-2.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 ] ]]"
DESCRIPTION=" Trollius provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://pypi.org/project/trollius/"
INHERITED=" github multibuild easy-multibuild python setup-py pypi"
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 ] ]] ) "
PLATFORMS="~amd64"
LICENCES="Apache-2.0"
SLOT="0"
DOWNLOADS="https://files.pythonhosted.org/packages/source/t/trollius/trollius-2.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1529715471"
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"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="medvid"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--trollius-2.0--C.29884.1529715470.918733.C.tar.bz2"
SUMMARY="Port of the Tulip project (asyncio module, PEP 3156) on Python 2"
BUGS_TO=""
REMOTE_IDS=" github:haypo/trollius pypi:trollius"
UPSTREAM_CHANGELOG=""
UPSTREAM_RELEASE_NOTES=""
UPSTREAM_DOCUMENTATION="http://trollius.readthedocs.org/"
SCM_REVISION=""

View File

@@ -1,2 +1,2 @@
DIST hasufell-binhost--dev-python--websocket-client-0.46.0--C.4144.1516551814.916153.C.tar.bz2 409387 SHA256 64a54853084990bc7ed19cfa0e45a2857a19666c2990478bed77f4d6b294563b SHA512 10ea22883c2857ab925a69fd5d16adee80007433e86c7418239f09178ad09272f1570d4e4e1247e63804a65a3d2fe137b2bd8d105c11785b9443a4c988fc8392 WHIRLPOOL d75ab9e8ff230d7736c5bc44d9e6b2689c944649b031157adc27882280625ab9af1fc85f77ab6f8c009397bd88a1227065531d906a19338626e0979a857e1122
PBIN websocket-client-0.46.0.pbin-1+exheres-0 2807 SHA256 7b94fcaee276f6fe0f77285c62d5bae9f9bba25deb784637c4f6c7a843e05ff4 SHA512 7865421c89d34192031dfb997586d00187bccd79322db6b76f7c91a69b5e70723895e9078da287dd6435e0a957bdbd0c72baf258873675517e66f78e3af6bc16 WHIRLPOOL dde08d725d8c34e3f6007d5547e7560ddeabf7971a76ffd7a0cf1eed944f39ac6ad7c085a98f4a89e298450dd57f71fab7268751cb236741cf8d095c59c33181
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

View File

@@ -1,18 +1,18 @@
# Created by paludis-3.0.0 on Sun Jan 21 17:23:35 CET 2018
# Created by paludis-3.0.0 on Sat Jun 23 02:58:21 CEST 2018
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.46.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 ) ) [[ 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.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 ] ]]"
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 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
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 ] ]] ) "
PLATFORMS="~amd64"
LICENCES="LGPL-2.1"
SLOT="0"
DOWNLOADS="https://github.com/websocket-client/websocket-client/archive/v0.46.0.tar.gz -> websocket-client-0.46.0.tar.gz"
DOWNLOADS="https://github.com/websocket-client/websocket-client/archive/v0.48.0.tar.gz -> websocket-client-0.48.0.tar.gz"
OPTIONS="python_abis:2.7 python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1516551815"
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"
ASFLAGS=""
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="python"
PLATFORMS="~amd64"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--websocket-client-0.46.0--C.4144.1516551814.916153.C.tar.bz2"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--websocket-client-0.48.0--C.8551.1529715501.72536.C.tar.bz2"
SUMMARY="WebSocket client module for python"
BUGS_TO=""
REMOTE_IDS=" github:websocket-client/websocket-client "