idella4 14/10/14 06:53:15 Modified: rope-0.10.2.ebuild ChangeLog Log: remove un-needed setuptools from deps, noted by Arfrever (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/rope/rope-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.10.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.10.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.10.2.ebuild?r1=1.1&r2=1.2 Index: rope-0.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.10.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rope-0.10.2.ebuild 26 May 2014 05:53:43 -0000 1.1 +++ rope-0.10.2.ebuild 14 Oct 2014 06:53:15 -0000 1.2 @@ -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/rope/rope-0.10.2.ebuild,v 1.1 2014/05/26 05:53:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.10.2.ebuild,v 1.2 2014/10/14 06:53:15 idella4 Exp $ EAPI=5 @@ -17,9 +17,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - python_test() { PYTHONPATH="${BUILD_DIR}/lib:." ${EPYTHON} ropetest/__init__.py } 1.21 dev-python/rope/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 26 May 2014 05:53:43 -0000 1.20 +++ ChangeLog 14 Oct 2014 06:53:15 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rope # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.20 2014/05/26 05:53:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.21 2014/10/14 06:53:15 idella4 Exp $ + + 14 Oct 2014; Ian Delaney <[email protected]> rope-0.10.2.ebuild: + remove un-needed setuptools from deps, noted by Arfrever *rope-0.10.2 (26 May 2014)
