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/py: ChangeLog py-1.3.0.ebuild py-1.1.1-r1.ebuild
Date: Thu, 06 May 2010 23:03:34
Message-Id: 20100506230328.5897D2C3FC@corvid.gentoo.org
1 arfrever 10/05/06 23:03:28
2
3 Modified: ChangeLog
4 Added: py-1.3.0.ebuild
5 Removed: py-1.1.1-r1.ebuild
6 Log:
7 Version bump.
8 (Portage version: HEAD/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.37 dev-python/py/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/py/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/py/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/py/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 25 Apr 2010 14:13:15 -0000 1.36
24 +++ ChangeLog 6 May 2010 23:03:28 -0000 1.37
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/py
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.36 2010/04/25 14:13:15 the_paya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.37 2010/05/06 23:03:28 arfrever Exp $
30 +
31 +*py-1.3.0 (06 May 2010)
32 +
33 + 06 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + -py-1.1.1-r1.ebuild, +py-1.3.0.ebuild:
35 + Version bump.
36
37 25 Apr 2010; Javier Villavicencio <the_paya@g.o> py-1.2.1.ebuild:
38 Keyworded ~x86-fbsd.
39
40
41
42 1.1 dev-python/py/py-1.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/py/py-1.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/py/py-1.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: py-1.3.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.0.ebuild,v 1.1 2010/05/06 23:03:28 arfrever Exp $
52
53 EAPI="3"
54 SUPPORT_PYTHON_ABIS="1"
55
56 inherit distutils
57
58 DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
59 SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
60 HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py"
61
62 LICENSE="MIT"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools"
68 RDEPEND=""
69
70 src_install() {
71 distutils_src_install
72
73 python_generate_wrapper_scripts -E -f -q "${D%/}${EPREFIX}/usr/bin/py.test"
74 }