Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
xet-core
Commits:
404f405b by Jakub Klinkovský at 2026-02-24T19:11:33+01:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xet-core
pkgdesc = xet client tech, used in Huggingface Hub
- pkgver = 1.2.0
- pkgrel = 3
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/huggingface/xet-core
arch = x86_64
license = Apache-2.0
@@ -9,10 +9,8 @@ pkgbase = xet-core
makedepends = maturin
makedepends = python-installer
makedepends = openssl
- source =
xet-core-1.2.0.tar.gz::https://github.com/huggingface/xet-core/archive/refs/tags/v1.2.0.tar.gz
- source =
xet-core-pyproject.patch::https://github.com/huggingface/xet-core/commit/4b8ed4b85b068518f2bc85aa9330b6bf0c9242f2.patch
- b2sums =
f54088890975e906ef63b5c54ff08d0f4fbbc67b8d5dd10360b97b5b20137553ccd5b8559d059fc19d193200c6f97d4a5d6ceabc8a28e4eddf5d7ce5018fc484
- b2sums =
b770660d35af862290c8ec9141a1b98b5dbac68737677e8b7bfa07ecb635ee8d33927b3b47f81575a782fe615ee5b01a73034360c06b2e666eb5b33043a90f76
+ source =
xet-core-1.3.0.tar.gz::https://github.com/huggingface/xet-core/archive/refs/tags/v1.3.0.tar.gz
+ b2sums =
9a739e428475897cfbed66e4dff2389a065a7da0bd9f31e5e178a29dc9cbbffcab3086bf00667a20cfc1a5d985e52bc3e8356f32e73ec58e9114319ac9713c4b
pkgname = python-hf-xet
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=xet-core
pkgname=(python-hf-xet)
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc="xet client tech, used in Huggingface Hub"
arch=(x86_64)
url=https://github.com/huggingface/xet-core
@@ -14,17 +14,12 @@ makedepends=(
python-installer
openssl
)
-source=($pkgbase-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
-
$pkgbase-pyproject.patch::https://github.com/huggingface/xet-core/commit/4b8ed4b85b068518f2bc85aa9330b6bf0c9242f2.patch)
-b2sums=('f54088890975e906ef63b5c54ff08d0f4fbbc67b8d5dd10360b97b5b20137553ccd5b8559d059fc19d193200c6f97d4a5d6ceabc8a28e4eddf5d7ce5018fc484'
-
'b770660d35af862290c8ec9141a1b98b5dbac68737677e8b7bfa07ecb635ee8d33927b3b47f81575a782fe615ee5b01a73034360c06b2e666eb5b33043a90f76')
+source=($pkgbase-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+b2sums=('9a739e428475897cfbed66e4dff2389a065a7da0bd9f31e5e178a29dc9cbbffcab3086bf00667a20cfc1a5d985e52bc3e8356f32e73ec58e9114319ac9713c4b')
prepare() {
cd $pkgbase-$pkgver
cargo fetch --locked --target "$(rustc --print host-tuple)"
-
- # Fix build https://github.com/huggingface/xet-core/pull/659
- patch -p1 < ../$pkgbase-pyproject.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xet-core/-/commit/404f405b80757c32596770ffafd3e75a2c3820ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xet-core/-/commit/404f405b80757c32596770ffafd3e75a2c3820ad
You're receiving this email because of your account on gitlab.archlinux.org.