Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/unidecode: unidecode-0.04.9.ebuild ChangeLog
Date: Wed, 30 May 2012 12:54:06
Message-Id: 20120530125356.1780C2004B@flycatcher.gentoo.org
1 xarthisius 12/05/30 12:53:56
2
3 Modified: unidecode-0.04.9.ebuild ChangeLog
4 Log:
5 Restrict not working ABIs, add proper PYTHON_DEPEND, drop empty (R)DEPEND
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/unidecode/unidecode-0.04.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild?r1=1.3&r2=1.4
15
16 Index: unidecode-0.04.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- unidecode-0.04.9.ebuild 28 May 2012 23:21:18 -0000 1.3
23 +++ unidecode-0.04.9.ebuild 30 May 2012 12:53:56 -0000 1.4
24 @@ -1,24 +1,26 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.3 2012/05/28 23:21:18 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.4 2012/05/30 12:53:56 xarthisius Exp $
29
30 EAPI=4
31
32 +PYTHON_DEPEND="*:2.6"
33 SUPPORT_PYTHON_ABIS="1"
34 -RESTRICT_PYTHON_ABIS=""
35 +RESTRICT_PYTHON_ABIS="2.5"
36 +DISTUTILS_SRC_TEST=setup.py
37
38 -inherit distutils
39 +MY_PN=Unidecode
40 +MY_P=${MY_PN}-${PV}
41
42 -S="${WORKDIR}/Unidecode-${PV}"
43 +inherit distutils
44
45 DESCRIPTION="Module providing ASCII transliterations of Unicode text"
46 HOMEPAGE="http://pypi.python.org/pypi/Unidecode"
47 -SRC_URI="mirror://pypi/U/Unidecode/Unidecode-${PV}.tar.gz"
48 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
49
50 LICENSE="GPL-2"
51 SLOT="0"
52 KEYWORDS="~amd64 ~x86"
53 IUSE=""
54
55 -DEPEND=""
56 -RDEPEND="${DEPEND}"
57 +S=${WORKDIR}/${MY_P}
58
59
60
61 1.4 dev-python/unidecode/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.4&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.4&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.3&r2=1.4
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v
70 retrieving revision 1.3
71 retrieving revision 1.4
72 diff -u -r1.3 -r1.4
73 --- ChangeLog 28 May 2012 23:21:18 -0000 1.3
74 +++ ChangeLog 30 May 2012 12:53:56 -0000 1.4
75 @@ -1,6 +1,9 @@
76 # ChangeLog for dev-python/unidecode
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.3 2012/05/28 23:21:18 jdhore Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.4 2012/05/30 12:53:56 xarthisius Exp $
80 +
81 + 30 May 2012; Kacper Kowalik <xarthisius@g.o> unidecode-0.04.9.ebuild:
82 + Restrict not working ABIs, add proper PYTHON_DEPEND, drop empty (R)DEPEND
83
84 28 May 2012; Jeff Horelick <jdhore@g.o> unidecode-0.04.9.ebuild:
85 Keyword ~x86.