idella4 14/10/10 16:11:53 Modified: webtest-2.0.15.ebuild ChangeLog Log: add missing invisible rdep (not listed in setup.py) in latest or current version for now wrt to Bug #524724 by wtking (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/webtest/webtest-2.0.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild?r1=1.2&r2=1.3 Index: webtest-2.0.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- webtest-2.0.15.ebuild 6 Jul 2014 13:04:55 -0000 1.2 +++ webtest-2.0.15.ebuild 10 Oct 2014 16:11:53 -0000 1.3 @@ -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/dev-python/webtest/webtest-2.0.15.ebuild,v 1.2 2014/07/06 13:04:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 1.3 2014/10/10 16:11:53 idella4 Exp $ EAPI=5 @@ -25,7 +25,8 @@ dev-python/six[${PYTHON_USEDEP}] >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] >=dev-python/webob-1.2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] 1.84 dev-python/webtest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 6 Jul 2014 13:04:55 -0000 1.83 +++ ChangeLog 10 Oct 2014 16:11:53 -0000 1.84 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.83 2014/07/06 13:04:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.84 2014/10/10 16:11:53 idella4 Exp $ + + 10 Oct 2014; Ian Delaney <[email protected]> webtest-2.0.15.ebuild: + add missing invisible rdep (not listed in setup.py) in latest or current + version for now wrt to Bug #524724 by wtking 06 Jul 2014; Michał Górny <[email protected]> webtest-1.4.3-r1.ebuild, webtest-2.0.11.ebuild, webtest-2.0.14.ebuild, webtest-2.0.15.ebuild:
