dev-python/intel-amt - 0.9.0 (ha-bleeding-edge)

Search

Package Information

Description:
Tools for interacting with Intel's AMT
Homepage:
https://github.com/nomis/intel-amt/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.9.0 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Tools for interacting with Intel's AMT"
HOMEPAGE="https://github.com/nomis/intel-amt/"
COMMIT="b33b6e98e51e8af3ae23f883dc7266ed588ad324"
SRC_URI="https://github.com/nomis/intel-amt/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"

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

DOCS="README.rst"

RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/pem[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
	)"

python_test() {
	py.test -v -v || die
}

distutils_enable_tests pytest

USE Flags

Dependencies

RDEPEND

dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/pem[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]

BDEPEND

	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
	)

Manifest for 0.9.0

Type File Size Source URLs
DIST intel-amt-0.9.0.gh.tar.gz 31276 bytes https://github.com/nomis/intel-amt/archive/b33b6e98e51e8af3ae23f883dc7266ed588ad324.tar.gz