New package: python3-narwhals-1.31.0

This commit is contained in:
Andrew J. Hesford 2025-03-21 21:14:19 -04:00
parent 08648c3add
commit a98ebea184

View file

@ -0,0 +1,18 @@
# Template file for 'python3-narwhals'
pkgname=python3-narwhals
version=1.31.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
short_desc="Lightweight, extensible compatibility layer between dataframes"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://narwhals-dev.github.io/narwhals/"
distfiles="${PYPI_SITE}/n/narwhals/narwhals-${version}.tar.gz"
checksum=333472e2562343dfdd27407ec9b5114a07c81d0416794e4ac6b703dd925c6a1a
make_check=no # archive includes no tests
post_install() {
vlicense LICENSE.md
}