vapier 15/01/27 22:50:34 Modified: pylint-1.4.1.ebuild ChangeLog Log: Fix dependencies to reflect the source requirements. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 dev-python/pylint/pylint-1.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild?r1=1.1&r2=1.2 Index: pylint-1.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylint-1.4.1.ebuild 26 Jan 2015 06:02:14 -0000 1.1 +++ pylint-1.4.1.ebuild 27 Jan 2015 22:50:34 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v 1.1 2015/01/26 06:02:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v 1.2 2015/01/27 22:50:34 vapier Exp $ EAPI=5 @@ -21,11 +21,11 @@ RDEPEND=" >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}] - >=dev-python/astroid-1.3[${PYTHON_USEDEP}] + >=dev-python/astroid-1.3.3[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( "${RDEPEND}" )" + test? ( ${RDEPEND} )" # Usual. Requ'd for impl specific failures in test phase DISTUTILS_IN_SOURCE_BUILD=1 1.116 dev-python/pylint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.116&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.116&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.115&r2=1.116 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 26 Jan 2015 06:02:14 -0000 1.115 +++ ChangeLog 27 Jan 2015 22:50:34 -0000 1.116 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.115 2015/01/26 06:02:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.116 2015/01/27 22:50:34 vapier Exp $ + + 27 Jan 2015; Mike Frysinger <[email protected]> pylint-1.4.1.ebuild: + Fix dependencies to reflect the source requirements. *pylint-1.4.1 (26 Jan 2015)
