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 19A0413835A for ; Wed, 23 Jun 2021 10:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B4D3E08CE; Wed, 23 Jun 2021 10:09:45 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F37F9E08CE for ; Wed, 23 Jun 2021 10:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B85A433BEBC for ; Wed, 23 Jun 2021 10:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BE967B5 for ; Wed, 23 Jun 2021 10:09:42 +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: <1624442583.6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requestsexceptions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild X-VCS-Directories: dev-python/requestsexceptions/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6 X-VCS-Branch: master Date: Wed, 23 Jun 2021 10:09:42 +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: b212c5e2-5053-4915-98df-fe938c7c7033 X-Archives-Hash: 1e5e8e12f4254ad5b6f3ee223709db3a commit: 6bc7c4fc3806ff85f1fbd0ca6d06ab11e81440c6 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 23 09:31:15 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 23 10:03:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc7c4fc dev-python/requestsexceptions: Enable py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 07c57c03575..4190db1fe6d 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -1,8 +1,8 @@ -# 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,8} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"