dev-python/command-runner - 1.7.5 (vklimovs)

Search

Package Information

Description:
Platform agnostic command and shell execution tool
Homepage:
https://pypi.org/project/command-runner/ https://github.com/netinvent/command_runner/
License:
BSD

Ebuild Details

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

EAPI=8

MY_PN="${PN/-/_}"
MY_P="${MY_PN}-${PV}"

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1

DESCRIPTION="Platform agnostic command and shell execution tool"
HOMEPAGE="
	https://pypi.org/project/command-runner/
	https://github.com/netinvent/command_runner/
"
SRC_URI="
	https://github.com/netinvent/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# Tests use network (ping) and cannot run in the sandbox.
RESTRICT="test"

RDEPEND=">=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]"

DOCS=( CHANGELOG.md README.md )

Dependencies

RDEPEND

>=dev-python/psutil-5.6.0[${PYTHON_USEDEP}]

Manifest for 1.7.5

Type File Size Source URLs
DIST command-runner-1.7.5.gh.tar.gz 37673 bytes https://github.com/netinvent/${PN/-/_}/archive/refs/tags/v1.7.5.tar.gz