dev-python/spur - 0.3.23 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/spur-0.3.23

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/spur-0.3.23

Or alternatively:

emerge --autounmask-write -a =dev-python/spur-0.3.23

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 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..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 ~arm64"

RDEPEND="
	>=dev-python/paramiko-1.13.1[${PYTHON_USEDEP}]
	<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
)

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/paramiko-1.13.1[]
	<dev-python/paramiko-4[]

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