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 B37E5138359 for ; Sun, 20 Sep 2020 15:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAE57E08C8; Sun, 20 Sep 2020 15:15:03 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85656E08C8 for ; Sun, 20 Sep 2020 15:15:03 +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 3F9AA340DC8 for ; Sun, 20 Sep 2020 15:15:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEDC933A for ; Sun, 20 Sep 2020 15:15:00 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600614873.6e736c1b29e87c2b698cd33619a4771cf1c627f4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mergedict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mergedict/mergedict-1.0.0.ebuild X-VCS-Directories: dev-python/mergedict/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6e736c1b29e87c2b698cd33619a4771cf1c627f4 X-VCS-Branch: master Date: Sun, 20 Sep 2020 15:15: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: 0a37af38-26a1-4113-a111-38e10eaf373e X-Archives-Hash: 3702fe481959f100ac5893e9cd6999e0 commit: 6e736c1b29e87c2b698cd33619a4771cf1c627f4 Author: Jakov Smolic sartura hr> AuthorDate: Fri Sep 18 06:23:15 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 20 15:14:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e736c1b dev-python/mergedict: port to py3.9 Closes: https://github.com/gentoo/gentoo/pull/17581 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Conrad Kostecki gentoo.org> dev-python/mergedict/mergedict-1.0.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/mergedict/mergedict-1.0.0.ebuild b/dev-python/mergedict/mergedict-1.0.0.ebuild index 2d6066f7870..d411a1a465b 100644 --- a/dev-python/mergedict/mergedict-1.0.0.ebuild +++ b/dev-python/mergedict/mergedict-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -14,9 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" distutils_enable_tests pytest