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 17443139083 for ; Sat, 2 Dec 2017 15:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF31E0DD0; Sat, 2 Dec 2017 15:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 23C05E0C56 for ; Sat, 2 Dec 2017 15:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F49633BF01 for ; Sat, 2 Dec 2017 15:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7AEAD7E for ; Sat, 2 Dec 2017 15:27:55 +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: <1512228466.f26f7337b0c0969633cd87185d592cfe4d158033.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplebayes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplebayes/Manifest dev-python/simplebayes/simplebayes-1.5.7.ebuild X-VCS-Directories: dev-python/simplebayes/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f26f7337b0c0969633cd87185d592cfe4d158033 X-VCS-Branch: master Date: Sat, 2 Dec 2017 15:27:55 +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: 9258e399-8de2-441b-ad66-1a03dd66862b X-Archives-Hash: ebb30bd2b60f9c018865048037544729 commit: f26f7337b0c0969633cd87185d592cfe4d158033 Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 2 15:27:46 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 2 15:27:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f7337 dev-python/simplebayes: depend on setuptools Closes: https://bugs.gentoo.org/639306 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 dev-python/simplebayes/Manifest | 2 +- dev-python/simplebayes/simplebayes-1.5.7.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/simplebayes/Manifest b/dev-python/simplebayes/Manifest index aef312711c2..17d1ed2b6eb 100644 --- a/dev-python/simplebayes/Manifest +++ b/dev-python/simplebayes/Manifest @@ -1 +1 @@ -DIST simplebayes-1.5.7.tar.gz 19260 SHA256 71cb029768bd25c172bdb3bd37174d42f872da92c33329ec736c3748ffa3b4a7 SHA512 417af72db13418e5a9df2fdb642fc63ed3eb4fbbf88cc7252a9e3603d31e35ccb68ae5838d8bb7d77554c1820a9db8aa944c639af4eb6418babb9d360ef3ddbc WHIRLPOOL 826617d920c45411a138bc405f760229e79959b25f4cd7e3d6b4525cdd2e9fec43b88f0df011dd820a72484df5bf988e3a18b357fe2966e15a8349c686eba308 +DIST simplebayes-1.5.7.tar.gz 19260 BLAKE2B 373820a19c1a3188f0dfb57cbe6ac8e27fc6a96e9d1686d698a1f109122afd5240715678d965d843482de3c12b8b806157acef17008d4c6fac0103b343dd44d7 SHA512 417af72db13418e5a9df2fdb642fc63ed3eb4fbbf88cc7252a9e3603d31e35ccb68ae5838d8bb7d77554c1820a9db8aa944c639af4eb6418babb9d360ef3ddbc diff --git a/dev-python/simplebayes/simplebayes-1.5.7.ebuild b/dev-python/simplebayes/simplebayes-1.5.7.ebuild index b7c3fc7c6d2..803dcc40143 100644 --- a/dev-python/simplebayes/simplebayes-1.5.7.ebuild +++ b/dev-python/simplebayes/simplebayes-1.5.7.ebuild @@ -17,6 +17,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}]