Install this version:
emerge -a =dev-python/ironic-lib-6.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/ironic-lib-6.2.0
Or alternatively:
emerge --autounmask-write -a =dev-python/ironic-lib-6.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.2.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10,11,12,13} pypy3 )
inherit distutils-r1 systemd
DESCRIPTION="Ironic common library"
HOMEPAGE="https://docs.openstack.org/ironic-lib/"
SRC_URI="https://files.pythonhosted.org/packages/d6/af/f405b3d9a9df03351537c1823ff72e6ab0b384c538c2f7c8b817c40a01dd/${PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND=""
RDEPEND="
acct-user/vbmc
"
python_prepare_all() {
distutils-r1_python_prepare_all
}
python_test() {
distutils_install_for_testing
pytest -vv || die "Tests fail with ${EPYTHON}"
}
Manage flags for this package:
euse -i <flag> -p dev-python/ironic-lib |
euse -E <flag> -p dev-python/ironic-lib |
euse -D <flag> -p dev-python/ironic-lib
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ironic-lib-6.2.0.tar.gz | 113492 bytes | https://files.pythonhosted.org/packages/d6/af/f405b3d9a9df03351537c1823ff72e6ab0b384c538c2f7c8b817c40a01dd/ironic-lib-6.2.0.tar.gz |