diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-03-21 09:14:52 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-03-21 09:14:52 +0100 |
commit | 8905a2e3398282ebea97785a66ff11282017840a (patch) | |
tree | 7be3c43e628e3b08a2c1068245b44cad3e1533a5 /dev-python | |
parent | app-emulation/virt-what: import from portage (diff) | |
download | eva-8905a2e3398282ebea97785a66ff11282017840a.tar.gz eva-8905a2e3398282ebea97785a66ff11282017840a.tar.bz2 eva-8905a2e3398282ebea97785a66ff11282017840a.zip |
dev-python/django-social-auth: obsolete ebuild
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-social-auth/Manifest | 11 | ||||
-rw-r--r-- | dev-python/django-social-auth/django-social-auth-0.7.1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/django-social-auth/metadata.xml | 12 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/django-social-auth/Manifest b/dev-python/django-social-auth/Manifest deleted file mode 100644 index 1a7908e..0000000 --- a/dev-python/django-social-auth/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST django-social-auth-0.7.1.tar.gz 75941 SHA256 0ba1190f1f1814b904b141b46d40f79c97d719219b13ccc148476c7553501288 SHA512 789c7e3ab5bfff7e4b042b2ecc4d7e67a0828aa0ad7e706cc26627dae43d62dbceda05a1620186c0bd37caa1b8103e72db659b50b21cf40af562f7cd3390e71b WHIRLPOOL e429e2f9ebdac5913333f0c3903d17ce9f2a9a0c4d302f3559bd20c4902a1c9f34d0fc2aedb771bdcccf6d07bf1edc0494a91789b73a4a1fdfb598066127c97e ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEAREKAAYFAlY5PTQACgkQ1fmVwcYIWAZinQCdHsLjKMq/eSDk2bJKvFonAlis -vNkAoODBygkBqEqOvxXX8n8MPk7Fylrz -=7ykK ------END PGP SIGNATURE----- diff --git a/dev-python/django-social-auth/django-social-auth-0.7.1.ebuild b/dev-python/django-social-auth/django-social-auth-0.7.1.ebuild deleted file mode 100644 index 1b5cff2..0000000 --- a/dev-python/django-social-auth/django-social-auth-0.7.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects" -HOMEPAGE="http://pypi.python.org/pypi/django-social-auth/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -IUSE="" - -LICENSE="MIT" -SLOT="0" -PYTHON_MODNAME="social_auth" - -RDEPEND=">=dev-python/django-1.2" -DEPEND="${RDEPEND} - dev-python/setuptools - >=dev-python/oauth2-1.5.167 - >=dev-python/python-openid-2.2" diff --git a/dev-python/django-social-auth/metadata.xml b/dev-python/django-social-auth/metadata.xml deleted file mode 100644 index 311bcfc..0000000 --- a/dev-python/django-social-auth/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>idella4@gentoo.org</email> - <name>Ian Delaney</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> -</pkgmetadata> |