Install this version:
emerge -a =dev-python/onnx-ir-0.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/onnx-ir-0.2.0
Or alternatively:
emerge --autounmask-write -a =dev-python/onnx-ir-0.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYPI_PN="${PN/-/_}"
inherit distutils-r1 pypi
DESCRIPTION="ONNX IR - Python intermediate representation for ONNX"
HOMEPAGE="https://github.com/onnx/ir-py"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/onnx-1.16[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.10[${PYTHON_USEDEP}]
>=dev-python/ml-dtypes-0.5.0[${PYTHON_USEDEP}]
>=dev-python/sympy-1.13[${PYTHON_USEDEP}]
"
dev-python/numpy[] >=dev-python/onnx-1.16[] >=dev-python/typing-extensions-4.10[] >=dev-python/ml-dtypes-0.5.0[] >=dev-python/sympy-1.13[]