Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
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
|
||||
DIST hasufell-binhost--dev-python--httplib2-0.18.1--C.13000.1605740642.231665.C.tar.bz2 210563 SHA256 55eacc8728630a6165684f4147f1869f768d8684572ac05fd30baf7681de242d SHA512 832845e665cd035677727fb810cd4d00c22e05ec4e014b5fa8facf2e203c04a48dff78cedfe3665624f7027defef72a261860176edf7c30c9febd7addcc59523 WHIRLPOOL 60643e55f5f8ed83f193bbd4110bea465c51466750b8cd358276ff7ab6efb4de6e007dcc84ea2eb1dfb076383d5add96a6f170cd3db57152f05a743829d9577a
|
||||
PBIN httplib2-0.18.1.pbin-1+exheres-0 4096 SHA256 7a81eb07d2a5b12c51db56b51f3d23b57bf9d06fd25576342119f0c4100fa7ef SHA512 e0a6bb9db0bbaf43a2b2d0fb92010e7f18771d90986d5ff38e90fbfd5ac39c77982c1ba370d3f47609ace5b0c5d83a2ec2905c0d439e3306a8c5d9168c3d1f47 WHIRLPOOL eff8c21e2306a2c774d5571cf83b1a8437e4df75612263b61f450fa291acfb720953468d194e731c8dd5c51e1e37f7333ecdb105d53474a765dfc6e1d7c91fae
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# Created by paludis-3.0.0 on Mon Jan 6 16:50:44 CET 2020
|
||||
# Created by paludis-3.0.0 on Thu Nov 19 00:04:02 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.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 ] ]]"
|
||||
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.18.1.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:*(-)?] ( 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.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 ] ]] ) "
|
||||
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 ~armv7 ~armv8"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-0.15.0.tar.gz"
|
||||
DOWNLOADS="https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-0.18.1.tar.gz"
|
||||
OPTIONS="python_abis:2.7 python_abis:3.6 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1578325844"
|
||||
GENERATED_TIME="1605740642"
|
||||
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=""
|
||||
@@ -25,10 +25,10 @@ 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="SuperHeron-misc"
|
||||
GENERATED_FROM_REPOSITORY="python"
|
||||
PLATFORMS="~amd64 ~armv7 ~armv8"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--httplib2-0.15.0--C.6639.1578325844.175531.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-python--httplib2-0.18.1--C.13000.1605740642.231665.C.tar.bz2"
|
||||
SUMMARY="A comprehensive HTTP client library in Python"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=" pypi:httplib2"
|
||||
Reference in New Issue
Block a user