Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-onnxscript
Commits:
c0756d67 by Torsten Keßler at 2025-10-27T16:14:19+01:00
upgpkg: 0.5.4-2
Rename dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-onnxscript
pkgdesc = Author ONNX functions and models
pkgver = 0.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://microsoft.github.io/onnxscript/
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-onnxscript
makedepends = python-wheel
depends = python
depends = python-numpy
- depends = python-ml_dtypes
+ depends = python-ml-dtypes
depends = python-onnx
depends = python-onnxruntime
depends = python-onnx-ir
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-onnxscript
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc='Author ONNX functions and models'
arch=('any')
url='https://microsoft.github.io/onnxscript/'
@@ -10,7 +10,7 @@ license=('MIT')
depends=(
python
python-numpy
- python-ml_dtypes
+ python-ml-dtypes
python-onnx
python-onnxruntime
python-onnx-ir
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnxscript/-/commit/c0756d67b258a8b5438dddbc4fc543d5fe1df1f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-onnxscript/-/commit/c0756d67b258a8b5438dddbc4fc543d5fe1df1f6
You're receiving this email because of your account on gitlab.archlinux.org.