idella4 14/09/02 09:35:56 Modified: tornado-3.2.1.ebuild ChangeLog Added: tornado-4.0.1.ebuild Log: bump; add deps for testsuite, tidy (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 www-servers/tornado/tornado-3.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild?r1=1.3&r2=1.4 Index: tornado-3.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tornado-3.2.1.ebuild 13 Aug 2014 18:24:16 -0000 1.3 +++ tornado-3.2.1.ebuild 2 Sep 2014 09:35:56 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v 1.3 2014/08/13 18:24:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.1.ebuild,v 1.4 2014/09/02 09:35:56 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -13,7 +13,9 @@ LICENSE="Apache-2.0" SLOT="0" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + IUSE="curl test" REQUIRED_USE="curl? ( || ( $(python_gen_useflags 'python2*') ) )" @@ -25,8 +27,7 @@ test? ( dev-python/mock[${PYTHON_USEDEP}] python_targets_python2_7? ( dev-python/twisted-names[python_targets_python2_7] ) - ) -" + )" src_test() { # The test server tries to bind at an unused port but suffers 1.49 www-servers/tornado/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 13 Aug 2014 18:24:16 -0000 1.48 +++ ChangeLog 2 Sep 2014 09:35:56 -0000 1.49 @@ -1,6 +1,12 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.48 2014/08/13 18:24:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.49 2014/09/02 09:35:56 idella4 Exp $ + +*tornado-4.0.1 (02 Sep 2014) + + 02 Sep 2014; Ian Delaney <[email protected]> +tornado-4.0.1.ebuild, + tornado-3.2.1.ebuild: + bump; add deps for testsuite, tidy 13 Aug 2014; Anthony G. Basile <[email protected]> tornado-2.2.1.ebuild, tornado-2.4-r1.ebuild, tornado-2.4.1.ebuild, tornado-2.4.ebuild, 1.1 www-servers/tornado/tornado-4.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild?rev=1.1&content-type=text/plain Index: tornado-4.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.0.1.ebuild,v 1.1 2014/09/02 09:35:56 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Scalable, non-blocking web server and tools" HOMEPAGE="http://www.tornadoweb.org/ http://pypi.python.org/pypi/tornado" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="curl test" RDEPEND="curl? ( $(python_gen_cond_dep 'dev-python/pycurl[${PYTHON_USEDEP}]' python2_7) )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/twisted-names[${PYTHON_USEDEP}]' python2_7) dev-python/certifi[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] )" src_test() { # The test server tries to bind at an unused port but suffers # a race condition in it. Seems to be fixed already. # https://github.com/facebook/tornado/blob/master/tornado/test/process_test.py#L64 local DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test } python_test() { "${PYTHON}" -m tornado.test.runtests || die "Tests fail with ${EPYTHON}" }
