dev-python/onnxscript - 0.6.2 (bennypowers)

Search

Install

Install this version:

emerge -a =dev-python/onnxscript-0.6.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/onnxscript-0.6.2

Or alternatively:

emerge --autounmask-write -a =dev-python/onnxscript-0.6.2

Package Information

Description:
ONNX Script - authoring ONNX functions and models using a Python subset
Homepage:
https://github.com/microsoft/onnxscript
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6.2 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} )

inherit distutils-r1 pypi

DESCRIPTION="ONNX Script - authoring ONNX functions and models using a Python subset"
HOMEPAGE="https://github.com/microsoft/onnxscript"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/ml-dtypes[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	>=dev-python/onnx-ir-0.1.15[${PYTHON_USEDEP}]
	>=dev-python/onnx-1.17[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.10[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/ml-dtypes[]
	dev-python/numpy[]
	>=dev-python/onnx-ir-0.1.15[]
	>=dev-python/onnx-1.17[]
	dev-python/packaging[]
	>=dev-python/typing-extensions-4.10[]