Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
tensorboard


Commits:
0a30bae4 by Sven-Hendrik Haase at 2026-07-01T15:03:21+02:00
upgpkg: 2.21.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tensorboard
        pkgdesc = TensorFlow's Visualization Toolkit
-       pkgver = 2.20.0
-       pkgrel = 3
+       pkgver = 2.21.0
+       pkgrel = 1
        url = https://github.com/tensorflow/tensorboard
        arch = x86_64
        license = Apache-2.0
@@ -24,11 +24,9 @@ pkgbase = tensorboard
        depends = absl-py
        optdepends = python-tensorflow: advanced features for TensorBoard
        options = !lto
-       source = 
tensorboard-2.20.0.tar.gz::https://github.com/tensorflow/tensorboard/archive/2.20.0.tar.gz
-       source = 0001-Remove-runtime-pkg_resources-dependency-in-default-a.patch
-       source = 
https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel_nojdk-6.5.0-linux-x86_64
-       sha512sums = 
e95672c726a003c1de970a5f9cbbb9cc21200af64f0b40b211f80652c722a5391250e935a560576f92dfc2512bde65d866afa0f0d5833a3d12500eb12e7f9d2a
-       sha512sums = 
03f21168d5403eb50e112981e2b51b357deae9cca28dbe04bd18671c329893eadb08744de067d3439cf99c7a94ded840a88beafc9c559078ee5b74de991f9c8e
-       sha512sums = 
d3789f0ecd354468f2e24d98501041430ae99c173320fa9c3eb02f225c08ed298fd1ad259e4ad9bb70b6ae89d84cd87460aaa720de3486d40b30777a8fe45453
+       source = 
tensorboard-2.21.0.tar.gz::https://github.com/tensorflow/tensorboard/archive/2.21.0.tar.gz
+       source = 
https://github.com/bazelbuild/bazel/releases/download/7.7.0/bazel_nojdk-7.7.0-linux-x86_64
+       sha512sums = 
259692247aefa305c49d5062cf25d329cacc9b452261a2b3cf936732415022b88368eba6f0efe95a612313f0f08314c2c2a3d18f31219bef0082396476aa34d2
+       sha512sums = 
206d9a1c98deba75435fe69597ce47dedfe3bb73b0af145245870516d9b2a534e49a8ece765cea5fe80cec57e254bc6655cdab0b194717a89976ed67d9330cf6
 
 pkgname = tensorboard


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Konstantin Gizdov <arch at kge dot pw>
 
 pkgname=tensorboard
-pkgver=2.20.0
-pkgrel=3
+pkgver=2.21.0
+pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
@@ -14,23 +14,19 @@ makedepends=('bazel' 'tree' 'rust' 'python-build' 
'python-installer' 'python-whe
 optdepends=('python-tensorflow: advanced features for TensorBoard')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz";
-  "0001-Remove-runtime-pkg_resources-dependency-in-default-a.patch"
-  
https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel_nojdk-6.5.0-linux-x86_64
+  
https://github.com/bazelbuild/bazel/releases/download/7.7.0/bazel_nojdk-7.7.0-linux-x86_64
 )
 options=('!lto')
-sha512sums=('e95672c726a003c1de970a5f9cbbb9cc21200af64f0b40b211f80652c722a5391250e935a560576f92dfc2512bde65d866afa0f0d5833a3d12500eb12e7f9d2a'
-            
'03f21168d5403eb50e112981e2b51b357deae9cca28dbe04bd18671c329893eadb08744de067d3439cf99c7a94ded840a88beafc9c559078ee5b74de991f9c8e'
-            
'd3789f0ecd354468f2e24d98501041430ae99c173320fa9c3eb02f225c08ed298fd1ad259e4ad9bb70b6ae89d84cd87460aaa720de3486d40b30777a8fe45453')
+sha512sums=('259692247aefa305c49d5062cf25d329cacc9b452261a2b3cf936732415022b88368eba6f0efe95a612313f0f08314c2c2a3d18f31219bef0082396476aa34d2'
+            
'206d9a1c98deba75435fe69597ce47dedfe3bb73b0af145245870516d9b2a534e49a8ece765cea5fe80cec57e254bc6655cdab0b194717a89976ed67d9330cf6')
 
 prepare() {
-  # Since tensorboard is currently imcompatible with Bazel 6, we're going to 
use
-  # a local Bazel 5 to fix that. Stupid problems call for stupid solutions.
-  install -Dm755 "${srcdir}"/bazel_nojdk-6.5.0-linux-x86_64 bazel/bazel
+  # Since tensorboard is often incompatible with Arch's version of bazel, we 
have to use a separate one.
+  install -Dm755 "${srcdir}"/bazel_nojdk-7.7.0-linux-x86_64 bazel/bazel
   export PATH="${srcdir}/bazel:$PATH"
   bazel --version
 
   cd "$pkgname-$pkgver"
-  patch -Np1 -i 
../0001-Remove-runtime-pkg_resources-dependency-in-default-a.patch
 
   # Remove fixed version requirements as we usually ship more up-to-date
   # versions than are specified and it tends to work fine anyhow.



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorboard/-/commit/0a30bae4fca4969fba8c4b4ae12a34b6384f7045

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorboard/-/commit/0a30bae4fca4969fba8c4b4ae12a34b6384f7045
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to