summaryrefslogtreecommitdiff
path: root/dev-python/google-auth-httplib2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/google-auth-httplib2
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/google-auth-httplib2')
-rw-r--r--dev-python/google-auth-httplib2/Manifest4
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild4
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest
index 9e442bb5337d..c0e74113b91e 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1,5 +1,5 @@
DIST google-auth-httplib2-0.0.2.tar.gz 10830 BLAKE2B 7f2092d83c318510b9140791681a58bd3e436f3b5966c8dc53aa5b041e50fdc4f93c276810a0e6ca20b14a919eb37588ae1d027b5eba74f79f44a6809909dd4f SHA512 ec111fdad930bfe3f8f97df70a8bef955920ab2cb0c383d7888ff444f19e5c176dd5aabe10f9a870c86035791a2b27e3e8e1276360626ff5e430db823da5efb0
DIST google-auth-httplib2-0.0.3.tar.gz 10914 BLAKE2B 20473182a5bd4633d1ae16101d81520ddf182706d478c066e533a2eac3e28fccf2bbaf733eeb4f7ea14d658fe29b9b0c656307bb555aabd2d1a21585e3e3d3ba SHA512 dc39626961dfc67ee56d1c74b4e37e6c6a81ec3c8ddcc24007535acc6a973f2cba5e65a9ece323f53d4dcb4f7bca948d65bde4ab55b2c002432d020cba9d914e
-EBUILD google-auth-httplib2-0.0.2.ebuild 1183 BLAKE2B 7950fe1aa511d04c51278b99166d35ac9d2a76e86b0f77f14b6fff87dc2160918773a0b3c78abdff9ef8898dcb114ee7184a0fac1dbbf93777f101d8888ad1ee SHA512 7bdc578ff403abbf78280a0ed38b48bb12c791876065c2ba9e2136ac21ac17307c3aab4f03db0fedfe17bc28156b97113da79f3ac127a8a9e05a09718e1b4066
-EBUILD google-auth-httplib2-0.0.3.ebuild 1189 BLAKE2B a5c6d0198f6df28421059adbfb622dfa9b91824ad9756e7eb7483ce392f82db599848c5415edd45bc4206c0fe78d02f7fba58e3a0af63b96364c924e051a4a08 SHA512 8567144907d13ed2a3e8ad64b86329f16b40aa01d5b8b1c7d6f99cb381d3c3f624bcbf8d0e4d942b088aed381f4f31c9933352c98ef4c445b72bf64fef3fbf05
+EBUILD google-auth-httplib2-0.0.2.ebuild 1176 BLAKE2B 8c35d272fe67e754f73f882115c8f5a6cca784bb41834dec6f413e5255f41a145764889f20c54814ddd92df3a35a820271d6a9e7531146bdbc26dc67d05e5f8e SHA512 d9dcf08777e83ab375414db33f7e164bf6a981d480afd3dbf4d0090ec1da42cf5a40e66f22c6127703528446894216cb1481376590e591571e65ebe3f755ea19
+EBUILD google-auth-httplib2-0.0.3.ebuild 1182 BLAKE2B 7a59fa537ea4df5b954cc8852c07abe4a37fb714e36f889a8341e476d308f2ae254931d038b79bf5a9350332d3d7aa184818e63f9a7c2513d574fc8408db755a SHA512 9cdb9553b7367e32402c2236ead7841796ca0ccd548b093e64700712b0e7eca2ae36405a3555b5c7d4f1fdce5b66e69af5042613c64054a139b301490dbfe668
MISC metadata.xml 422 BLAKE2B 4aa4a1542a90ed8ebc399dff1824e77e9f695104e4e59317af95e21719d993ceea8c5ed512d15cc2d9d4085bdd1afcc70a58e2f0d7ce673508e2cb6f52d3664b SHA512 bba9deccadfaf0b663a2f6239633f20ee02838d98cfa25e4d8c399e5635c4cd0b811dbf821f18edf98b328a56a37146bc316aceed6b5b057ef5fd2cd151bbaa2
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
index a82bed81fc9d..e395f1623b0b 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
index f47ccd9b9594..30b3605f14d6 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1