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 B534513888F for ; Thu, 22 Oct 2015 11:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0E621C043; Thu, 22 Oct 2015 11:09:39 +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 2B0EB21C03C for ; Thu, 22 Oct 2015 11:09:37 +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 56DC53409A4 for ; Thu, 22 Oct 2015 11:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFB715F1 for ; Thu, 22 Oct 2015 11:09:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445512159.be8aeb3b29489075b9438ba4116487b32f2748e2.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/redis-py/redis-py-2.10.1.ebuild dev-python/redis-py/redis-py-2.7.4.ebuild dev-python/redis-py/redis-py-2.9.1.ebuild X-VCS-Directories: dev-python/redis-py/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: be8aeb3b29489075b9438ba4116487b32f2748e2 X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:32 +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: 13ca55d4-62b9-4d3c-b58e-3b0ff27842dd X-Archives-Hash: a95add1a2561e4bacf08d9f7f1cc2eae commit: be8aeb3b29489075b9438ba4116487b32f2748e2 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 11:07:14 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 11:09:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8aeb3b dev-python/redis-py: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/redis-py/redis-py-2.10.1.ebuild | 6 ------ dev-python/redis-py/redis-py-2.7.4.ebuild | 6 ------ dev-python/redis-py/redis-py-2.9.1.ebuild | 6 ------ 3 files changed, 18 deletions(-) diff --git a/dev-python/redis-py/redis-py-2.10.1.ebuild b/dev-python/redis-py/redis-py-2.10.1.ebuild index 22d6930..fd2d739 100644 --- a/dev-python/redis-py/redis-py-2.10.1.ebuild +++ b/dev-python/redis-py/redis-py-2.10.1.ebuild @@ -46,12 +46,6 @@ python_compile() { fi } -src_test() { - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { # https://github.com/andymccurdy/redis-py/issues/503 # the suite is quite broken at this point but it's also the case in -2.9.1, diff --git a/dev-python/redis-py/redis-py-2.7.4.ebuild b/dev-python/redis-py/redis-py-2.7.4.ebuild index 3741dc3..6259178 100644 --- a/dev-python/redis-py/redis-py-2.7.4.ebuild +++ b/dev-python/redis-py/redis-py-2.7.4.ebuild @@ -45,12 +45,6 @@ python_compile() { fi } -src_test() { -# local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { local pidfile=${T}/redis-${EPYTHON}.pid local sock=${T}/redis-${EPYTHON}.sock diff --git a/dev-python/redis-py/redis-py-2.9.1.ebuild b/dev-python/redis-py/redis-py-2.9.1.ebuild index b3a51c5..c7f7337 100644 --- a/dev-python/redis-py/redis-py-2.9.1.ebuild +++ b/dev-python/redis-py/redis-py-2.9.1.ebuild @@ -45,12 +45,6 @@ python_compile() { fi } -src_test() { -# local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { local pidfile=${T}/redis-${EPYTHON}.pid local sock=${T}/redis-${EPYTHON}.sock