Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / python-narwhals
Commits: 84f90ffe by Bert Peters at 2025-02-23T16:10:11+01:00 upgpkg: 1.27.1-2: add missing license - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-narwhals pkgdesc = Extremely lightweight and extensible compatibility layer between dataframe libraries pkgver = 1.27.1 - pkgrel = 1 + pkgrel = 2 url = https://narwhals-dev.github.io/narwhals/ arch = any license = MIT ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-narwhals _name=${pkgname#python-} pkgver=1.27.1 -pkgrel=1 +pkgrel=2 pkgdesc="Extremely lightweight and extensible compatibility layer between dataframe libraries" arch=('any') url="https://narwhals-dev.github.io/narwhals/" @@ -37,4 +37,5 @@ check() { package() { cd "$_name-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl + install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.md } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/84f90ffef7641a7aaf8ab1f887a968047fb83ae1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-narwhals/-/commit/84f90ffef7641a7aaf8ab1f887a968047fb83ae1 You're receiving this email because of your account on gitlab.archlinux.org.