From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA1FD139694 for ; Thu, 20 Apr 2017 16:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBC321C081; Thu, 20 Apr 2017 16:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD08621C081 for ; Thu, 20 Apr 2017 16:14:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E12F933BF43 for ; Thu, 20 Apr 2017 16:14:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13860743D for ; Thu, 20 Apr 2017 16:14:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492704871.7cc1368b6f7c2c095c5faeae6a9f9eadbccdb114.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/traits/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/traits/traits-4.6.0.ebuild X-VCS-Directories: dev-python/traits/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7cc1368b6f7c2c095c5faeae6a9f9eadbccdb114 X-VCS-Branch: master Date: Thu, 20 Apr 2017 16:14:37 +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: 6d2e6046-55e1-415c-bc77-dae05cdd166e X-Archives-Hash: 7565a01cc953c9c1ef52b5d4835e0a7c commit: 7cc1368b6f7c2c095c5faeae6a9f9eadbccdb114 Author: Horea Christian yandex com> AuthorDate: Sun Apr 16 08:20:34 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 20 16:14:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc1368b dev-python/traits: removed syntax conversion for tests Closes: https://github.com/gentoo/gentoo/pull/4428 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/traits/traits-4.6.0.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/traits/traits-4.6.0.ebuild b/dev-python/traits/traits-4.6.0.ebuild index cb749d80fa2..cfc695b51c5 100644 --- a/dev-python/traits/traits-4.6.0.ebuild +++ b/dev-python/traits/traits-4.6.0.ebuild @@ -22,13 +22,6 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} )" -python_prepare() { - if python_is_python3; then - einfo "Converting tests to Python 3 syntax" - 2to3 -w -n --no-diffs traits/testing || die - fi -} - python_prepare_all() { sed -i -e "s/'-O3'//g" setup.py || die distutils-r1_python_prepare_all