ultrabug 14/12/11 09:13:31 Modified: ChangeLog flask-pymongo-0.3.0.ebuild Log: remove test feature wrt #526982 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path 1.9 dev-python/flask-pymongo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 Jan 2014 04:16:18 -0000 1.8 +++ ChangeLog 11 Dec 2014 09:13:31 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-pymongo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v 1.8 2014/01/21 04:16:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/ChangeLog,v 1.9 2014/12/11 09:13:31 ultrabug Exp $ + + 11 Dec 2014; Ultrabug <[email protected]> flask-pymongo-0.3.0.ebuild: + remove test feature wrt #526982 21 Jan 2014; Patrick Lauer <[email protected]> -flask-pymongo-0.2.1-r1.ebuild: 1.2 dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild?r1=1.1&r2=1.2 Index: flask-pymongo-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flask-pymongo-0.3.0.ebuild 5 Jul 2013 07:07:08 -0000 1.1 +++ flask-pymongo-0.3.0.ebuild 11 Dec 2014 09:13:31 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild,v 1.1 2013/07/05 07:07:08 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-pymongo/flask-pymongo-0.3.0.ebuild,v 1.2 2014/12/11 09:13:31 ultrabug Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -18,14 +18,14 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" +IUSE="doc examples" +RESTRICT="test" RDEPEND=">=dev-python/flask-0.8[${PYTHON_USEDEP}] >=dev-python/pymongo-2.4[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/nose[${PYTHON_USEDEP}] )" + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}"/docbuild.patch )
