diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:02:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:47 +0100 |
commit | 751e05636f054f388fd68224195a11d4a023141f (patch) | |
tree | 9a601a2df52a69e84dcaf8b2b0e96a5f1b174ae2 /dev-python/gcs-oauth2-boto-plugin | |
parent | dev-python/django-tagging: Use pypi.eclass (diff) | |
download | gentoo-751e05636f054f388fd68224195a11d4a023141f.tar.gz gentoo-751e05636f054f388fd68224195a11d4a023141f.tar.bz2 gentoo-751e05636f054f388fd68224195a11d4a023141f.zip |
dev-python/gcs-oauth2-boto-plugin: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gcs-oauth2-boto-plugin')
-rw-r--r-- | dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index e394eb4ac592..e320e64b3231 100644 --- 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 @@ -3,13 +3,13 @@ EAPI=8 +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_10 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library" HOMEPAGE="https://pypi.org/project/gcs-oauth2-boto-plugin/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |