Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest-runner: pytest-runner-1.1.ebuild ChangeLog
Date: Fri, 28 Dec 2012 06:06:33
Message-Id: 20121228060622.3D8F42171E@flycatcher.gentoo.org
1 prometheanfire 12/12/28 06:06:22
2
3 Modified: pytest-runner-1.1.ebuild ChangeLog
4 Log:
5 getting rid of setup_requires in dev-python/pytest-runner
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 dev-python/pytest-runner/pytest-runner-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pytest-runner-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pytest-runner-1.1.ebuild 28 Dec 2012 04:18:17 -0000 1.1
23 +++ pytest-runner-1.1.ebuild 28 Dec 2012 06:06:22 -0000 1.2
24 @@ -1,12 +1,12 @@
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/pytest-runner/pytest-runner-1.1.ebuild,v 1.1 2012/12/28 04:18:17 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/pytest-runner-1.1.ebuild,v 1.2 2012/12/28 06:06:22 prometheanfire Exp $
29 # Ebuild generated by g-pypi 0.2.2 (rev. 214)
30
31 EAPI=4
32 #RESTRICT_PYTHON_ABIS="3.*"
33
34 -inherit distutils
35 +inherit distutils eutils
36
37 MY_PN=${PN#python-}
38 S="${WORKDIR}/${MY_PN}-${PV}"
39 @@ -17,9 +17,13 @@
40 KEYWORDS="~amd64 ~x86"
41 SLOT="0"
42 IUSE=""
43 -DEPEND="dev-python/setuptools
44 - dev-python/hgtools"
45 -RDEPEND=""
46 +DEPEND="dev-python/hgtools
47 + dev-python/setuptools"
48 +RDEPEND="dev-python/pytest"
49 +
50 +src_prepare() {
51 + epatch "${FILESDIR}/pytest-runner.patch"
52 +}
53
54 src_install() {
55 distutils_src_install
56
57
58
59 1.2 dev-python/pytest-runner/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?r1=1.1&r2=1.2
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- ChangeLog 28 Dec 2012 04:18:17 -0000 1.1
72 +++ ChangeLog 28 Dec 2012 06:06:22 -0000 1.2
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-python/pytest-runner
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.1 2012/12/28 04:18:17 prometheanfire Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.2 2012/12/28 06:06:22 prometheanfire Exp $
78 +
79 + 28 Dec 2012; Matthew Thode <prometheanfire@g.o>
80 + +files/pytest-runner-1.1_setup.patch:
81 + adding patch to remove setup_requires from setup.py
82
83 *pytest-runner-1.1 (28 Dec 2012)