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 DE68213888F for ; Thu, 22 Oct 2015 11:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 786CEE07ED; Thu, 22 Oct 2015 11:09:34 +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 06906E07ED for ; Thu, 22 Oct 2015 11:09:33 +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 F31F33408F0 for ; Thu, 22 Oct 2015 11:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC3E1377 for ; Thu, 22 Oct 2015 11:09:30 +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.10f55c1b4c15922f85cb2e3b2fb67f75897f7ccd.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysrt/pysrt-1.0.0.ebuild dev-python/pysrt/pysrt-1.0.1.ebuild dev-python/pysrt/pysrt-9999.ebuild X-VCS-Directories: dev-python/pysrt/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 10f55c1b4c15922f85cb2e3b2fb67f75897f7ccd X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:30 +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: 47360c09-caf2-4a6d-ba72-123bca5db016 X-Archives-Hash: 755e9b384682cd6e0e4061481b190938 commit: 10f55c1b4c15922f85cb2e3b2fb67f75897f7ccd Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 10:38:22 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=10f55c1b dev-python/pysrt: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pysrt/pysrt-1.0.0.ebuild | 4 ---- dev-python/pysrt/pysrt-1.0.1.ebuild | 4 ---- dev-python/pysrt/pysrt-9999.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/dev-python/pysrt/pysrt-1.0.0.ebuild b/dev-python/pysrt/pysrt-1.0.0.ebuild index aa5f07d..cf9be9a 100644 --- a/dev-python/pysrt/pysrt-1.0.0.ebuild +++ b/dev-python/pysrt/pysrt-1.0.0.ebuild @@ -27,10 +27,6 @@ DEPEND="${RDEPEND} # https://github.com/byroot/pysrt/issues/42 RESTRICT="test" -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { nosetests --with-coverage --cover-package=pysrt \ || die "Tests failed under ${EPYTHON}" diff --git a/dev-python/pysrt/pysrt-1.0.1.ebuild b/dev-python/pysrt/pysrt-1.0.1.ebuild index 2c3b488..db90218 100644 --- a/dev-python/pysrt/pysrt-1.0.1.ebuild +++ b/dev-python/pysrt/pysrt-1.0.1.ebuild @@ -27,10 +27,6 @@ DEPEND="${RDEPEND} # https://github.com/byroot/pysrt/issues/42 RESTRICT="test" -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { nosetests --with-coverage --cover-package=pysrt \ || die "Tests failed under ${EPYTHON}" diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild index 9c1a0c1..374a8c7 100644 --- a/dev-python/pysrt/pysrt-9999.ebuild +++ b/dev-python/pysrt/pysrt-9999.ebuild @@ -24,10 +24,6 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[coverage(+),${PYTHON_USEDEP}] ) " -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { nosetests --with-coverage --cover-package=pysrt \ || die "Tests failed under ${EPYTHON}"