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/gcs-oauth2-boto-plugin/
Date: Fri, 17 Mar 2023 15:29:20
Message-Id: 1679066927.751e05636f054f388fd68224195a11d4a023141f.mgorny@gentoo
1 commit: 751e05636f054f388fd68224195a11d4a023141f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:28 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:28:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751e0563
7
8 dev-python/gcs-oauth2-boto-plugin: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
16 index e394eb4ac592..e320e64b3231 100644
17 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
18 +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild
19 @@ -3,13 +3,13 @@
20
21 EAPI=8
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_10 )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library"
30 HOMEPAGE="https://pypi.org/project/gcs-oauth2-boto-plugin/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="Apache-2.0"
34 SLOT="0"