Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/execnet: execnet-1.2.0-r2.ebuild execnet-1.3.0.ebuild ChangeLog execnet-1.1.ebuild execnet-1.2.0-r1.ebuild execnet-1.1-r1.ebuild
Date: Mon, 02 Mar 2015 04:35:08
Message-Id: 20150302043503.6A30912DB1@oystercatcher.gentoo.org
1 idella4 15/03/02 04:35:03
2
3 Modified: execnet-1.2.0-r2.ebuild ChangeLog
4 Added: execnet-1.3.0.ebuild
5 Removed: execnet-1.1.ebuild execnet-1.2.0-r1.ebuild
6 execnet-1.1-r1.ebuild
7 Log:
8 update test pahse in -1.2.0-r2 re eclass change, correct test phase to test the one intended folder, bump, rm old
9
10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
11
12 Revision Changes Path
13 1.2 dev-python/execnet/execnet-1.2.0-r2.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild?r1=1.1&r2=1.2
18
19 Index: execnet-1.2.0-r2.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- execnet-1.2.0-r2.ebuild 10 Oct 2014 13:34:07 -0000 1.1
26 +++ execnet-1.2.0-r2.ebuild 2 Mar 2015 04:35:03 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v 1.1 2014/10/10 13:34:07 idella4 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.2.0-r2.ebuild,v 1.2 2015/03/02 04:35:03 idella4 Exp $
33
34 EAPI=5
35
36 @@ -35,18 +35,10 @@
37 use doc && emake -C doc html
38 }
39
40 -src_test() {
41 - # Tests are a bit fragile to failures in parallel.
42 - local DISTUTILS_NO_PARALLEL_BUILD=1
43 - distutils-r1_src_test
44 -}
45 -
46 python_test() {
47 # https://bitbucket.org/hpk42/execnet/issue/10
48 unset PYTHONDONTWRITEBYTECODE
49 -
50 - # https://bitbucket.org/hpk42/execnet/issue/35/test-failures-in-execnet-120
51 - py.test || die "Tests fail with ${EPYTHON}"
52 + py.test testing || die "Tests fail with ${EPYTHON}"
53 }
54
55 python_install_all() {
56
57
58
59 1.22 dev-python/execnet/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/ChangeLog?rev=1.22&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/ChangeLog?rev=1.22&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/ChangeLog?r1=1.21&r2=1.22
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v
68 retrieving revision 1.21
69 retrieving revision 1.22
70 diff -u -r1.21 -r1.22
71 --- ChangeLog 10 Oct 2014 13:34:07 -0000 1.21
72 +++ ChangeLog 2 Mar 2015 04:35:03 -0000 1.22
73 @@ -1,6 +1,14 @@
74 # ChangeLog for dev-python/execnet
75 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v 1.21 2014/10/10 13:34:07 idella4 Exp $
77 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/ChangeLog,v 1.22 2015/03/02 04:35:03 idella4 Exp $
79 +
80 +*execnet-1.3.0 (02 Mar 2015)
81 +
82 + 02 Mar 2015; Ian Delaney <idella4@g.o> +execnet-1.3.0.ebuild,
83 + -execnet-1.1-r1.ebuild, -execnet-1.1.ebuild, -execnet-1.2.0-r1.ebuild,
84 + execnet-1.2.0-r2.ebuild:
85 + update test pahse in -1.2.0-r2 re eclass change, correct test phase to test
86 + the one intended folder, bump, rm old
87
88 *execnet-1.2.0-r2 (10 Oct 2014)
89
90
91
92
93 1.1 dev-python/execnet/execnet-1.3.0.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/execnet-1.3.0.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/execnet/execnet-1.3.0.ebuild?rev=1.1&content-type=text/plain
97
98 Index: execnet-1.3.0.ebuild
99 ===================================================================
100 # Copyright 1999-2015 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/dev-python/execnet/execnet-1.3.0.ebuild,v 1.1 2015/03/02 04:35:03 idella4 Exp $
103
104 EAPI=5
105
106 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
107
108 inherit distutils-r1
109
110 DESCRIPTION="Rapid multi-Python deployment"
111 HOMEPAGE="http://codespeak.net/execnet/ http://pypi.python.org/pypi/execnet/"
112 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
113
114 LICENSE="MIT"
115 SLOT="0"
116 KEYWORDS="~amd64 ~x86"
117 IUSE="doc test"
118
119 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
120 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
121 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
122 RDEPEND=""
123
124 #PATCHES=( "${FILESDIR}"/1.2.0-tests.patch )
125
126 python_prepare_all() {
127 # Remove doctest that access an i'net site
128 rm doc/example/test_info.txt || die
129
130 distutils-r1_python_prepare_all
131 }
132
133 python_compile_all() {
134 use doc && emake -C doc html
135 }
136
137 python_test() {
138 # https://bitbucket.org/hpk42/execnet/issue/10
139 unset PYTHONDONTWRITEBYTECODE
140 py.test testing || die "Tests fail with ${EPYTHON}"
141
142 }
143
144 python_install_all() {
145 use doc && local HTML_DOCS=( doc/_build/html/. )
146
147 distutils-r1_python_install_all
148 }