Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rdflib: ChangeLog rdflib-3.1.0.ebuild
Date: Mon, 02 Apr 2012 16:22:38
Message-Id: 20120402162220.88A5D2004B@flycatcher.gentoo.org
1 jlec 12/04/02 16:22:20
2
3 Modified: ChangeLog rdflib-3.1.0.ebuild
4 Log:
5 backport latest fix for tests, #410555
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-python/rdflib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 Sep 2011 21:20:56 -0000 1.11
23 +++ ChangeLog 2 Apr 2012 16:22:20 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/rdflib
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.11 2011/09/12 21:20:56 neurogeek Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.12 2012/04/02 16:22:20 jlec Exp $
30 +
31 + 02 Apr 2012; Justin Lecher <jlec@g.o> rdflib-3.1.0.ebuild,
32 + +files/rdflib-3.1.0-test.patch:
33 + backport latest fix for tests, #410555
34
35 12 Sep 2011; Jesus Rivero <neurogeek@g.o> rdflib-3.1.0.ebuild:
36 Delete "zodb" USE flag. Patch by Arfrever.
37
38
39
40 1.3 dev-python/rdflib/rdflib-3.1.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild?r1=1.2&r2=1.3
45
46 Index: rdflib-3.1.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- rdflib-3.1.0.ebuild 12 Sep 2011 21:20:56 -0000 1.2
53 +++ rdflib-3.1.0.ebuild 2 Apr 2012 16:22:20 -0000 1.3
54 @@ -1,13 +1,13 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild,v 1.2 2011/09/12 21:20:56 neurogeek Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-3.1.0.ebuild,v 1.3 2012/04/02 16:22:20 jlec Exp $
60
61 EAPI="3"
62 PYTHON_DEPEND="2"
63 SUPPORT_PYTHON_ABIS="1"
64 -RESTRICT_PYTHON_ABIS="3.*"
65 +RESTRICT_PYTHON_ABIS="3.* *-pypy-*"
66
67 -inherit distutils
68 +inherit distutils eutils
69
70 DESCRIPTION="RDF library containing a triple store and parser/serializer"
71 HOMEPAGE="http://www.rdflib.net/ http://pypi.python.org/pypi/rdflib"
72 @@ -25,6 +25,11 @@
73 DEPEND="${RDEPEND}
74 test? ( dev-python/nose )"
75
76 +src_prepare() {
77 + epatch "${FILESDIR}"/${P}-test.patch
78 + distutils_src_prepare
79 +}
80 +
81 src_test() {
82 testing() {
83 PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib)" "$(PYTHON)" run_tests.py