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 8FDF4138334 for ; Sat, 16 Nov 2019 11:02:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13830E0819; Sat, 16 Nov 2019 11:02:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D91D8E0819 for ; Sat, 16 Nov 2019 11:02:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E63C034CEB3 for ; Sat, 16 Nov 2019 11:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C698B8B9 for ; Sat, 16 Nov 2019 11:02:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573902075.a3b64e48f23f18b88db54a99e2084470b9703fb1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/more-itertools/more-itertools-5.0.0.ebuild dev-python/more-itertools/more-itertools-7.0.0.ebuild X-VCS-Directories: dev-python/more-itertools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3b64e48f23f18b88db54a99e2084470b9703fb1 X-VCS-Branch: master Date: Sat, 16 Nov 2019 11:02:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95ee196b-8cef-4a2f-b9f8-a66117c9093a X-Archives-Hash: e3369816c7dc7f6d3a348aaef92795fd commit: a3b64e48f23f18b88db54a99e2084470b9703fb1 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 09:53:18 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 11:01:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b64e48 dev-python/more-itertools: Enable py3.8, modernize Signed-off-by: Michał Górny gentoo.org> .../more-itertools/more-itertools-5.0.0.ebuild | 26 +++++++++++++--------- .../more-itertools/more-itertools-7.0.0.ebuild | 23 +++++++++++-------- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/dev-python/more-itertools/more-itertools-5.0.0.ebuild b/dev-python/more-itertools/more-itertools-5.0.0.ebuild index 76d7ff3d2c9..f1084c6e2e4 100644 --- a/dev-python/more-itertools/more-itertools-5.0.0.ebuild +++ b/dev-python/more-itertools/more-itertools-5.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 @@ -14,26 +14,30 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test" -RESTRICT="!test? ( test )" +IUSE="doc" RDEPEND="