commit: 5fc634d7198fc7ba8961370024f03b7c5619364a Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Apr 21 14:50:31 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Apr 21 14:51:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc634d7
dev-python/django-social-auth: remove last rited package Closes: https://bugs.gentoo.org/643506 dev-python/django-social-auth/Manifest | 1 - .../django-social-auth-0.7.28.ebuild | 43 ---------------------- dev-python/django-social-auth/metadata.xml | 11 ------ 3 files changed, 55 deletions(-) diff --git a/dev-python/django-social-auth/Manifest b/dev-python/django-social-auth/Manifest deleted file mode 100644 index 22f04ff3036..00000000000 --- a/dev-python/django-social-auth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-social-auth-0.7.28.tar.gz 289666 BLAKE2B ebdc193cb6372131e45f071f87e656c2e31cdfab7381d9fbd117934ba658711b22c68d55078c946bf708a0c9f36efc35335b4a0f6469e829df971db9039ec234 SHA512 9215d8b50896553ad88029a0c89d2db6787468d657b8a34c6c120b3df8c909a42bc79fc54321c6b4dd386867e3479252976f8c0b36f211cc1270baf4b7cc4bf8 diff --git a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild b/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild deleted file mode 100644 index 921ed48df31..00000000000 --- a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects" -HOMEPAGE="https://pypi.org/project/django-social-auth/" -SRC_URI="https://github.com/omab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 x86" -IUSE="doc examples" - -LICENSE="BSD" -SLOT="0" -# Tests access and test logins to social media sites -RESTRICT="test" - -RDEPEND=">=dev-python/django-1.2.5[${PYTHON_USEDEP}] - >=dev-python/oauth2-1.5.167[${PYTHON_USEDEP}] - >=dev-python/python-openid-2.2[${PYTHON_USEDEP}] - >=dev-python/selenium-2.29.0[${PYTHON_USEDEP}] - ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_prepare_all() { - # Prevent un-needed d'loading in doc build - sed -e 's:^intersphinx:_&:' -i doc/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - use examples && local EXAMPLES=( example/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/django-social-auth/metadata.xml b/dev-python/django-social-auth/metadata.xml deleted file mode 100644 index 6f106a3422d..00000000000 --- a/dev-python/django-social-auth/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>pyt...@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">omab/django-social-auth</remote-id> - </upstream> -</pkgmetadata>