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/kid: kid-0.9.6.ebuild
Date: Sun, 04 Apr 2010 16:24:38
Message-Id: E1NySch-0003bs-P5@stork.gentoo.org
1 arfrever 10/04/04 16:24:31
2
3 Modified: kid-0.9.6.ebuild
4 Log:
5 Update HOMEPAGE and SRC_URI.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 dev-python/kid/kid-0.9.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild?r1=1.3&r2=1.4
14
15 Index: kid-0.9.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- kid-0.9.6.ebuild 10 Oct 2009 17:24:44 -0000 1.3
22 +++ kid-0.9.6.ebuild 4 Apr 2010 16:24:31 -0000 1.4
23 @@ -1,27 +1,26 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild,v 1.3 2009/10/10 17:24:44 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6.ebuild,v 1.4 2010/04/04 16:24:31 arfrever Exp $
29
30 -EAPI="2"
31 -
32 -NEED_PYTHON="2.5"
33 +EAPI="3"
34 +PYTHON_DEPEND="2"
35 SUPPORT_PYTHON_ABIS="1"
36
37 inherit distutils
38
39 DESCRIPTION="A simple and Pythonic XML template language"
40 -SRC_URI="http://www.kid-templating.org/dist/${PV}/dist/${P}.tar.gz"
41 -HOMEPAGE="http://www.kid-templating.org/"
42 +HOMEPAGE="http://www.kid-templating.org/ http://pypi.python.org/pypi/kid"
43 +SRC_URI="http://www.kid-templating.org/dist/${PV}/${P}.tar.gz"
44
45 -KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
46 LICENSE="MIT"
47 SLOT="0"
48 +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
49 IUSE="doc examples"
50
51 RDEPEND=""
52 -DEPEND=">=dev-python/setuptools-0.6_rc6
53 +DEPEND="dev-python/setuptools
54 doc? ( dev-python/docutils )"
55 -RESTRICT_PYTHON_ABIS="2.4 3.*"
56 +RESTRICT_PYTHON_ABIS="3.*"
57
58 DOCS="HISTORY RELEASING"