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 91B08139694 for ; Fri, 24 Feb 2017 18:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8155E0C13; Fri, 24 Feb 2017 18:46:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 86A3FE0C13 for ; Fri, 24 Feb 2017 18:46:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21214340A23 for ; Fri, 24 Feb 2017 18:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90D68533B for ; Fri, 24 Feb 2017 18:46:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1487961949.d8a3f27913af1c4e5d7a70992e5d0fc9b41efa34.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/waitress/waitress-1.0.1.ebuild X-VCS-Directories: dev-python/waitress/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d8a3f27913af1c4e5d7a70992e5d0fc9b41efa34 X-VCS-Branch: master Date: Fri, 24 Feb 2017 18:46:06 +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: 09218a13-1547-438d-b014-8041c545dc88 X-Archives-Hash: 4fb2453fed7c422f5ccc0db50b55a137 commit: d8a3f27913af1c4e5d7a70992e5d0fc9b41efa34 Author: Mike Gilbert gentoo org> AuthorDate: Fri Feb 24 18:45:37 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Feb 24 18:45:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a3f279 dev-python/waitress: remove pointless src_prepare Package-Manager: portage-2.3.3 dev-python/waitress/waitress-1.0.1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/waitress/waitress-1.0.1.ebuild b/dev-python/waitress/waitress-1.0.1.ebuild index 9e871025d1..d8f10ce866 100644 --- a/dev-python/waitress/waitress-1.0.1.ebuild +++ b/dev-python/waitress/waitress-1.0.1.ebuild @@ -23,10 +23,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" -src_prepare() { - distutils-r1_src_prepare -} - python_test() { nosetests || die "Tests fail with ${EPYTHON}" }