| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.4 | 8 | ~amd64 | 0 |
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Labels for various aspects of a system architecture like CPU, etc."
HOMEPAGE="https://archspec.readthedocs.io/en/latest/index.html"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
test? (
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
)