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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBCDA158086 for ; Tue, 2 Nov 2021 03:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00666E08BF; Tue, 2 Nov 2021 03:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C976E08BF for ; Tue, 2 Nov 2021 03:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B817A342CD8 for ; Tue, 2 Nov 2021 03:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A351BD for ; Tue, 2 Nov 2021 03:40:39 +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: <1635824436.d5090edef73b4a9e85fb85be3ce0d638d21d084f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/asyncssh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/asyncssh/Manifest dev-python/asyncssh/asyncssh-2.7.0.ebuild dev-python/asyncssh/asyncssh-2.7.2.ebuild X-VCS-Directories: dev-python/asyncssh/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: d5090edef73b4a9e85fb85be3ce0d638d21d084f X-VCS-Branch: dev Date: Tue, 2 Nov 2021 03:40:39 +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: 5c973c0c-1c01-4a4e-a484-6b0bf3b431b8 X-Archives-Hash: 1325863390631903fb36c3109987fdfc commit: d5090edef73b4a9e85fb85be3ce0d638d21d084f Author: Alessandro Barbieri gmail com> AuthorDate: Mon Nov 1 20:56:01 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Nov 2 03:40:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5090ede dev-python/asyncssh: add 2.7.2, drop 2.7.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/asyncssh/Manifest | 2 +- .../asyncssh/{asyncssh-2.7.0.ebuild => asyncssh-2.7.2.ebuild} | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-python/asyncssh/Manifest b/dev-python/asyncssh/Manifest index 5d02d1997..1fbad9876 100644 --- a/dev-python/asyncssh/Manifest +++ b/dev-python/asyncssh/Manifest @@ -1 +1 @@ -DIST asyncssh-2.7.0.tar.gz 420765 BLAKE2B 4beab38843951cb9e86f5dc88b4bde4efd9a29178160381ea359233b675d2fa8bbfe58750b8d3fdded65998ea3c472b7b26c07fa191bd8428a06e3e014794dfe SHA512 0f25b199075fc5ff2f27c040b81d679c17fdebb68e919abc23af5b10dc0626eb10141bd6d6de7d92f797f84394a54c34757a8332c4aa08bab36ec6f04e353204 +DIST asyncssh-2.7.2.tar.gz 423431 BLAKE2B f9aa34204e60879c91106a7217c1fef5ee0f2923f5628908bcd07dee30e1ffa7f8c099fa505004035843a6be6101c1549c4809d107c745ad8f8f246201249de0 SHA512 a45248c8068905f7d36d866918b0563e8c9cf6bdfc99fc849818c031deb8b429212a2bb505c0a77da7729b736d49d4e01c187ca79a659385152a93b02d9493f7 diff --git a/dev-python/asyncssh/asyncssh-2.7.0.ebuild b/dev-python/asyncssh/asyncssh-2.7.2.ebuild similarity index 90% rename from dev-python/asyncssh/asyncssh-2.7.0.ebuild rename to dev-python/asyncssh/asyncssh-2.7.2.ebuild index fb28de3c9..9a47b82c7 100644 --- a/dev-python/asyncssh/asyncssh-2.7.0.ebuild +++ b/dev-python/asyncssh/asyncssh-2.7.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DOCS_BUILDER="sphinx" DOCS_DIR="docs" @@ -22,8 +22,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/cryptography-2.8[${PYTHON_USEDEP}]" +DEPEND="${REDEPEND}" BDEPEND=" - ${REDEPEND} test? ( >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}] >=dev-python/gssapi-1.2.0[${PYTHON_USEDEP}] @@ -36,12 +36,6 @@ BDEPEND=" distutils_enable_tests pytest distutils_enable_sphinx docs -#python_test() { -# epytest \ -# --deselect tests/test_agent.py::_TestAgent::test_confirm \ -# --deselect tests/test_x509.py::_TestX509::test_expired_root -#} - pkg_postinst() { optfeature "support for OpenSSH private key encryption" dev-python/bcrypt optfeature "support for key exchange and authentication with U2F/FIDO2 security keys" dev-python/fido2