Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--dev-python--httplib2-0.12.0--C.29854.1544955993.283544.C.tar.bz2 200062 SHA256 b88ef9178a492d72717a24bdf52acb27cb18cf8fcd85c0cbb49df6e3a9bf3f89 SHA512 cb4c7ed1637be33ad53752e902b753aca442b8f52b780171b83b68e507ee3b4ec6a98f46e9076ddf638381773a73d84f48d63e6ca6ea0f77314b774e12b6cdd4 WHIRLPOOL 46590363bf159247ee29b125fad80aa848c0d5513f9f60426945f50847ed2d00dbb96ef1a180b9591165a8fed87fcaeff9613ec20a16ccf176a1442bbf183039
|
||||
PBIN httplib2-0.12.0.pbin-1+exheres-0 4117 SHA256 9bf109b85a8cdfcc1e24eef2e7436261b6f3ece5f01d8d1fa22a72d5201514f6 SHA512 12337a8802245771705f13756224fb31eba3d37e94aa04297ca2709136766642dfa34ef37cfe742b0cdba7eafa5434579d3bef0bf3ed889c988d0f178c4bf87e WHIRLPOOL d3a224bec01e253425bc407339f5075ffefa9efa4df95606fe12133a56886c4f4e77b141397af00a35dbaef90095ed91095dfbb8703c57f63da6830873a8d7e0
|
||||
DIST hasufell-binhost--dev-python--httplib2-0.15.0--C.6639.1578325844.175531.C.tar.bz2 202980 SHA256 71c517be9e977e46d58465a6ae63242d0ce8b81f7e3528599a2d231a4b7a224c SHA512 d8bb26dc2263f5e69b7ef3ffde59865309327195c6dfd70a8949b63fd20f60286ca0eb3b3ffc3749eefda9f9c20fbbfe1c65ea822c6bf125430b31b378a37748 WHIRLPOOL c2b336bb3c2b35875e092306c02cd3553b447e3bfe80bb34e54d78e4996417492ff05a3c35aff7abba14c2a0ae4f5ddcf0e5e5e44d23207af65350f927402c29
|
||||
PBIN httplib2-0.15.0.pbin-1+exheres-0 4104 SHA256 02c93264ecd5e37fb7dcd8748a03078078f20a63ab0b201fc571c578e7757a04 SHA512 798efb7006dea704180eed799d2e255747f7c454fa3d17b152c5f1bfdd291cf330276fc525e4da171c6964e5f9acec9d3ff735b1e1c8c168dc713a3ad8825243 WHIRLPOOL 2320b0adada20851054385cc271a8659d632bbabf3d5449906480ca4077a016a1417e1ef0ae48ff44ecbb259503cce8be7f36ffdc1a36f29e3a1418d681cb1ca
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Created by paludis-3.0.0 on Sun Dec 16 11:26:33 CET 2018
|
||||
# Created by paludis-3.0.0 on Mon Jan 6 16:50:44 CET 2020
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( test: dev-python/flake8[>=3.4.1][python_abis:*(-)?] dev-python/future[>=0.16.0][python_abis:*(-)?] dev-python/mock[>=2.0.0][python_abis:*(-)?] dev-python/pytest-cov[>=2.5.1][python_abis:*(-)?] dev-python/pytest-forked[>=0.2][python_abis:*(-)?] dev-python/pytest-timeout[>=1.2.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.20.0][python_abis:*(-)?] dev-python/six[>=1.10.0][python_abis:*(-)?] ) [[ defined-in = [ httplib2-0.12.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:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( test: dev-python/flake8[>=3.4.1][python_abis:*(-)?] dev-python/future[>=0.16.0][python_abis:*(-)?] dev-python/mock[>=2.0.0][python_abis:*(-)?] dev-python/pytest-cov[>=2.5.1][python_abis:*(-)?] dev-python/pytest-forked[>=0.2][python_abis:*(-)?] dev-python/pytest-timeout[>=1.2.0][python_abis:*(-)?] dev-python/pytest-xdist[>=1.20.0][python_abis:*(-)?] dev-python/six[>=1.10.0][python_abis:*(-)?] ) [[ defined-in = [ httplib2-0.15.0.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7 ) 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 ) python_abis:3.8? ( dev-lang/python:3.8 ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ( test: dev-python/pytest[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" A comprehensive HTTP client library, httplib2.py supports many features left out of other HTTP libraries. HTTP and HTTPS HTTPS support is only available if the socket module was compiled with SSL support. Keep-Alive Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible. Authentication The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS. * Digest * Basic * WSSE Caching The module can optionally operate with a private cache that understands the Cache-Control: header and uses both the ETag and Last-Modified cache validators. All Methods The module can handle any HTTP request method, not just GET and POST. Redirects Automatically follows 3XX redirects on GETs. Compression Handles both 'deflate' and 'gzip' types of compression. Lost update support Automatically adds back ETags into PUT requests to resources we have already cached. This implements Section 3.2 of Detecting the Lost Update Problem Using Unreserved Checkout. Unit Tested A large and growing set of unit tests."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://pypi.org/project/httplib2/"
|
||||
INHERITED=" pypi 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 ~armv7"
|
||||
MYOPTIONS="( ( ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] 3.8 [[ description = [ Use Python ABI 3.8 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-0.12.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-0.15.0.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1544955993"
|
||||
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 POSTGRESQL_SERVERS 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="1578325844"
|
||||
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"
|
||||
@@ -26,9 +26,9 @@ CXXFLAGS="-march=native -pipe -O2"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="SuperHeron-misc"
|
||||
PLATFORMS="~amd64 ~armv7"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--httplib2-0.12.0--C.29854.1544955993.283544.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--httplib2-0.15.0--C.6639.1578325844.175531.C.tar.bz2"
|
||||
SUMMARY="A comprehensive HTTP client library in Python"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:httplib2"
|
||||
Reference in New Issue
Block a user