Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-social-auth: django-social-auth-0.7.23.ebuild ChangeLog
Date: Sat, 01 Jun 2013 17:24:43
Message-Id: 20130601172437.3000A2171D@flycatcher.gentoo.org
1 idella4 13/06/01 17:24:37
2
3 Modified: django-social-auth-0.7.23.ebuild ChangeLog
4 Log:
5 Add missing deps, change of tarball and SRC_URI, restrict tests
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/django-social-auth/django-social-auth-0.7.23.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild?r1=1.1&r2=1.2
15
16 Index: django-social-auth-0.7.23.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- django-social-auth-0.7.23.ebuild 28 May 2013 15:55:52 -0000 1.1
23 +++ django-social-auth-0.7.23.ebuild 1 Jun 2013 17:24:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild,v 1.1 2013/05/28 15:55:52 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.23.ebuild,v 1.2 2013/06/01 17:24:37 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7} )
32 @@ -9,32 +9,19 @@
33
34 DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects"
35 HOMEPAGE="http://pypi.python.org/pypi/django-social-auth/"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37 +SRC_URI="https://github.com/omab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 LICENSE="BSD"
42 SLOT="0"
43 +# Tests access and test logins to social media sites
44 +RESTRICT="test"
45
46 RDEPEND=">=dev-python/django-1.3.2[${PYTHON_USEDEP}]
47 >=dev-python/oauth2-1.5.170[${PYTHON_USEDEP}]
48 - >=dev-python/python-openid-2.2[${PYTHON_USEDEP}]"
49 + >=dev-python/python-openid-2.2[${PYTHON_USEDEP}]
50 + >=dev-python/selenium-2.29.0[${PYTHON_USEDEP}]
51 + dev-python/mock[${PYTHON_USEDEP}]"
52 DEPEND="${RDEPEND}
53 dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -python_test() {
56 - export DJANGO_SETTINGS_MODULE="django.conf"
57 - export SECRET_KEY='green'
58 - local test
59 - for test in social_auth/tests/{base.py,client.py,facebook.py,google.py,odnoklassniki.py,twitter.py}
60 - do
61 - if ! "${PYTHON}" -c \
62 - "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" $test
63 - then
64 - die "test ${test} failed under ${EPYTHON}"
65 - else
66 - einfo "test ${test} passed"
67 - fi
68 - done
69 - einfo "All tests passed under ${EPYTHON}"
70 -}
71
72
73
74 1.4 dev-python/django-social-auth/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?r1=1.3&r2=1.4
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- ChangeLog 28 May 2013 15:55:52 -0000 1.3
87 +++ ChangeLog 1 Jun 2013 17:24:37 -0000 1.4
88 @@ -1,6 +1,10 @@
89 # ChangeLog for dev-python/django-social-auth
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v 1.3 2013/05/28 15:55:52 idella4 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v 1.4 2013/06/01 17:24:37 idella4 Exp $
93 +
94 + 01 Jun 2013; Ian Delaney <idella4@g.o>
95 + django-social-auth-0.7.23.ebuild:
96 + Add missing deps, change of tarball and SRC_URI, restrict tests
97
98 *django-social-auth-0.7.23 (28 May 2013)