Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/genshi: genshi-0.6.ebuild
Date: Fri, 23 Apr 2010 00:14:06
Message-Id: 20100423001403.541E9A0001@corvid.gentoo.org
1 arfrever 10/04/23 00:14:03
2
3 Modified: genshi-0.6.ebuild
4 Log:
5 Simplify ebuild.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/genshi/genshi-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild?r1=1.1&r2=1.2
14
15 Index: genshi-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- genshi-0.6.ebuild 22 Apr 2010 20:23:50 -0000 1.1
22 +++ genshi-0.6.ebuild 23 Apr 2010 00:14:03 -0000 1.2
23 @@ -1,16 +1,18 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild,v 1.1 2010/04/22 20:23:50 djc Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild,v 1.2 2010/04/23 00:14:03 arfrever Exp $
28
29 -EAPI="2"
30 +EAPI="3"
31 +PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 +DISTUTILS_SRC_TEST="setup.py"
34
35 inherit eutils distutils
36
37 MY_P="Genshi-${PV}"
38
39 DESCRIPTION="Python toolkit for stream-based generation of output for the web."
40 -HOMEPAGE="http://genshi.edgewall.org/"
41 +HOMEPAGE="http://genshi.edgewall.org/ http://pypi.python.org/pypi/Genshi"
42 SRC_URI="ftp://ftp.edgewall.com/pub/genshi/${MY_P}.tar.gz"
43
44 LICENSE="BSD"
45 @@ -24,17 +26,6 @@
46
47 S="${WORKDIR}/${MY_P}"
48
49 -#src_prepare(){
50 - #epatch "${FILESDIR}/${P}_test_fix.patch"
51 -#}
52 -
53 -src_test() {
54 - testing() {
55 - "$(PYTHON)" setup.py test
56 - }
57 - python_execute_function testing
58 -}
59 -
60 src_install() {
61 distutils_src_install