19 lines
575 B
Bash
19 lines
575 B
Bash
# Template file for 'python3-narwhals'
|
|
pkgname=python3-narwhals
|
|
version=2.21.2
|
|
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=5c5b2d0b47aef7c73ea412cfcbcd467f2f2d5be73e3c2ab19d78f4a97718790a
|
|
make_check=no # archive includes no tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|