From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1204914-garchives=archives.gentoo.org@lists.gentoo.org>
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 1322813835A
	for <garchives@archives.gentoo.org>; Sat, 12 Sep 2020 01:56:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 44202E080E;
	Sat, 12 Sep 2020 01:56:43 +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 2B431E080E
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:56:43 +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 1AC91340662
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:56:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B19D342
	for <gentoo-commits@lists.gentoo.org>; Sat, 12 Sep 2020 01:56:40 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1599875793.41fd2f83bdb287d8641f8b067505631aa96a2e37.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/msgpack/msgpack-1.0.0.ebuild
X-VCS-Directories: dev-python/msgpack/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 41fd2f83bdb287d8641f8b067505631aa96a2e37
X-VCS-Branch: master
Date: Sat, 12 Sep 2020 01:56:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f34f0ec3-fb6f-4cc5-a78b-36c15ada8a17
X-Archives-Hash: 61d065124926e6452cbf39b1ff06cd9f

commit:     41fd2f83bdb287d8641f8b067505631aa96a2e37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 01:56:33 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 01:56:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fd2f83

dev-python/msgpack: modernise ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/msgpack/msgpack-1.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/msgpack/msgpack-1.0.0.ebuild b/dev-python/msgpack/msgpack-1.0.0.ebuild
index 1f23c3ade2f..9905cfb2725 100644
--- a/dev-python/msgpack/msgpack-1.0.0.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.0.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
@@ -15,10 +16,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="+native-extensions test"
+IUSE="+native-extensions"
 
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
 	native-extensions? (
 		$(python_gen_cond_dep '>=dev-python/cython-0.16[${PYTHON_USEDEP}]' 'python*')
 	)