dev-python/parallax - 1.0.8 (gentoo)

Search

Package Information

Description:
Execute commands and copy files over SSH to multiple machines at once
Homepage:
https://github.com/krig/parallax/
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
1.0.8 8 ~amd64 ~hppa ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1

DESCRIPTION="Execute commands and copy files over SSH to multiple machines at once"
HOMEPAGE="https://github.com/krig/parallax/"
SRC_URI="https://github.com/krig/parallax/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"

# Requires SSH connection to hosts for testing
RESTRICT="test"

Manifest for 1.0.8

Type File Size Source URLs
DIST parallax-1.0.8.gh.tar.gz 15921 bytes https://github.com/krig/parallax/archive/refs/tags/1.0.8.tar.gz