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-pipeline: django-pipeline-1.3.9.ebuild ChangeLog
Date: Mon, 20 May 2013 16:43:20
Message-Id: 20130520164313.B66472171D@flycatcher.gentoo.org
1 idella4 13/05/20 16:43:13
2
3 Modified: django-pipeline-1.3.9.ebuild ChangeLog
4 Log:
5 proper fix to test phase
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/django-pipeline/django-pipeline-1.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?r1=1.1&r2=1.2
15
16 Index: django-pipeline-1.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- django-pipeline-1.3.9.ebuild 17 May 2013 13:37:03 -0000 1.1
23 +++ django-pipeline-1.3.9.ebuild 20 May 2013 16:43:13 -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-pipeline/django-pipeline-1.3.9.ebuild,v 1.1 2013/05/17 13:37:03 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild,v 1.2 2013/05/20 16:43:13 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
32 @@ -36,12 +36,13 @@
33
34 python_test() {
35 export DJANGO_SETTINGS_MODULE="django.conf"
36 + export SECRET_KEY='green'
37 local test
38 pushd "${BUILD_DIR}"/lib/tests/tests/ > /dev/null || die
39 - for test in [a-z]*.py
40 + for test in test_*.py
41 do
42 if ! "${PYTHON}" -c \
43 - "from django.conf import global_settings;global_settings.SECRET_KEY='green'" ${test}
44 + "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" ${test}
45 then
46 die "test ${test} failed under ${EPYTHON}"
47 else
48
49
50
51 1.11 dev-python/django-pipeline/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.11&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.11&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.10&r2=1.11
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
60 retrieving revision 1.10
61 retrieving revision 1.11
62 diff -u -r1.10 -r1.11
63 --- ChangeLog 17 May 2013 13:37:03 -0000 1.10
64 +++ ChangeLog 20 May 2013 16:43:13 -0000 1.11
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-python/django-pipeline
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.10 2013/05/17 13:37:03 idella4 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.11 2013/05/20 16:43:13 idella4 Exp $
70 +
71 + 20 May 2013; Ian Delaney <idella4@g.o> django-pipeline-1.3.9.ebuild:
72 + proper fix to test phase
73
74 *django-pipeline-1.3.9 (17 May 2013)
75 *django-pipeline-1.2.24 (17 May 2013)