# Template file for 'python3-narwhals'
pkgname=python3-narwhals
version=2.24.0
revision=1
build_style=python3-pep517
hostmakedepends="uv-build"
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=b5c0f684ccd9d7475b564111e319a4964abcf2baf79d3cf6b1003d06ac9b828d
make_check=no # archive includes no tests

post_install() {
	vlicense LICENSE.md
}
