void-packages/srcpkgs/python3-narwhals/template
2025-04-11 09:41:26 -04:00

18 lines
575 B
Bash

# Template file for 'python3-narwhals'
pkgname=python3-narwhals
version=1.34.1
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=8941a08cf62f39ae67be945090b20a19c51fb9048ac909cad2f95aee23f9e302
make_check=no # archive includes no tests
post_install() {
vlicense LICENSE.md
}