* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2020-02-09 16:47 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-02-09 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 75dfadf03ac94e08ad2c502f893c853aab3969bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 06:51:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:46:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfadf0
net-misc/pssh: Remove duplicate setuptools dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/pssh/{pssh-2.3.1-r1.ebuild => pssh-2.3.1-r2.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/pssh/pssh-2.3.1-r1.ebuild b/net-misc/pssh/pssh-2.3.1-r2.ebuild
similarity index 86%
rename from net-misc/pssh/pssh-2.3.1-r1.ebuild
rename to net-misc/pssh/pssh-2.3.1-r2.ebuild
index a79e2bcdd73..eb333cc8d3a 100644
--- a/net-misc/pssh/pssh-2.3.1-r1.ebuild
+++ b/net-misc/pssh/pssh-2.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ IUSE=""
RDEPEND="net-misc/openssh
!net-misc/putty"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
# Requires ssh access to run.
RESTRICT="test"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2020-11-16 18:34 Robin H. Johnson
0 siblings, 0 replies; 9+ messages in thread
From: Robin H. Johnson @ 2020-11-16 18:34 UTC (permalink / raw
To: gentoo-commits
commit: 5113e178dea7ee8a85f06c6d2853abd8324f25a7
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 18:34:36 2020 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 18:34:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5113e178
net-misc/pssh: re-add
Resurrect useful package from lastrites.
Closes: https://bugs.gentoo.org/735426
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
net-misc/pssh/Manifest | 1 +
net-misc/pssh/metadata.xml | 14 ++++++++++++++
net-misc/pssh/pssh-2.3.4-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/net-misc/pssh/Manifest b/net-misc/pssh/Manifest
new file mode 100644
index 00000000000..d05a4f517e3
--- /dev/null
+++ b/net-misc/pssh/Manifest
@@ -0,0 +1 @@
+DIST pssh-2.3.4.tar.gz 51859 BLAKE2B 788f5239cd35e240cc1961e73b532c60e5221ede9de48878f9636339b18235dc67109948eeb4f64871985bb24e1a7f823b1718da3dbe2ea893af58fd45495c61 SHA512 7abf327ca53dda2402465254e447eb837babdd2b4d865abb5b52a1135bd234694b84c1148cb3e4ed0198271ed29333fc1b5d0d01dc653fcf6d3e5b9f170b9d4e
diff --git a/net-misc/pssh/metadata.xml b/net-misc/pssh/metadata.xml
new file mode 100644
index 00000000000..195b1ffe89d
--- /dev/null
+++ b/net-misc/pssh/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cluster@gentoo.org</email>
+ <name>Gentoo Cluster Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lilydjwg/pssh</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild
new file mode 100644
index 00000000000..08289ea07a0
--- /dev/null
+++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7,8,9} )
+DISTUTILS_SINGLE_IMPL=1
+
+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"
+IUSE=""
+
+RDEPEND="net-misc/openssh
+ !net-misc/putty"
+DEPEND="${RDEPEND}"
+
+# Requires ssh access to run.
+RESTRICT="test"
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+}
+
+python_prepare_all() {
+ sed -i -e "s|man/man1'|share/&|g" setup.py || die
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2022-05-26 1:12 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-05-26 1:12 UTC (permalink / raw
To: gentoo-commits
commit: fba203cd9c7c68c751107d30a860eaf378edeb26
Author: Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Tue May 24 11:36:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 26 01:07:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba203cd
net-misc/pssh: bump PYTHON_COMPAT to 3.10
Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25619
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/pssh/pssh-2.3.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild
index 81921416658f..c84286d379e3 100644
--- a/net-misc/pssh/pssh-2.3.4-r1.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2022-05-26 1:14 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-05-26 1:14 UTC (permalink / raw
To: gentoo-commits
commit: 8c229cd25dedc9543a28340871ab5e367ccb98a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 01:13:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 26 01:13:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c229cd2
net-misc/pssh: disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/pssh/pssh-2.3.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild
index c84286d379e3..78373cfe0d29 100644
--- a/net-misc/pssh/pssh-2.3.4-r1.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2023-02-03 20:18 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-03 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 63b92751efdec4243fb8b2b528d121213e307de1
Author: Kai-Chun Ning <kaichun.ning <AT> gmail <DOT> com>
AuthorDate: Thu Dec 15 02:59:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 20:00:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b92751
net-misc/pssh: bump PYTHON_COMPAT to 3.11
Signed-off-by: Kai-Chun Ning <kaichun.ning <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28667
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pssh/{pssh-2.3.4-r1.ebuild => pssh-2.3.4-r2.ebuild} | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r2.ebuild
similarity index 81%
rename from net-misc/pssh/pssh-2.3.4-r1.ebuild
rename to net-misc/pssh/pssh-2.3.4-r2.ebuild
index 7a23ad7b74d7..69f1cc97ee51 100644
--- a/net-misc/pssh/pssh-2.3.4-r1.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
DISTUTILS_SINGLE_IMPL=1
-
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools"
@@ -15,19 +14,16 @@ 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"
-IUSE=""
-RDEPEND="net-misc/openssh
- !net-misc/putty"
+RDEPEND="
+ !net-misc/putty
+ net-misc/openssh
+"
DEPEND="${RDEPEND}"
# Requires ssh access to run.
RESTRICT="test"
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
python_prepare_all() {
sed -i -e "s|man/man1'|share/&|g" setup.py || die
distutils-r1_python_prepare_all
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2023-02-03 20:18 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-03 20:18 UTC (permalink / raw
To: gentoo-commits
commit: 325e5180f6506493c87adb3e574920a7c7a60663
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 20:01:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 20:01:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325e5180
net-misc/pssh: PEP517
Revbump in previous commit.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/pssh/pssh-2.3.4-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/pssh/pssh-2.3.4-r2.ebuild b/net-misc/pssh/pssh-2.3.4-r2.ebuild
index 69f1cc97ee51..68c5f74fd4b4 100644
--- a/net-misc/pssh/pssh-2.3.4-r2.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2023-05-11 20:03 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-05-11 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 143dace7e32143e7f67873a8f6de2942c0b0e503
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 20:56:04 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 20:03:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143dace7
net-misc/pssh: switch to virtual/openssh
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/pssh/{pssh-2.3.4-r2.ebuild => pssh-2.3.4-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/pssh/pssh-2.3.4-r2.ebuild b/net-misc/pssh/pssh-2.3.4-r3.ebuild
similarity index 97%
rename from net-misc/pssh/pssh-2.3.4-r2.ebuild
rename to net-misc/pssh/pssh-2.3.4-r3.ebuild
index 68c5f74fd4b4..7992ab01da29 100644
--- a/net-misc/pssh/pssh-2.3.4-r2.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
!net-misc/putty
- net-misc/openssh
+ virtual/openssh
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2024-07-30 21:13 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2024-07-30 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 050fd509bea3bc7a6f2bd4620d87603509c0a13e
Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 1 21:23:21 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37392
Signed-off-by: Pacho Ramos <pacho <AT> 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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
@ 2024-07-30 21:13 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2024-07-30 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 2d811810ade4956fa63b0b31ed66ce2657ed0f5c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 19:27:45 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 21:11:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d811810
net-misc/pssh: disable py3.9
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-misc/pssh/pssh-2.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/pssh/pssh-2.3.5.ebuild b/net-misc/pssh/pssh-2.3.5.ebuild
index 9ad8e6a3a95d..555c7d2e8648 100644
--- a/net-misc/pssh/pssh-2.3.5.ebuild
+++ b/net-misc/pssh/pssh-2.3.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-30 21:13 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-26 1:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-30 21:13 Pacho Ramos
2024-07-30 21:13 Pacho Ramos
2023-05-11 20:03 Sam James
2023-02-03 20:18 Sam James
2023-02-03 20:18 Sam James
2022-05-26 1:12 Sam James
2020-11-16 18:34 Robin H. Johnson
2020-02-09 16:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox