From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1125050-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 64C2E138334 for <garchives@archives.gentoo.org>; Sun, 24 Nov 2019 17:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB08E087A; Sun, 24 Nov 2019 17:13:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 48027E087A for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 17:13:53 +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 7CB8234D2BE for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 17:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8F18C1 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 17:13:49 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1574615613.9ffec68ec4056a48120cff8fba45220144b0ff25.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iniparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iniparse/iniparse-0.4-r2.ebuild X-VCS-Directories: dev-python/iniparse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ffec68ec4056a48120cff8fba45220144b0ff25 X-VCS-Branch: master Date: Sun, 24 Nov 2019 17:13:49 +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: d253c181-cc75-4f54-9d32-8b1f0a97d5f7 X-Archives-Hash: e8cb7c712c42e3a3fb8328840a2e9a05 commit: 9ffec68ec4056a48120cff8fba45220144b0ff25 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 15:57:04 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 17:13:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffec68e dev-python/iniparse: EAPI-7 bump, python3_8 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-python/iniparse/iniparse-0.4-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild index 396e1cdef55..b0085092130 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="Better INI parser for Python" @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="amd64 arm64 x86" IUSE="" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"