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.14.ebuild ChangeLog
Date: Thu, 23 May 2013 05:10:51
Message-Id: 20130523051044.E4FFB2171D@flycatcher.gentoo.org
1 patrick 13/05/23 05:10:44
2
3 Modified: ChangeLog
4 Added: py-1.4.14.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.144 dev-python/py/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.144&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.144&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?r1=1.143&r2=1.144
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
20 retrieving revision 1.143
21 retrieving revision 1.144
22 diff -u -r1.143 -r1.144
23 --- ChangeLog 12 May 2013 18:18:08 -0000 1.143
24 +++ ChangeLog 23 May 2013 05:10:44 -0000 1.144
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/py
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.143 2013/05/12 18:18:08 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.144 2013/05/23 05:10:44 patrick Exp $
30 +
31 +*py-1.4.14 (23 May 2013)
32 +
33 + 23 May 2013; Patrick Lauer <patrick@g.o> +py-1.4.14.ebuild:
34 + Bump
35
36 12 May 2013; Mike Frysinger <vapier@g.o> py-1.4.13.ebuild:
37 Add missing ~s390 #469242.
38
39
40
41 1.1 dev-python/py/py-1.4.14.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: py-1.4.14.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.14.ebuild,v 1.1 2013/05/23 05:10:44 patrick Exp $
51
52 EAPI="5"
53
54 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
55 inherit distutils-r1
56
57 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
58 HOMEPAGE="http://pylib.readthedocs.org/ http://pypi.python.org/pypi/py"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
64 IUSE="test"
65
66 DEPEND="
67 dev-python/setuptools[${PYTHON_USEDEP}]
68 test? ( >=dev-python/pytest-2[${PYTHON_USEDEP}] )"
69 RDEPEND=""
70
71 DOCS=( CHANGELOG README.txt )
72
73 python_test() {
74 py.test || die "testing failed with ${EPYTHON}"
75 }