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-tastypie: django-tastypie-0.9.15.ebuild ChangeLog
Date: Thu, 06 Jun 2013 09:32:53
Message-Id: 20130606093246.CD83B2171D@flycatcher.gentoo.org
1 idella4 13/06/06 09:32:46
2
3 Modified: django-tastypie-0.9.15.ebuild ChangeLog
4 Log:
5 tidyup
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.4 dev-python/django-tastypie/django-tastypie-0.9.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild?r1=1.3&r2=1.4
15
16 Index: django-tastypie-0.9.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- django-tastypie-0.9.15.ebuild 3 Jun 2013 07:08:29 -0000 1.3
23 +++ django-tastypie-0.9.15.ebuild 6 Jun 2013 09:32:46 -0000 1.4
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-tastypie/django-tastypie-0.9.15.ebuild,v 1.3 2013/06/03 07:08:29 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v 1.4 2013/06/06 09:32:46 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7} )
32 @@ -42,11 +42,7 @@
33 dev-python/mock[${PYTHON_USEDEP}]
34 )"
35
36 -python_prepare_all() {
37 - # skip run tests script
38 - use test && epatch "${FILESDIR}"/runtests.patch
39 - distutils-r1_python_prepare_all
40 -}
41 +PATCHES=( "${FILESDIR}"/runtests.patch )
42
43 python_compile_all() {
44 use doc && emake -C docs html
45 @@ -57,7 +53,7 @@
46 }
47
48 python_test() {
49 - PYTHONPATH=.:tests ./tests/run_all_tests.sh
50 + PYTHONPATH=.:tests ./tests/run_all_tests.sh || die
51 }
52
53 python_install_all() {
54
55
56
57 1.7 dev-python/django-tastypie/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.7&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.7&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?r1=1.6&r2=1.7
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v
66 retrieving revision 1.6
67 retrieving revision 1.7
68 diff -u -r1.6 -r1.7
69 --- ChangeLog 3 Jun 2013 07:17:51 -0000 1.6
70 +++ ChangeLog 6 Jun 2013 09:32:46 -0000 1.7
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-python/django-tastypie
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.6 2013/06/03 07:17:51 idella4 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.7 2013/06/06 09:32:46 idella4 Exp $
76 +
77 + 06 Jun 2013; Ian Delaney <idella4@g.o> django-tastypie-0.9.15.ebuild,
78 + files/runtests.patch:
79 + tidyup
80
81 3 June 2013; Ian Delaney <idella4@g.o> +runtests.patch,
82 django-tastypie-0.9.15.ebuild: