commit: 2c258fa826d6feca46ef47cd973639cc30ce8f4f Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 16:42:45 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 16:42:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c258fa8
dev-python/gcs-oauth2-boto-plugin: treeclean Closes: https://bugs.gentoo.org/718976 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/gcs-oauth2-boto-plugin/Manifest | 1 - .../gcs-oauth2-boto-plugin-3.0.ebuild | 44 ---------------------- dev-python/gcs-oauth2-boto-plugin/metadata.xml | 15 -------- profiles/package.mask | 1 - 4 files changed, 61 deletions(-) diff --git a/dev-python/gcs-oauth2-boto-plugin/Manifest b/dev-python/gcs-oauth2-boto-plugin/Manifest deleted file mode 100644 index feb28a7e7a45..000000000000 --- a/dev-python/gcs-oauth2-boto-plugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gcs-oauth2-boto-plugin-3.0.tar.gz 20908 BLAKE2B 85c20d8b39dde8ed8a0bad887572040b8eb1eab91b41558c57ef7c190fff9cc5e0502579881a08ed514de87d5fe91a393779e2de071a53bb21e2371f8f13c047 SHA512 84cef64c2b0cc5e38685bb39b3939c54ceced2c0995a67787bf3541bf8a93b91ffec3da83094b7d6957d5afb60833c5ba4ffe7fb688ba8aa943c5f72c719e93b 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 deleted file mode 100644 index e320e64b3231..000000000000 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-3.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_10 ) - -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/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -# Keep versions in sync with setup.py. -BDEPEND=" - test? ( dev-python/freezegun[${PYTHON_USEDEP}] ) -" -RDEPEND=" - ${PYTHON_DEPS} - >=dev-python/boto-2.29.1[${PYTHON_USEDEP}] - >=dev-python/google-reauth-python-0.1.0[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.18[${PYTHON_USEDEP}] - >=dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.12.0[${PYTHON_USEDEP}] -" - -python_prepare_all() { - distutils-r1_python_prepare_all - # Make sure the unittests aren't installed. - mv gcs_oauth2_boto_plugin/test_oauth2_client.py ./ || die -} - -python_test() { - "${EPYTHON}" "${S}"/test_oauth2_client.py -v \ - || die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/gcs-oauth2-boto-plugin/metadata.xml b/dev-python/gcs-oauth2-boto-plugin/metadata.xml deleted file mode 100644 index 11c87c7e15d0..000000000000 --- a/dev-python/gcs-oauth2-boto-plugin/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Patrick McLean</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Zac Medico</name> - </maintainer> - <upstream> - <remote-id type="pypi">gcs-oauth2-boto-plugin</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 11f720f716fa..fde141de635a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -287,7 +287,6 @@ acct-group/jabber # Removal on 2023-03-05. Bug #718972. app-misc/gcalcli app-misc/goobook -dev-python/gcs-oauth2-boto-plugin # Michał Górny <[email protected]> (2023-02-02) # dev-python/citeproc-py requires dev-python/nose and is not maintained
