Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/py: py-1.4.9.ebuild ChangeLog
Date: Thu, 28 Jun 2012 06:55:23
Message-Id: 20120628065458.4B4D72004B@flycatcher.gentoo.org
1 patrick 12/06/28 06:54:58
2
3 Modified: ChangeLog
4 Added: py-1.4.9.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.121 dev-python/py/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.121&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.121&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?r1=1.120&r2=1.121
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
20 retrieving revision 1.120
21 retrieving revision 1.121
22 diff -u -r1.120 -r1.121
23 --- ChangeLog 19 Jun 2012 17:56:27 -0000 1.120
24 +++ ChangeLog 28 Jun 2012 06:54:58 -0000 1.121
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/py
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.120 2012/06/19 17:56:27 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.121 2012/06/28 06:54:58 patrick Exp $
30 +
31 +*py-1.4.9 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Patrick Lauer <patrick@g.o> +py-1.4.9.ebuild:
34 + Bump
35
36 19 Jun 2012; Kacper Kowalik <xarthisius@g.o> py-1.4.8.ebuild:
37 Use EAPI=4. Simplify dependencies. Reenable tests fixed by upstream thanks to
38 @@ -418,4 +423,3 @@
39 05 May 2007; Lukasz Strzygowski <lucass@g.o> +metadata.xml,
40 +py-0.9.0.ebuild:
41 Initial commit.
42 -
43
44
45
46 1.1 dev-python/py/py-1.4.9.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.9.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.9.ebuild?rev=1.1&content-type=text/plain
50
51 Index: py-1.4.9.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.9.ebuild,v 1.1 2012/06/28 06:54:58 patrick Exp $
56
57 EAPI="4"
58 SUPPORT_PYTHON_ABIS="1"
59 DISTUTILS_SRC_TEST="py.test"
60
61 inherit distutils
62
63 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
64 HOMEPAGE="http://pylib.org/ http://pypi.python.org/pypi/py"
65 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
70 IUSE=""
71
72 DEPEND="app-arch/unzip
73 dev-python/setuptools
74 test? ( >=dev-python/pytest-2 )"
75 RDEPEND=""
76
77 DOCS="CHANGELOG README.txt"