diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-22 20:26:04 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-11-22 20:26:04 +0100 |
commit | 1786e9321d6765b5af58fea17b71dfcf12f15155 (patch) | |
tree | e4160591a6209b765fc12ed3978306629ecd91b2 /dev-python | |
parent | dev-python/pynliner: initial ebuild (diff) | |
download | eva-1786e9321d6765b5af58fea17b71dfcf12f15155.tar.gz eva-1786e9321d6765b5af58fea17b71dfcf12f15155.tar.bz2 eva-1786e9321d6765b5af58fea17b71dfcf12f15155.zip |
dev-python/django-social-auth: 0.6.8 → 0.7.1
Required for sentry.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-social-auth/Manifest | 1 | ||||
-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 | 10 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/django-social-auth/Manifest b/dev-python/django-social-auth/Manifest new file mode 100644 index 0000000..d5cd298 --- /dev/null +++ b/dev-python/django-social-auth/Manifest @@ -0,0 +1 @@ +DIST django-social-auth-0.7.1.tar.gz 75941 SHA256 0ba1190f1f1814b904b141b46d40f79c97d719219b13ccc148476c7553501288 SHA512 789c7e3ab5bfff7e4b042b2ecc4d7e67a0828aa0ad7e706cc26627dae43d62dbceda05a1620186c0bd37caa1b8103e72db659b50b21cf40af562f7cd3390e71b WHIRLPOOL e429e2f9ebdac5913333f0c3903d17ce9f2a9a0c4d302f3559bd20c4902a1c9f34d0fc2aedb771bdcccf6d07bf1edc0494a91789b73a4a1fdfb598066127c97e 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 new file mode 100644 index 0000000..8044231 --- /dev/null +++ b/dev-python/django-social-auth/django-social-auth-0.7.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.6.8.ebuild,v 1.1 2012/04/25 18:58:58 tampakrap Exp $ + +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 new file mode 100644 index 0000000..7b8f49c --- /dev/null +++ b/dev-python/django-social-auth/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>idella4@gentoo.org</email> + <name>Ian Delaney</name> + </maintainer> +</pkgmetadata> + |