Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinx: sphinx-0.4.2.ebuild ChangeLog
Date: Fri, 01 Aug 2008 16:47:57
Message-Id: E1KOxnF-0006sR-3F@stork.gentoo.org
1 pythonhead 08/08/01 16:47:53
2
3 Modified: sphinx-0.4.2.ebuild ChangeLog
4 Log:
5 Dropped ia64 and ppc until dev-python/nose gets keyworded. bug #233554
6 (Portage version: 2.2_rc4/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.2 dev-python/sphinx/sphinx-0.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild?r1=1.1&r2=1.2
14
15 Index: sphinx-0.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sphinx-0.4.2.ebuild 1 Aug 2008 06:51:29 -0000 1.1
22 +++ sphinx-0.4.2.ebuild 1 Aug 2008 16:47:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild,v 1.1 2008/08/01 06:51:29 neurogeek Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-0.4.2.ebuild,v 1.2 2008/08/01 16:47:52 pythonhead Exp $
28
29 inherit distutils
30
31 @@ -12,16 +12,16 @@
32 SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
33 LICENSE="BSD"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
36 +KEYWORDS="~amd64 ~sparc ~x86"
37 IUSE="doc test"
38
39 -DEPEND="!sparc? ( !ppc? ( !ia64? ( test? ( dev-python/nose ) ) ) )
40 - >=dev-python/pygments-0.8
41 +RDEPEND=">=dev-python/pygments-0.8
42 >=dev-python/jinja-1.1
43 >=dev-python/docutils-0.4
44 dev-python/setuptools"
45
46 -RDEPEND="${DEPEND}"
47 +DEPEND="${RDEPEND}
48 + test? ( dev-python/nose )"
49
50 S="${WORKDIR}/${MY_P}"
51
52 @@ -43,6 +43,8 @@
53 }
54
55 src_test() {
56 + #Tests fail without this directory, fixed in next release
57 + #http://bugs.python.org/issue3484
58 mkdir tests/root/_build
59 - PYTHONPATH=. ${python} tests/run.py || die "Tests failed"
60 + PYTHONPATH=. "${python}" tests/run.py || die "Tests failed"
61 }
62
63
64
65 1.6 dev-python/sphinx/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.6&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.6&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sphinx/ChangeLog?r1=1.5&r2=1.6
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
74 retrieving revision 1.5
75 retrieving revision 1.6
76 diff -u -r1.5 -r1.6
77 --- ChangeLog 1 Aug 2008 06:51:29 -0000 1.5
78 +++ ChangeLog 1 Aug 2008 16:47:52 -0000 1.6
79 @@ -1,6 +1,9 @@
80 # ChangeLog for dev-python/sphinx
81 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.5 2008/08/01 06:51:29 neurogeek Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.6 2008/08/01 16:47:52 pythonhead Exp $
84 +
85 + 01 Aug 2008; Rob Cakebread <pythonhead@g.o> -sphinx-0.4.2.ebuild:
86 + Dropped ia64 and ppc until dev-python/nose gets keyworded. bug #233554
87
88 *sphinx-0.4.2 (01 Aug 2008)