dev-python/onnx-ir - 0.2.0-r1 (bennypowers)

Search

Install

Install this version:

emerge -a =dev-python/onnx-ir-0.2.0-r1

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-r1

Or alternatively:

emerge --autounmask-write -a =dev-python/onnx-ir-0.2.0-r1

Package Information

Description:
ONNX IR - Python intermediate representation for ONNX
Homepage:
https://github.com/onnx/ir-py
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.2.0-r1 8 ~amd64 0
View Raw Ebuild
# 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}]
	>=sci-ml/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}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	>=sci-ml/onnx-1.16[]
	>=dev-python/typing-extensions-4.10[]
	>=dev-python/ml-dtypes-0.5.0[]
	>=dev-python/sympy-1.13[]