mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
18 lines
575 B
Bash
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
|
|
}
|