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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1A80159C9B for ; Tue, 30 Jul 2024 21:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89682BC01F; Tue, 30 Jul 2024 21:13:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB21C2BC01F for ; Tue, 30 Jul 2024 21:13:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A996834300C for ; Tue, 30 Jul 2024 21:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19EC51E7F for ; Tue, 30 Jul 2024 21:13:31 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722373909.050fd509bea3bc7a6f2bd4620d87603509c0a13e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pssh/Manifest net-misc/pssh/pssh-2.3.5.ebuild X-VCS-Directories: net-misc/pssh/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 050fd509bea3bc7a6f2bd4620d87603509c0a13e X-VCS-Branch: master Date: Tue, 30 Jul 2024 21:13:31 +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: 13a1d1c8-0282-4a4b-bb5e-416256819437 X-Archives-Hash: 15d85c32aa77a8105d0c2225b0deea18 commit: 050fd509bea3bc7a6f2bd4620d87603509c0a13e Author: Anthony Ryan gmail com> AuthorDate: Mon Jul 1 21:23:21 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 21:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050fd509 net-misc/pssh: Version bump 2.3.5, enable py3.12 & py3.13 Tested against Python 3.13 beta5, added early to satisfy pkgcheck Closes: https://bugs.gentoo.org/929728 Signed-off-by: Anthony Ryan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37392 Signed-off-by: Pacho Ramos gentoo.org> net-misc/pssh/Manifest | 1 + net-misc/pssh/pssh-2.3.5.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/net-misc/pssh/Manifest b/net-misc/pssh/Manifest index d05a4f517e35..9e3950227901 100644 --- a/net-misc/pssh/Manifest +++ b/net-misc/pssh/Manifest @@ -1 +1,2 @@ DIST pssh-2.3.4.tar.gz 51859 BLAKE2B 788f5239cd35e240cc1961e73b532c60e5221ede9de48878f9636339b18235dc67109948eeb4f64871985bb24e1a7f823b1718da3dbe2ea893af58fd45495c61 SHA512 7abf327ca53dda2402465254e447eb837babdd2b4d865abb5b52a1135bd234694b84c1148cb3e4ed0198271ed29333fc1b5d0d01dc653fcf6d3e5b9f170b9d4e +DIST pssh-2.3.5.tar.gz 52364 BLAKE2B 1ab05fe39b4d510fa5dcd9cec52b4e7200bfce54445e0b345299af00be564dd20e7267f6aab3ad0c2517cfadbf6106393e8718c8ed680cfbf1ad7b6f48812d32 SHA512 47515b05c9ee2bb302e25d5404736184ad04e22afdeb77bea799d80adadd977af2744e124bd06b751bb06ad05baed6b577cc636b808f32db83edda669598e3ee diff --git a/net-misc/pssh/pssh-2.3.5.ebuild b/net-misc/pssh/pssh-2.3.5.ebuild new file mode 100644 index 000000000000..9ad8e6a3a95d --- /dev/null +++ b/net-misc/pssh/pssh-2.3.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..13} ) +inherit distutils-r1 + +DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools" +HOMEPAGE="https://github.com/lilydjwg/pssh" +SRC_URI="https://github.com/lilydjwg/pssh/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + !net-misc/putty + virtual/openssh +" +DEPEND="${RDEPEND}" + +# Requires ssh access to run. +RESTRICT="test"