dev-python/spur - 0.3.23 (benzene-overlay)

Search

Package Information

Description:
Run commands locally or over SSH using the same interface
Homepage:
https://github.com/mwilliamson/spur.py/ https://pypi.org/project/spur/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.3.23 8 amd64 ~arm arm64 ~ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

MY_P=spur.py-${PV}
DESCRIPTION="Run commands locally or over SSH using the same interface"
HOMEPAGE="
	https://github.com/mwilliamson/spur.py/
	https://pypi.org/project/spur/
"
SRC_URI="https://github.com/mwilliamson/spur.py/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"

RDEPEND="<dev-python/paramiko-4[${PYTHON_USEDEP}]"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

EPYTEST_IGNORE=(
	# TODO: set up a local SSH server?
	tests/ssh_tests.py
)

Dependencies

RDEPEND

<dev-python/paramiko-4[${PYTHON_USEDEP}]

Manifest for 0.3.23

Type File Size Source URLs
DIST spur.py-0.3.23.gh.tar.gz 17853 bytes https://github.com/mwilliamson/spur.py/archive/0.3.23.tar.gz