Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-datasets
Commits:
a94438f7 by Jakub Klinkovský at 2026-06-06T19:59:03+02:00
upgpkg: 5.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-datasets
pkgdesc = Ready-to-use datasets for ML models with fast, easy-to-use
and efficient data manipulation tools
- pkgver = 4.8.5
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/huggingface/datasets
arch = any
@@ -17,6 +17,7 @@ pkgbase = python-datasets
checkdepends = python-soxr
checkdepends = python-sqlalchemy
checkdepends = python-torchcodec
+ checkdepends = python-trimesh
checkdepends = python-zstandard
makedepends = python-build
makedepends = python-installer
@@ -45,7 +46,8 @@ pkgbase = python-datasets
optdepends = python-pillow: Vision datasets
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
- source =
python-datasets-4.8.5.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/4.8.5.tar.gz
- b2sums =
3ab237f44f852d5b6ec6b482b6f21332583ab3136991fb361ef4f64f5f23be39c38c0f6af4c1f4db43104adb1f7636a3f6fcb14f637bd73460067e3a19ebd7e4
+ optdepends = python-trimesh: for decoding meshes
+ source =
python-datasets-5.0.0.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/5.0.0.tar.gz
+ b2sums =
1dab53d140996dc344d12b4ddffdeebd3b70fd14e6068ccef00f5f237e0090cfe58a3069c1120e747899f815847cc607e1e47243c03e1d6fa6b3cea9386d8a39
pkgname = python-datasets
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=datasets
pkgname=python-$_name
-pkgver=4.8.5
+pkgver=5.0.0
pkgrel=1
pkgdesc="Ready-to-use datasets for ML models with fast, easy-to-use and
efficient data manipulation tools"
arch=(any)
@@ -48,6 +48,7 @@ checkdepends=(
python-soxr
python-sqlalchemy
python-torchcodec
+ python-trimesh
python-zstandard
)
optdepends=(
@@ -57,9 +58,10 @@ optdepends=(
'python-pillow: Vision datasets'
'python-tensorflow: TensorFlow support'
'python-pytorch: PyTorch support'
+ 'python-trimesh: for decoding meshes'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('3ab237f44f852d5b6ec6b482b6f21332583ab3136991fb361ef4f64f5f23be39c38c0f6af4c1f4db43104adb1f7636a3f6fcb14f637bd73460067e3a19ebd7e4')
+b2sums=('1dab53d140996dc344d12b4ddffdeebd3b70fd14e6068ccef00f5f237e0090cfe58a3069c1120e747899f815847cc607e1e47243c03e1d6fa6b3cea9386d8a39')
prepare() {
cd $_name-$pkgver
@@ -87,6 +89,8 @@ check() {
--ignore tests/packaged_modules/test_lance.py
# python-tokenizers is not packaged
--ignore tests/test_fingerprint_tokenizer_stability.py
+ # python-iceberg is not packaged
+ --ignore tests/packaged_modules/test_iceberg.py
# ModuleNotFoundError: No module named 'aifc'
--deselect
tests/packaged_modules/test_audiofolder.py::test_data_files_with_metadata_and_archives
# subprocess.CalledProcessError
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/a94438f755d431c331c14acbd1a0698e6bf4b3bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/a94438f755d431c331c14acbd1a0698e6bf4b3bd
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