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 019A2158CB7 for ; Thu, 19 Aug 2021 18:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E235E0817; Thu, 19 Aug 2021 18:43:08 +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 055CCE0817 for ; Thu, 19 Aug 2021 18:43:08 +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 0795733D3C5 for ; Thu, 19 Aug 2021 18:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 770E563F for ; Thu, 19 Aug 2021 18:43:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629398466.1eb47ddb30429bad05bbe8f1d292457eaffebb2e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sshtunnel/sshtunnel-0.3.1.ebuild X-VCS-Directories: dev-python/sshtunnel/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1eb47ddb30429bad05bbe8f1d292457eaffebb2e X-VCS-Branch: master Date: Thu, 19 Aug 2021 18:43:05 +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: 866e0ca7-73da-4bf0-9a34-86b2d9107323 X-Archives-Hash: 87156972fa8c7516fe5576c004f82fd2 commit: 1eb47ddb30429bad05bbe8f1d292457eaffebb2e Author: Arthur Zamarin gentoo org> AuthorDate: Thu Aug 19 18:39:47 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Aug 19 18:41:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb47ddb dev-python/sshtunnel: enable py3.10 Closes: https://bugs.gentoo.org/808957 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sshtunnel/sshtunnel-0.3.1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild index d313a971c12..51ca22c5ab1 100644 --- a/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild +++ b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Pure Python SSH tunnels" @@ -14,9 +13,7 @@ SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="" RESTRICT="test" RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"