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 0F791139345 for ; Sun, 11 Jul 2021 22:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33FD5E0CBA; Sun, 11 Jul 2021 22:28:56 +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 1C55AE0CBA for ; Sun, 11 Jul 2021 22:28:55 +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 BDD84342C47 for ; Sun, 11 Jul 2021 22:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D50E7CE for ; Sun, 11 Jul 2021 22:28:53 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1626041676.e7e8ef43b39de39292a6b36577c580a42e54ea79.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dacite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dacite/dacite-1.6.0.ebuild X-VCS-Directories: dev-python/dacite/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e7e8ef43b39de39292a6b36577c580a42e54ea79 X-VCS-Branch: dev Date: Sun, 11 Jul 2021 22:28:53 +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: 0ca1d4c1-0d64-47f2-9f39-1eadf3827b78 X-Archives-Hash: 4e679626e634f38998fccd1f921625bf commit: e7e8ef43b39de39292a6b36577c580a42e54ea79 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 11 22:14:36 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Jul 11 22:14:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7e8ef43 dev-python/dacite: update EAPI 7 -> 8 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/dacite/dacite-1.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild index d0eb336c6..2b59016e9 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1