diff options
author | 2013-01-07 07:31:02 +0000 | |
---|---|---|
committer | 2013-01-07 07:31:02 +0000 | |
commit | d8b9d3fae055c99caa1f3264287d51b3a3c8f3b3 (patch) | |
tree | 091cbe7e9021a187ef8222e4baa3657df882c363 /dev-python/pylint/pylint-0.26.0.ebuild | |
parent | committing manifests (diff) | |
download | historical-d8b9d3fae055c99caa1f3264287d51b3a3c8f3b3.tar.gz historical-d8b9d3fae055c99caa1f3264287d51b3a3c8f3b3.tar.bz2 historical-d8b9d3fae055c99caa1f3264287d51b3a3c8f3b3.zip |
EAPI to 4, restricted pypy subsequent to test failures, added gtktest.patch skipping over 1 new test which otherwise needs full virtualx to pass, fixes Bug #44952 by flameeyes
Package-Manager: portage-2.1.11.30/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/pylint/pylint-0.26.0.ebuild')
-rw-r--r-- | dev-python/pylint/pylint-0.26.0.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/pylint/pylint-0.26.0.ebuild b/dev-python/pylint/pylint-0.26.0.ebuild index 5e33327ca5a6..ffcdab801750 100644 --- a/dev-python/pylint/pylint-0.26.0.ebuild +++ b/dev-python/pylint/pylint-0.26.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.26.0.ebuild,v 1.3 2013/01/01 14:15:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.26.0.ebuild,v 1.4 2013/01/07 07:30:38 idella4 Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="*:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4" +RESTRICT_PYTHON_ABIS="2.7-pypy-*" -inherit distutils +inherit distutils eutils DESCRIPTION="Python code static checker" HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint" @@ -27,6 +27,11 @@ DEPEND="${RDEPEND} DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" DOCS="doc/*.txt" +src_prepare() { + epatch "${FILESDIR}"/${P}-gtktest.patch + distutils_src_prepare +} + src_test() { testing() { # Test suite broken with Python 3. |