From a98ebea184a2e7a38f30a007c58ea845ffd0e001 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 21 Mar 2025 21:14:19 -0400 Subject: [PATCH] New package: python3-narwhals-1.31.0 --- srcpkgs/python3-narwhals/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-narwhals/template diff --git a/srcpkgs/python3-narwhals/template b/srcpkgs/python3-narwhals/template new file mode 100644 index 00000000000..4310d071d2b --- /dev/null +++ b/srcpkgs/python3-narwhals/template @@ -0,0 +1,18 @@ +# Template file for 'python3-narwhals' +pkgname=python3-narwhals +version=1.31.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="python3" +short_desc="Lightweight, extensible compatibility layer between dataframes" +maintainer="Andrew J. Hesford " +license="MIT" +homepage="https://narwhals-dev.github.io/narwhals/" +distfiles="${PYPI_SITE}/n/narwhals/narwhals-${version}.tar.gz" +checksum=333472e2562343dfdd27407ec9b5114a07c81d0416794e4ac6b703dd925c6a1a +make_check=no # archive includes no tests + +post_install() { + vlicense LICENSE.md +}