mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
18 lines
575 B
Bash
18 lines
575 B
Bash
# Template file for 'python3-narwhals'
|
|
pkgname=python3-narwhals
|
|
version=1.35.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=07477d18487fbc940243b69818a177ed7119b737910a8a254fb67688b48a7c96
|
|
make_check=no # archive includes no tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|