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/configobj: configobj-4.6.0.ebuild
Date: Wed, 04 Nov 2009 15:06:13
Message-Id: E1N5hR2-0000gO-Mo@stork.gentoo.org
1 arfrever 09/11/04 15:06:08
2
3 Modified: configobj-4.6.0.ebuild
4 Log:
5 Update HOMEPAGE.
6 (Portage version: 14775-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-python/configobj/configobj-4.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild?r1=1.5&r2=1.6
14
15 Index: configobj-4.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- configobj-4.6.0.ebuild 4 Nov 2009 14:45:26 -0000 1.5
22 +++ configobj-4.6.0.ebuild 4 Nov 2009 15:06:08 -0000 1.6
23 @@ -1,16 +1,14 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild,v 1.5 2009/11/04 14:45:26 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-4.6.0.ebuild,v 1.6 2009/11/04 15:06:08 arfrever Exp $
28
29 EAPI="2"
30 -
31 -NEED_PYTHON="2.4"
32 SUPPORT_PYTHON_ABIS="1"
33
34 inherit eutils distutils
35
36 DESCRIPTION="Simple config file reader and writer"
37 -HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html"
38 +HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj"
39 SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
40
41 LICENSE="BSD"
42 @@ -20,8 +18,7 @@
43
44 DEPEND="app-arch/unzip"
45 RDEPEND=""
46 -
47 -RESTRICT_PYTHON_ABIS="3*"
48 +RESTRICT_PYTHON_ABIS="3.*"
49
50 src_prepare() {
51 epatch "${FILESDIR}"/${P}-bad-tests.patch