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 782AD138359 for ; Fri, 14 Aug 2020 23:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 982DBE0875; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F1E7E0875 for ; Fri, 14 Aug 2020 23:22:23 +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 3925D34F36B for ; Fri, 14 Aug 2020 23:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAAE7319 for ; Fri, 14 Aug 2020 23:22:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597447287.902b876db162a8dccefad0bb8bc92b8dd69a4b55.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cytoolz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cytoolz/cytoolz-0.10.0.ebuild X-VCS-Directories: dev-python/cytoolz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 902b876db162a8dccefad0bb8bc92b8dd69a4b55 X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 308e723a-2e62-41ba-8db9-638cc283802d X-Archives-Hash: 7ca880fc341708c479e59ddb370fdd0b commit: 902b876db162a8dccefad0bb8bc92b8dd69a4b55 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:23:49 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:21:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902b876d dev-python/cytoolz: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/cytoolz/cytoolz-0.10.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/cytoolz/cytoolz-0.10.0.ebuild b/dev-python/cytoolz/cytoolz-0.10.0.ebuild index 5f4105e4b5e..3ef3b625078 100644 --- a/dev-python/cytoolz/cytoolz-0.10.0.ebuild +++ b/dev-python/cytoolz/cytoolz-0.10.0.ebuild @@ -25,12 +25,6 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] >=dev-python/toolz-0.8[${PYTHON_USEDEP}] )" -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - - distutils-r1_python_compile -} - python_test() { pushd "${BUILD_DIR}"/lib/ > /dev/null || die PYTHONPATH=.:${PN} nosetests --with-doctest ${PN} || die "tests failed under ${EPYTHON}"