commit: a12bec86be14decfbd4646e1e77f3035e04b0145 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Oct 9 08:14:28 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Oct 9 08:14:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12bec86
dev-python/oauth2: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/oauth2/Manifest | 1 - .../oauth2/files/1.9.0_p1-exclude-tests.patch | 11 ------ dev-python/oauth2/metadata.xml | 13 ------- dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild | 40 ---------------------- profiles/package.mask | 6 ---- 5 files changed, 71 deletions(-) diff --git a/dev-python/oauth2/Manifest b/dev-python/oauth2/Manifest deleted file mode 100644 index a7c88e0fa86..00000000000 --- a/dev-python/oauth2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST oauth2-1.9.0.post1.tar.gz 21306 BLAKE2B 3e61ba6d46b98c594fa31e828885930490f99390f14e0173bdf719cfc1d5e8ad385e56c9654e139279cd95611a7e35b1fe0276679a2a4849b67125f5e6919788 SHA512 a3b64eef331d4c4f59c275f14efb2dfb48ad60de47a59a88106f60d64428a09b76d8bedf08c98c113493968d83708b1478b4b61b2b5528b5b01fa22777daff4c diff --git a/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch b/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch deleted file mode 100644 index 0d3a0fa962a..00000000000 --- a/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -45,7 +45,7 @@ - "Natural Language :: English", - "License :: OSI Approved :: MIT License" - ], -- packages = find_packages(), -+ packages = find_packages(exclude=['tests']), - install_requires = ['httplib2'], - license = "MIT License", - keywords="oauth", diff --git a/dev-python/oauth2/metadata.xml b/dev-python/oauth2/metadata.xml deleted file mode 100644 index d08b5485d08..00000000000 --- a/dev-python/oauth2/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">oauth2</remote-id> - <remote-id type="github">joestump/python-oauth2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild deleted file mode 100644 index dcf5e4e10dd..00000000000 --- a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -MY_P="${P/_p/.post}" - -DESCRIPTION="Library for OAuth version 1.0" -HOMEPAGE="https://pypi.org/project/oauth2/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~x64-macos" - -RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]" -DEPEND=" - test? ( ${RDEPEND} - dev-python/mock[${PYTHON_USEDEP}] - )" - -# https://github.com/joestump/python-oauth2/pull/212 -PATCHES=( - "${FILESDIR}/${PV}-exclude-tests.patch" -) - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # These tests require network access - tests/test_oauth.py::TestClient::test_access_token_get - tests/test_oauth.py::TestClient::test_access_token_post - tests/test_oauth.py::TestClient::test_two_legged_get - tests/test_oauth.py::TestClient::test_two_legged_post -) diff --git a/profiles/package.mask b/profiles/package.mask index c73ae18e286..75614dac83c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -280,12 +280,6 @@ dev-python/fudge # https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#migratt >=net-news/rssguard-4.0.0 -# Louis Sautier <[email protected]> (2021-09-09) -# No reverse dependencies, no upstream activity for more than 3 years. -# dev-python/oauthlib is maintained and provides the same functionality. -# Removal on 2021-10-09. -dev-python/oauth2 - # Thomas Deutschmann <[email protected]> (2021-09-07) # Masked while being tested and reverse deps aren't fully compatible # bug #797325.
