Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / python-datasets
Commits: 6e61915c by Jakub Klinkovský at 2025-02-04T22:16:42+01:00 upgpkg: 3.2.0-3: let python-installer compile bytecode with its default optimization level Also fix quoting around $pkgdir - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-datasets pkgdesc = Ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools pkgver = 3.2.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/huggingface/datasets arch = any groups = huggingface ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _name=datasets pkgname=python-$_name pkgver=3.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools" arch=(any) url="https://github.com/huggingface/datasets" @@ -147,6 +147,6 @@ check() { package() { cd $_name-$pkgver - python -m installer --compile-bytecode 1 --destdir $pkgdir dist/*.whl + python -m installer --destdir="$pkgdir" dist/*.whl install -vDm 644 README.md -t "$pkgdir"/usr/share/doc/$pkgname } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/6e61915cf37728695005fbeccd7538c4f4c52d55 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-datasets/-/commit/6e61915cf37728695005fbeccd7538c4f4c52d55 You're receiving this email because of your account on gitlab.archlinux.org.