Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/
Date: Sun, 27 Mar 2022 08:17:16
Message-Id: 1648369023.3de652f50c8b9b5cccee3ae7efcb14f37409ebd5.mgorny@gentoo
1 commit: 3de652f50c8b9b5cccee3ae7efcb14f37409ebd5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 08:16:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 08:17:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de652f5
7
8 dev-python/google-auth-httplib2: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../google-auth-httplib2-0.1.0.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 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
16 deleted file mode 100644
17 index a92f61e6f672..000000000000
18 --- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..9} )
27 -
28 -inherit distutils-r1
29 -
30 -MY_P="google-auth-library-python-httplib2-${PV}"
31 -DESCRIPTION="httplib2 Transport for Google Auth"
32 -HOMEPAGE="https://pypi.org/project/google-auth-httplib2/
33 - https://github.com/googleapis/google-auth-library-python-httplib2"
34 -SRC_URI="
35 - https://github.com/googleapis/google-auth-library-python-httplib2/archive/v${PV}.tar.gz
36 - -> ${MY_P}.tar.gz"
37 -S="${WORKDIR}/${MY_P}"
38 -
39 -LICENSE="Apache-2.0"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~arm ~arm64 x86"
42 -
43 -RDEPEND="
44 - dev-python/httplib2[${PYTHON_USEDEP}]
45 - dev-python/google-auth[${PYTHON_USEDEP}]
46 - "
47 -BDEPEND="
48 - test? (
49 - dev-python/flask[${PYTHON_USEDEP}]
50 - dev-python/mock[${PYTHON_USEDEP}]
51 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
52 - )"
53 -
54 -distutils_enable_tests pytest