summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2017-07-13 11:25:38 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2017-07-13 11:25:38 +0000
commitf44487971c6efc29821980b3227e0526483b5296 (patch)
tree5d3c2c0ca2b668f17a4405b21c9b6541e74ffb43 /metadata
parentMerge updates from master (diff)
downloadgentoo-f44487971c6efc29821980b3227e0526483b5296.tar.gz
gentoo-f44487971c6efc29821980b3227e0526483b5296.tar.bz2
gentoo-f44487971c6efc29821980b3227e0526483b5296.zip
2017-07-13 11:25:36 UTC
Diffstat (limited to 'metadata')
-rw-r--r--metadata/md5-cache/dev-python/httplib2-0.10.3-r116
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--metadata/timestamp.chk2
3 files changed, 18 insertions, 2 deletions
diff --git a/metadata/md5-cache/dev-python/httplib2-0.10.3-r1 b/metadata/md5-cache/dev-python/httplib2-0.10.3-r1
new file mode 100644
index 000000000000..aee6f8edc4aa
--- /dev/null
+++ b/metadata/md5-cache/dev-python/httplib2-0.10.3-r1
@@ -0,0 +1,16 @@
+DEFINED_PHASES=compile configure install prepare test
+DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
+DESCRIPTION=A comprehensive HTTP client library
+EAPI=6
+HOMEPAGE=https://pypi.python.org/pypi/httplib2 https://github.com/jcgregorio/httplib2
+IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos
+LICENSE=MIT
+RDEPEND=app-misc/ca-certificates python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]
+REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 )
+RESTRICT=test
+SLOT=0
+SRC_URI=mirror://pypi/h/httplib2/httplib2-0.10.3.tar.gz
+_eclass_exported_funcs=src_prepare:distutils-r1 src_configure:distutils-r1 src_compile:distutils-r1 src_test:distutils-r1 src_install:distutils-r1
+_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 8fec6b1eb195836560e70b66d98fb163 xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120
+_md5_=3ccc71eaa2d5a50e9a9df42f6657114a
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 355a0951524c..0a97aad10b0d 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -7790,7 +7790,7 @@ dev-python/httmock 1.2.2 1.2.3 1.2.4 1.2.5: A mocking library for requests
dev-python/http-parser 0.8.3: HTTP request/response parser for python in C
dev-python/httpauth 0.3: A WSGI middleware that secures routes using HTTP Digest Authentication
dev-python/httpbin 0.4.1: HTTP Request and Response Service
-dev-python/httplib2 0.9.2-r2 0.10.3: A comprehensive HTTP client library
+dev-python/httplib2 0.9.2-r2 0.10.3 0.10.3-r1: A comprehensive HTTP client library
dev-python/httpretty 0.7.0 0.7.1 0.8.0 0.8.0-r1 0.8.6 0.8.10 0.8.12 0.8.14: HTTP client mock for Python
dev-python/httreplay 0.2.0: A HTTP replay library for testing.
dev-python/humanfriendly 2.4: Human friendly output for text interfaces using Python
diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 0405bb3c6312..13d8b28d8e28 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Thu, 13 Jul 2017 10:45:34 +0000
+Thu, 13 Jul 2017 11:25:37 +0000