Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-4.0.1.ebuild tornado-3.2.1.ebuild ChangeLog
Date: Tue, 02 Sep 2014 09:36:02
Message-Id: 20140902093556.E7D84480C@oystercatcher.gentoo.org
1 idella4 14/09/02 09:35:56
2
3 Modified: tornado-3.2.1.ebuild ChangeLog
4 Added: tornado-4.0.1.ebuild
5 Log:
6 bump; add deps for testsuite, tidy
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 www-servers/tornado/tornado-3.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?r1=1.3&r2=1.4
16
17 Index: tornado-3.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- tornado-3.2.1.ebuild 13 Aug 2014 18:24:16 -0000 1.3
24 +++ tornado-3.2.1.ebuild 2 Sep 2014 09:35:56 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v 1.3 2014/08/13 18:24:16 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v 1.4 2014/09/02 09:35:56 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
33 @@ -13,7 +13,9 @@
34
35 LICENSE="Apache-2.0"
36 SLOT="0"
37 +
38 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
39 +
40 IUSE="curl test"
41 REQUIRED_USE="curl? ( || ( $(python_gen_useflags 'python2*') ) )"
42
43 @@ -25,8 +27,7 @@
44 test? (
45 dev-python/mock[${PYTHON_USEDEP}]
46 python_targets_python2_7? ( dev-python/twisted-names[python_targets_python2_7] )
47 - )
48 -"
49 + )"
50
51 src_test() {
52 # The test server tries to bind at an unused port but suffers
53
54
55
56 1.49 www-servers/tornado/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.49&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.49&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.48&r2=1.49
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
65 retrieving revision 1.48
66 retrieving revision 1.49
67 diff -u -r1.48 -r1.49
68 --- ChangeLog 13 Aug 2014 18:24:16 -0000 1.48
69 +++ ChangeLog 2 Sep 2014 09:35:56 -0000 1.49
70 @@ -1,6 +1,12 @@
71 # ChangeLog for www-servers/tornado
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.48 2014/08/13 18:24:16 blueness Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.49 2014/09/02 09:35:56 idella4 Exp $
75 +
76 +*tornado-4.0.1 (02 Sep 2014)
77 +
78 + 02 Sep 2014; Ian Delaney <idella4@g.o> +tornado-4.0.1.ebuild,
79 + tornado-3.2.1.ebuild:
80 + bump; add deps for testsuite, tidy
81
82 13 Aug 2014; Anthony G. Basile <blueness@g.o> tornado-2.2.1.ebuild,
83 tornado-2.4-r1.ebuild, tornado-2.4.1.ebuild, tornado-2.4.ebuild,
84
85
86
87 1.1 www-servers/tornado/tornado-4.0.1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: tornado-4.0.1.ebuild
93 ===================================================================
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild,v 1.1 2014/09/02 09:35:56 idella4 Exp $
97
98 EAPI=5
99
100 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
101
102 inherit distutils-r1
103
104 DESCRIPTION="Scalable, non-blocking web server and tools"
105 HOMEPAGE="http://www.tornadoweb.org/ http://pypi.python.org/pypi/tornado"
106 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
107
108 LICENSE="Apache-2.0"
109 SLOT="0"
110 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
111 IUSE="curl test"
112
113 RDEPEND="curl? ( $(python_gen_cond_dep 'dev-python/pycurl[${PYTHON_USEDEP}]' python2_7) )"
114 DEPEND="${RDEPEND}
115 dev-python/setuptools[${PYTHON_USEDEP}]
116 test? (
117 dev-python/mock[${PYTHON_USEDEP}]
118 $(python_gen_cond_dep 'dev-python/twisted-names[${PYTHON_USEDEP}]' python2_7)
119 dev-python/certifi[${PYTHON_USEDEP}]
120 dev-python/service_identity[${PYTHON_USEDEP}]
121 )"
122
123 src_test() {
124 # The test server tries to bind at an unused port but suffers
125 # a race condition in it. Seems to be fixed already.
126 # https://github.com/facebook/tornado/blob/master/tornado/test/process_test.py#L64
127 local DISTUTILS_NO_PARALLEL_BUILD=1
128
129 distutils-r1_src_test
130 }
131
132 python_test() {
133 "${PYTHON}" -m tornado.test.runtests || die "Tests fail with ${EPYTHON}"
134 }