Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: dev-python/django-social-auth/
Date: Thu, 22 Nov 2012 21:20:21
Message-Id: 1353612364.1786e9321d6765b5af58fea17b71dfcf12f15155.eva@gentoo
1 commit: 1786e9321d6765b5af58fea17b71dfcf12f15155
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 22 19:26:04 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 19:26:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=1786e932
7
8 dev-python/django-social-auth: 0.6.8 → 0.7.1
9
10 Required for sentry.
11
12 ---
13 dev-python/django-social-auth/Manifest | 1 +
14 .../django-social-auth-0.7.1.ebuild | 26 ++++++++++++++++++++
15 dev-python/django-social-auth/metadata.xml | 10 +++++++
16 3 files changed, 37 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-python/django-social-auth/Manifest b/dev-python/django-social-auth/Manifest
19 new file mode 100644
20 index 0000000..d5cd298
21 --- /dev/null
22 +++ b/dev-python/django-social-auth/Manifest
23 @@ -0,0 +1 @@
24 +DIST django-social-auth-0.7.1.tar.gz 75941 SHA256 0ba1190f1f1814b904b141b46d40f79c97d719219b13ccc148476c7553501288 SHA512 789c7e3ab5bfff7e4b042b2ecc4d7e67a0828aa0ad7e706cc26627dae43d62dbceda05a1620186c0bd37caa1b8103e72db659b50b21cf40af562f7cd3390e71b WHIRLPOOL e429e2f9ebdac5913333f0c3903d17ce9f2a9a0c4d302f3559bd20c4902a1c9f34d0fc2aedb771bdcccf6d07bf1edc0494a91789b73a4a1fdfb598066127c97e
25
26 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
27 new file mode 100644
28 index 0000000..8044231
29 --- /dev/null
30 +++ b/dev-python/django-social-auth/django-social-auth-0.7.1.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2012 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $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 $
35 +
36 +EAPI=4
37 +PYTHON_DEPEND="2"
38 +SUPPORT_PYTHON_ABIS=1
39 +RESTRICT_PYTHON_ABIS="3.*"
40 +
41 +inherit distutils
42 +
43 +DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects"
44 +HOMEPAGE="http://pypi.python.org/pypi/django-social-auth/"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +LICENSE="MIT"
50 +SLOT="0"
51 +PYTHON_MODNAME="social_auth"
52 +
53 +RDEPEND=">=dev-python/django-1.2"
54 +DEPEND="${RDEPEND}
55 + dev-python/setuptools
56 + >=dev-python/oauth2-1.5.167
57 + >=dev-python/python-openid-2.2"
58
59 diff --git a/dev-python/django-social-auth/metadata.xml b/dev-python/django-social-auth/metadata.xml
60 new file mode 100644
61 index 0000000..7b8f49c
62 --- /dev/null
63 +++ b/dev-python/django-social-auth/metadata.xml
64 @@ -0,0 +1,10 @@
65 +<?xml version="1.0" encoding="UTF-8"?>
66 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 +<pkgmetadata>
68 + <herd>python</herd>
69 + <maintainer>
70 + <email>idella4@g.o</email>
71 + <name>Ian Delaney</name>
72 + </maintainer>
73 +</pkgmetadata>
74 +