dev-python/virtualbmc - 2.2.0 (amedeos)

Search

Install

Install this version:

emerge -a =dev-python/virtualbmc-2.2.0

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

autounmask =dev-python/virtualbmc-2.2.0

Or alternatively:

emerge --autounmask-write -a =dev-python/virtualbmc-2.2.0

Package Information

Description:
Create virtual BMCs for controlling virtual instances via IPMI
Homepage:
https://docs.openstack.org/virtualbmc/latest/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.2.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{9,10} pypy3 )

inherit distutils-r1 systemd

DESCRIPTION="Create virtual BMCs for controlling virtual instances via IPMI"
HOMEPAGE="https://docs.openstack.org/virtualbmc/latest/"
SRC_URI="https://files.pythonhosted.org/packages/41/bc/88ba1975f2791e1b42627a2b3a9daeac699bb6669c4e3837300d425c2566/${PN}-${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND=""
RDEPEND="
	dev-python/pyghmi
	dev-python/cliff
	dev-python/pyzmq
	acct-user/vbmc
"

python_prepare_all() {
	distutils-r1_python_prepare_all
}

python_test() {
	distutils_install_for_testing
	pytest -vv || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
	systemd_newunit "${FILESDIR}/virtualbmc.service" virtualbmc.service
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/virtualbmc | euse -E <flag> -p dev-python/virtualbmc | euse -D <flag> -p dev-python/virtualbmc

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pyghmi
	dev-python/cliff
	dev-python/pyzmq
	acct-user/vbmc

Manifest for 2.2.0

Type File Size Source URLs
DIST virtualbmc-2.2.0.tar.gz 36413 bytes https://files.pythonhosted.org/packages/41/bc/88ba1975f2791e1b42627a2b3a9daeac699bb6669c4e3837300d425c2566/virtualbmc-2.2.0.tar.gz