summaryrefslogtreecommitdiff
path: root/dev-python/google-auth-httplib2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/google-auth-httplib2
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
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.4.ebuild39
-rw-r--r--dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild2
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest
index f5fb82fb77e3..0a05e486d5d2 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1,5 +1,3 @@
-DIST google-auth-httplib2-0.0.4.tar.gz 11218 BLAKE2B a6f4b4cf29ba6db81d70dda16eef7c2d378cf1c38d1f3f2f27a38a7d293809a23a4ae38ef0515b8b1ce278bdfc4a15daa291cac0a70f7a84cf7c8f40e36e01c5 SHA512 a33e54d07c610dcb1e01118808792c3a259b7f1a579acbe3f92825ad5100b96a844168bb37327e71f078b870f1594b021d59d0c86c15868384f19ddb569b42cb
DIST google-auth-library-python-httplib2-0.1.0.tar.gz 25116 BLAKE2B dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5 SHA512 52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5
-EBUILD google-auth-httplib2-0.0.4.ebuild 1099 BLAKE2B da4066323d39a2268034a5e924506f1bb3b76bf3bb434e86b89e455d42414bcc55eca144a53b99ac50881f6276b8bfecac7c65ae87822385803aa73bd153c28e SHA512 9157bb5a36b8582fda04061d25e119dafa8b3b30e88fa1c0b87681cf9619c61ec582a2ca1e8d2a1db026023c44c83613903b1f7703272474005ce8d4087b6447
-EBUILD google-auth-httplib2-0.1.0.ebuild 873 BLAKE2B 1441933b62cf54850e179ccfa76b9eea432d0733bad77e195d6f9eb77f2911b4c2d412fee5a13e99dea5fa687c87c52c5750ce536cba1bae773b732561e8327e SHA512 af1b1cd2ec120ab041f1dc4d2e17c8887f72d42f21374df05e79ff6caebe8c2871fd1dd59aad5010cfc5cbf9d1a15a3fc014213f60aae0e20107b5e8d6a83e43
+EBUILD google-auth-httplib2-0.1.0.ebuild 871 BLAKE2B 25da43187da93a88b038f743c9028d5c1eb28439c71b26ebc9e3eee1b61bc6b3a02c84ea35fd452f27894efed28cfaae74a44512ba9f504aeea37c72d935ce86 SHA512 58b0a290f0821563d72671c087dcf31985fa2e9baebaa7d8fb159c50c808f2c1f608b7f7a873a266567bd310b9b7d6617f9a80db76309a2484ed1bf023f32ae2
MISC metadata.xml 538 BLAKE2B 45c0fccf3cc323cf4eaa98ec238f5d9b80c6e121664da606b99d23e6039762182ec2abd1a89737f74ff7160cf2dc1b70b4326d2643ef453ff98f9745ceb43763 SHA512 fda227c2252a4f7c6a78a5a8681de6d995da1b4e6fbbe4ef8191e9c09985dd6299fa4f8d24e19ad0462c6525f9b214aa744271b3cb5b9af76e6c3971e7658da6
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild
deleted file mode 100644
index 0895e9373a8f..000000000000
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN="google-auth-library-python-httplib2"
-DESCRIPTION="httplib2 Transport for Google Auth"
-HOMEPAGE="https://pypi.org/project/google-auth-httplib2/ https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2"
-# PyPi tarball is missing unit tests
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/httplib2[${PYTHON_USEDEP}]
- dev-python/google-auth[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- test? (
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-localserver[${PYTHON_USEDEP}]
- )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
- pytest -vv || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
index 2ac6744b4e6a..a92f61e6f672 100644
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
+++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
dev-python/httplib2[${PYTHON_USEDEP}]