From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90C7F1388BF for ; Sat, 20 Feb 2016 02:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D68B321C0FD; Sat, 20 Feb 2016 02:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C797421C0F3 for ; Sat, 20 Feb 2016 02:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00A92340DE0 for ; Sat, 20 Feb 2016 02:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C14318A4 for ; Sat, 20 Feb 2016 02:30:05 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1455913305.c14ae8bc47cda1bdf856005e6632af6cfad9db6c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mccabe/mccabe-0.4.0.ebuild X-VCS-Directories: dev-python/mccabe/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: c14ae8bc47cda1bdf856005e6632af6cfad9db6c X-VCS-Branch: master Date: Sat, 20 Feb 2016 02:30:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e63d461b-6e41-4270-bcca-39d314312825 X-Archives-Hash: 50d80589e46142d7508f111c52685cd3 commit: c14ae8bc47cda1bdf856005e6632af6cfad9db6c Author: Ilya Tumaykin gmail com> AuthorDate: Fri Feb 19 20:00:22 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Feb 19 20:21:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14ae8bc dev-python/mccabe: enable tests Testsuite succeeds at least on Python 2.7 and 3.4. Package-Manager: portage-2.2.27 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index f3b8516..035d0cc 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -6,8 +6,6 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -RESTRICT="test" - inherit distutils-r1 DESCRIPTION="flake8 plugin: McCabe complexity checker"