From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EE13C1581F0 for ; Sat, 25 Jan 2025 10:22:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA5993434EA for ; Sat, 25 Jan 2025 10:22:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D6BCF11042D; Sat, 25 Jan 2025 10:22:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id C8ECE11042D for ; Sat, 25 Jan 2025 10:22:36 +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 7CF183434EA for ; Sat, 25 Jan 2025 10:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5ED597F for ; Sat, 25 Jan 2025 10:22:34 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1737800459.825b65226aee50ce3a1e30ae33d521f2c08ec8e4.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/clustershell/Manifest app-admin/clustershell/clustershell-1.9.3.ebuild X-VCS-Directories: app-admin/clustershell/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 825b65226aee50ce3a1e30ae33d521f2c08ec8e4 X-VCS-Branch: master Date: Sat, 25 Jan 2025 10:22:34 +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: fd57159a-53cc-4589-8b95-3aa244cd0bd2 X-Archives-Hash: b17624e789537a772512c89a08aebb59 commit: 825b65226aee50ce3a1e30ae33d521f2c08ec8e4 Author: Petr Vaněk gentoo org> AuthorDate: Sat Jan 25 10:02:00 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Jan 25 10:20:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825b6522 app-admin/clustershell: add 1.9.3 - enable py3.13 - remove >=expat-2.6.0 blocker, the issue was fixed upstream, this version does not hang anymore, see [1] - take advantage of eunittest, because automatic discovery works with properly set parameters [1] https://github.com/cea-hpc/clustershell/pull/556 Bug: https://bugs.gentoo.org/924601 Signed-off-by: Petr Vaněk gentoo.org> app-admin/clustershell/Manifest | 1 + app-admin/clustershell/clustershell-1.9.3.ebuild | 55 ++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/app-admin/clustershell/Manifest b/app-admin/clustershell/Manifest index 6a70beb978ec..44f741c12ea8 100644 --- a/app-admin/clustershell/Manifest +++ b/app-admin/clustershell/Manifest @@ -1 +1,2 @@ DIST ClusterShell-1.9.2.tar.gz 400880 BLAKE2B d10c78696268cabd001e1da1c28f1850d6b2fd9d20e73f9aeab378c855a0b937f32d706869e2d3fcdf109b2e98175abbec8f06fe0c6d2c4139d2da14f1c5b610 SHA512 852c9dcbe333965fa853e4360da7305c448dc037348ede18c0417d763e68d4bafad0a60480fce421f1815a86dd0a20e07d32fd8828aa185e7e1b88ed292014fc +DIST ClusterShell-1.9.3.tar.gz 417135 BLAKE2B 8b70b1ef8b8a2c0f148cc35b23397d4ccff642b7921e09940143bdc74df7ac1f38ebd10a0cbaa4385803a4ee109908e8946fea0ac7f3d573011d0a81ea057a1e SHA512 80f32b629f652d412030936e345da93a0fb82859b00d6670d69546c87b6d317a6ea0910fbcfe3c3cc3613a9f8f53c72fadf513beac5cbdf1f3877e36597b6a48 diff --git a/app-admin/clustershell/clustershell-1.9.3.ebuild b/app-admin/clustershell/clustershell-1.9.3.ebuild new file mode 100644 index 000000000000..386b0f217013 --- /dev/null +++ b/app-admin/clustershell/clustershell-1.9.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=ClusterShell +PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 pypi + +DESCRIPTION="Python framework for efficient cluster administration" +HOMEPAGE=" + https://github.com/cea-hpc/clustershell/ + https://pypi.org/project/ClusterShell/ +" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + app-shells/pdsh + virtual/openssh + app-alternatives/bc + ) +" + +distutils_enable_tests unittest + +src_prepare() { + default + + # remove test sets that require working ssh connection + rm tests/{CLIClush,TaskDistant*}Test.py || die +} + +python_test() { + eunittest -s tests -p '*.py' +} + +src_install() { + distutils-r1_src_install + + mv "${ED}/usr/etc" "${ED}/etc" || die +} + +pkg_postinst() { + einfo "Some default system-wide config files have been installed into" + einfo "/etc/${PN}" +}