radhermit 15/02/20 21:25:42 Modified: ChangeLog urwid-1.3.0.ebuild Log: Drop twisted-core test dep as it's py27 only and one of a set of various choices for event loops which only get their tests run if installed and importable. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.80 dev-python/urwid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 17 Feb 2015 12:26:54 -0000 1.79 +++ ChangeLog 20 Feb 2015 21:25:42 -0000 1.80 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/urwid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.79 2015/02/17 12:26:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.80 2015/02/20 21:25:42 radhermit Exp $ + + 20 Feb 2015; Tim Harder <[email protected]> urwid-1.3.0.ebuild: + Drop twisted-core test dep as it's py27 only and one of a set of various + choices for event loops which only get their tests run if installed and + importable. *urwid-1.3.0 (17 Feb 2015) 1.2 dev-python/urwid/urwid-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild?r1=1.1&r2=1.2 Index: urwid-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- urwid-1.3.0.ebuild 17 Feb 2015 12:26:54 -0000 1.1 +++ urwid-1.3.0.ebuild 20 Feb 2015 21:25:42 -0000 1.2 @@ -1,11 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild,v 1.1 2015/02/17 12:26:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-1.3.0.ebuild,v 1.2 2015/02/20 21:25:42 radhermit Exp $ EAPI=5 - PYTHON_COMPAT=( python2_7 python3_{3,4} ) - PYTHON_REQ_USE="ncurses" inherit distutils-r1 @@ -17,12 +15,12 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="doc examples test" +IUSE="doc examples" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/twisted-core )" +" PATCHES=( "${FILESDIR}"/${PN}-1.1.0-sphinx.patch )
