dev-python/archspec - 0.2.4 (science)

Search

Package Information

Description:
Labels for various aspects of a system architecture like CPU, etc.
Homepage:
https://archspec.readthedocs.io/en/latest/index.html
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.4 8 ~amd64 0
View Raw Ebuild
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

Dependencies

BDEPEND

	test? (
		dev-python/typing-extensions[${PYTHON_USEDEP}]
		dev-python/jsonschema[${PYTHON_USEDEP}]
	)