From 5f8598bd77f099810505cf96dfe70fd9a619281d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Feb 2020 20:21:54 +0100 Subject: [PATCH] dev-python/django-oauth-plus: Remove last-rited package MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/django-oauth-plus/Manifest | 1 - .../django-oauth-plus-2.2.8.ebuild | 35 ------------------- dev-python/django-oauth-plus/metadata.xml | 11 ------ profiles/package.mask | 2 -- 4 files changed, 49 deletions(-) delete mode 100644 dev-python/django-oauth-plus/Manifest delete mode 100644 dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild delete mode 100644 dev-python/django-oauth-plus/metadata.xml diff --git a/dev-python/django-oauth-plus/Manifest b/dev-python/django-oauth-plus/Manifest deleted file mode 100644 index 4139afd42298..000000000000 --- a/dev-python/django-oauth-plus/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-oauth-plus-2.2.8.tar.gz 25911 BLAKE2B 5356257f2d95fafe40ae8d65e7baf5ca8b3b7269151acb81dc5eac74fd1bdb97100a916fd406a4116ba2df0b6c0f44f561abefcfb059cc1520291d04eab5a66b SHA512 9237a2e2e52923b2fdfd3b7feff63e11f2c06c871faca3455189edba233e2a6513169481092f413c3ddea1c919f4b995fb465a505935388f1d803d094942ee07 diff --git a/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild b/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild deleted file mode 100644 index a26ac9639ab4..000000000000 --- a/dev-python/django-oauth-plus/django-oauth-plus-2.2.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -# Testsuite written for py2 only, no indication given in source - -inherit distutils-r1 - -DESCRIPTION="Support of OAuth 1.0a in Django using python-oauth2" -HOMEPAGE="https://pypi.org/project/django-oauth-plus/ http://code.welldev.org/django-oauth-plus/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-1.3[${PYTHON_USEDEP}] - >=dev-python/oauth2-1.5.170[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} - dev-python/mock[${PYTHON_USEDEP}] )" - -python_test() { - PYTHONPATH=.:oauth_provider - if "${PYTHON}" oauth_provider/runtests/runtests.py; then - einfo "Testsuite passed under ${EPYTHON}" - else - die "Testsuite failed under ${EPYTHON}" - fi -} diff --git a/dev-python/django-oauth-plus/metadata.xml b/dev-python/django-oauth-plus/metadata.xml deleted file mode 100644 index 5d603775593c..000000000000 --- a/dev-python/django-oauth-plus/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - django-oauth-plus - - diff --git a/profiles/package.mask b/profiles/package.mask index 94fb93e14b61..22449fd43f15 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -551,7 +551,6 @@ www-plugins/passff # The following packages depend on django, support Python 2 only # and have no reverse dependencies. # Removal in 30 days. Bug #706360. -dev-python/django-oauth-plus dev-python/django-openid-auth dev-python/django-piston dev-python/django-registration @@ -638,7 +637,6 @@ net-im/silc-toolkit # The following Gentoo packages are Python 2-only and have no reverse # dependencies. # Removal in 30 days. Bug #705762. -dev-python/django-oauth-plus dev-python/django-openid-auth dev-python/django-piston dev-python/django-registration -- 2.26.2