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 5DF26158012 for ; Fri, 24 Sep 2021 11:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76BA6E0898; Fri, 24 Sep 2021 11:14:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C858E0898 for ; Fri, 24 Sep 2021 11:14:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 690B9342C71 for ; Fri, 24 Sep 2021 11:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE82EE for ; Fri, 24 Sep 2021 11:14:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1632482059.6123db9a78ea5209a31e76dce84a38ad72b32a3c.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bert/bert-2.2.0.ebuild X-VCS-Directories: dev-python/bert/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 6123db9a78ea5209a31e76dce84a38ad72b32a3c X-VCS-Branch: master Date: Fri, 24 Sep 2021 11:14: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: 3ecfb6f4-fdc9-491e-8f5e-9f74248c9a39 X-Archives-Hash: 137d17405efc25c2b26873624fa742a1 commit: 6123db9a78ea5209a31e76dce84a38ad72b32a3c Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 24 11:14:19 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 24 11:14:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123db9a dev-python/bert: set DISTUTILS_USE_SETUPTOOLS=no, bump EAPI Closes: https://bugs.gentoo.org/748030 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> dev-python/bert/bert-2.2.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/bert/bert-2.2.0.ebuild b/dev-python/bert/bert-2.2.0.ebuild index 45b89114f3c..63617fa34a4 100644 --- a/dev-python/bert/bert-2.2.0.ebuild +++ b/dev-python/bert/bert-2.2.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 ) +EAPI=8 +PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1