pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 13 12:00:24 UTC 2026
Modified Files:
pkgsrc/misc: Makefile
Added Files:
pkgsrc/misc/py-narwhals: DESCR Makefile PLIST distinfo
Log Message:
py-narwhals: added version 2.23.0
Extremely lightweight and extensible compatibility layer between dataframe
libraries!
* Full API support: cuDF, Modin, pandas, Polars, PyArrow.
* Lazy-only support: Daft, Dask, DuckDB, Ibis, PySpark, SQLFrame.
To generate a diff of this commit:
cvs rdiff -u -r1.681 -r1.682 pkgsrc/misc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/py-narwhals/DESCR \
pkgsrc/misc/py-narwhals/Makefile pkgsrc/misc/py-narwhals/PLIST \
pkgsrc/misc/py-narwhals/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/Makefile
diff -u pkgsrc/misc/Makefile:1.681 pkgsrc/misc/Makefile:1.682
--- pkgsrc/misc/Makefile:1.681 Wed May 20 14:22:02 2026
+++ pkgsrc/misc/Makefile Mon Jul 13 12:00:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.681 2026/05/20 14:22:02 pin Exp $
+# $NetBSD: Makefile,v 1.682 2026/07/13 12:00:24 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -299,6 +299,7 @@ SUBDIR+= py-immutables
SUBDIR+= py-installer
SUBDIR+= py-lazy_loader
SUBDIR+= py-libtmux
+SUBDIR+= py-narwhals
SUBDIR+= py-pbs-installer
SUBDIR+= py-pep440
SUBDIR+= py-platformdirs
Added files:
Index: pkgsrc/misc/py-narwhals/DESCR
diff -u /dev/null pkgsrc/misc/py-narwhals/DESCR:1.1
--- /dev/null Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/DESCR Mon Jul 13 12:00:24 2026
@@ -0,0 +1,5 @@
+Extremely lightweight and extensible compatibility layer between dataframe
+libraries!
+
+* Full API support: cuDF, Modin, pandas, Polars, PyArrow.
+* Lazy-only support: Daft, Dask, DuckDB, Ibis, PySpark, SQLFrame.
Index: pkgsrc/misc/py-narwhals/Makefile
diff -u /dev/null pkgsrc/misc/py-narwhals/Makefile:1.1
--- /dev/null Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/Makefile Mon Jul 13 12:00:24 2026
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2026/07/13 12:00:24 adam Exp $
+
+DISTNAME= narwhals-2.23.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= misc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=n/narwhals/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/narwhals-dev/narwhals
+COMMENT= Extremely lightweight compatibility layer between dataframe libraries
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0.11.0:../../devel/py-uv-build
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.0.0:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-pandas>=1.3.4:../../math/py-pandas
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-env>=0:../../devel/py-test-env
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=0:../../devel/py-test-randomly
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=0:../../devel/py-test-xdist
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-narwhals/PLIST
diff -u /dev/null pkgsrc/misc/py-narwhals/PLIST:1.1
--- /dev/null Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/PLIST Mon Jul 13 12:00:24 2026
@@ -0,0 +1,492 @@
+@comment $NetBSD: PLIST,v 1.1 2026/07/13 12:00:24 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
+${PYSITELIB}/narwhals/__init__.py
+${PYSITELIB}/narwhals/__init__.pyc
+${PYSITELIB}/narwhals/__init__.pyo
+${PYSITELIB}/narwhals/_arrow/__init__.py
+${PYSITELIB}/narwhals/_arrow/__init__.pyc
+${PYSITELIB}/narwhals/_arrow/__init__.pyo
+${PYSITELIB}/narwhals/_arrow/dataframe.py
+${PYSITELIB}/narwhals/_arrow/dataframe.pyc
+${PYSITELIB}/narwhals/_arrow/dataframe.pyo
+${PYSITELIB}/narwhals/_arrow/expr.py
+${PYSITELIB}/narwhals/_arrow/expr.pyc
+${PYSITELIB}/narwhals/_arrow/expr.pyo
+${PYSITELIB}/narwhals/_arrow/group_by.py
+${PYSITELIB}/narwhals/_arrow/group_by.pyc
+${PYSITELIB}/narwhals/_arrow/group_by.pyo
+${PYSITELIB}/narwhals/_arrow/namespace.py
+${PYSITELIB}/narwhals/_arrow/namespace.pyc
+${PYSITELIB}/narwhals/_arrow/namespace.pyo
+${PYSITELIB}/narwhals/_arrow/selectors.py
+${PYSITELIB}/narwhals/_arrow/selectors.pyc
+${PYSITELIB}/narwhals/_arrow/selectors.pyo
+${PYSITELIB}/narwhals/_arrow/series.py
+${PYSITELIB}/narwhals/_arrow/series.pyc
+${PYSITELIB}/narwhals/_arrow/series.pyo
+${PYSITELIB}/narwhals/_arrow/series_cat.py
+${PYSITELIB}/narwhals/_arrow/series_cat.pyc
+${PYSITELIB}/narwhals/_arrow/series_cat.pyo
+${PYSITELIB}/narwhals/_arrow/series_dt.py
+${PYSITELIB}/narwhals/_arrow/series_dt.pyc
+${PYSITELIB}/narwhals/_arrow/series_dt.pyo
+${PYSITELIB}/narwhals/_arrow/series_list.py
+${PYSITELIB}/narwhals/_arrow/series_list.pyc
+${PYSITELIB}/narwhals/_arrow/series_list.pyo
+${PYSITELIB}/narwhals/_arrow/series_str.py
+${PYSITELIB}/narwhals/_arrow/series_str.pyc
+${PYSITELIB}/narwhals/_arrow/series_str.pyo
+${PYSITELIB}/narwhals/_arrow/series_struct.py
+${PYSITELIB}/narwhals/_arrow/series_struct.pyc
+${PYSITELIB}/narwhals/_arrow/series_struct.pyo
+${PYSITELIB}/narwhals/_arrow/typing.py
+${PYSITELIB}/narwhals/_arrow/typing.pyc
+${PYSITELIB}/narwhals/_arrow/typing.pyo
+${PYSITELIB}/narwhals/_arrow/utils.py
+${PYSITELIB}/narwhals/_arrow/utils.pyc
+${PYSITELIB}/narwhals/_arrow/utils.pyo
+${PYSITELIB}/narwhals/_compliant/__init__.py
+${PYSITELIB}/narwhals/_compliant/__init__.pyc
+${PYSITELIB}/narwhals/_compliant/__init__.pyo
+${PYSITELIB}/narwhals/_compliant/any_namespace.py
+${PYSITELIB}/narwhals/_compliant/any_namespace.pyc
+${PYSITELIB}/narwhals/_compliant/any_namespace.pyo
+${PYSITELIB}/narwhals/_compliant/column.py
+${PYSITELIB}/narwhals/_compliant/column.pyc
+${PYSITELIB}/narwhals/_compliant/column.pyo
+${PYSITELIB}/narwhals/_compliant/dataframe.py
+${PYSITELIB}/narwhals/_compliant/dataframe.pyc
+${PYSITELIB}/narwhals/_compliant/dataframe.pyo
+${PYSITELIB}/narwhals/_compliant/expr.py
+${PYSITELIB}/narwhals/_compliant/expr.pyc
+${PYSITELIB}/narwhals/_compliant/expr.pyo
+${PYSITELIB}/narwhals/_compliant/group_by.py
+${PYSITELIB}/narwhals/_compliant/group_by.pyc
+${PYSITELIB}/narwhals/_compliant/group_by.pyo
+${PYSITELIB}/narwhals/_compliant/namespace.py
+${PYSITELIB}/narwhals/_compliant/namespace.pyc
+${PYSITELIB}/narwhals/_compliant/namespace.pyo
+${PYSITELIB}/narwhals/_compliant/selectors.py
+${PYSITELIB}/narwhals/_compliant/selectors.pyc
+${PYSITELIB}/narwhals/_compliant/selectors.pyo
+${PYSITELIB}/narwhals/_compliant/series.py
+${PYSITELIB}/narwhals/_compliant/series.pyc
+${PYSITELIB}/narwhals/_compliant/series.pyo
+${PYSITELIB}/narwhals/_compliant/typing.py
+${PYSITELIB}/narwhals/_compliant/typing.pyc
+${PYSITELIB}/narwhals/_compliant/typing.pyo
+${PYSITELIB}/narwhals/_compliant/window.py
+${PYSITELIB}/narwhals/_compliant/window.pyc
+${PYSITELIB}/narwhals/_compliant/window.pyo
+${PYSITELIB}/narwhals/_constants.py
+${PYSITELIB}/narwhals/_constants.pyc
+${PYSITELIB}/narwhals/_constants.pyo
+${PYSITELIB}/narwhals/_dask/__init__.py
+${PYSITELIB}/narwhals/_dask/__init__.pyc
+${PYSITELIB}/narwhals/_dask/__init__.pyo
+${PYSITELIB}/narwhals/_dask/dataframe.py
+${PYSITELIB}/narwhals/_dask/dataframe.pyc
+${PYSITELIB}/narwhals/_dask/dataframe.pyo
+${PYSITELIB}/narwhals/_dask/expr.py
+${PYSITELIB}/narwhals/_dask/expr.pyc
+${PYSITELIB}/narwhals/_dask/expr.pyo
+${PYSITELIB}/narwhals/_dask/expr_dt.py
+${PYSITELIB}/narwhals/_dask/expr_dt.pyc
+${PYSITELIB}/narwhals/_dask/expr_dt.pyo
+${PYSITELIB}/narwhals/_dask/expr_str.py
+${PYSITELIB}/narwhals/_dask/expr_str.pyc
+${PYSITELIB}/narwhals/_dask/expr_str.pyo
+${PYSITELIB}/narwhals/_dask/group_by.py
+${PYSITELIB}/narwhals/_dask/group_by.pyc
+${PYSITELIB}/narwhals/_dask/group_by.pyo
+${PYSITELIB}/narwhals/_dask/namespace.py
+${PYSITELIB}/narwhals/_dask/namespace.pyc
+${PYSITELIB}/narwhals/_dask/namespace.pyo
+${PYSITELIB}/narwhals/_dask/selectors.py
+${PYSITELIB}/narwhals/_dask/selectors.pyc
+${PYSITELIB}/narwhals/_dask/selectors.pyo
+${PYSITELIB}/narwhals/_dask/utils.py
+${PYSITELIB}/narwhals/_dask/utils.pyc
+${PYSITELIB}/narwhals/_dask/utils.pyo
+${PYSITELIB}/narwhals/_duckdb/__init__.py
+${PYSITELIB}/narwhals/_duckdb/__init__.pyc
+${PYSITELIB}/narwhals/_duckdb/__init__.pyo
+${PYSITELIB}/narwhals/_duckdb/dataframe.py
+${PYSITELIB}/narwhals/_duckdb/dataframe.pyc
+${PYSITELIB}/narwhals/_duckdb/dataframe.pyo
+${PYSITELIB}/narwhals/_duckdb/expr.py
+${PYSITELIB}/narwhals/_duckdb/expr.pyc
+${PYSITELIB}/narwhals/_duckdb/expr.pyo
+${PYSITELIB}/narwhals/_duckdb/expr_dt.py
+${PYSITELIB}/narwhals/_duckdb/expr_dt.pyc
+${PYSITELIB}/narwhals/_duckdb/expr_dt.pyo
+${PYSITELIB}/narwhals/_duckdb/expr_list.py
+${PYSITELIB}/narwhals/_duckdb/expr_list.pyc
+${PYSITELIB}/narwhals/_duckdb/expr_list.pyo
+${PYSITELIB}/narwhals/_duckdb/expr_str.py
+${PYSITELIB}/narwhals/_duckdb/expr_str.pyc
+${PYSITELIB}/narwhals/_duckdb/expr_str.pyo
+${PYSITELIB}/narwhals/_duckdb/expr_struct.py
+${PYSITELIB}/narwhals/_duckdb/expr_struct.pyc
+${PYSITELIB}/narwhals/_duckdb/expr_struct.pyo
+${PYSITELIB}/narwhals/_duckdb/group_by.py
+${PYSITELIB}/narwhals/_duckdb/group_by.pyc
+${PYSITELIB}/narwhals/_duckdb/group_by.pyo
+${PYSITELIB}/narwhals/_duckdb/namespace.py
+${PYSITELIB}/narwhals/_duckdb/namespace.pyc
+${PYSITELIB}/narwhals/_duckdb/namespace.pyo
+${PYSITELIB}/narwhals/_duckdb/selectors.py
+${PYSITELIB}/narwhals/_duckdb/selectors.pyc
+${PYSITELIB}/narwhals/_duckdb/selectors.pyo
+${PYSITELIB}/narwhals/_duckdb/series.py
+${PYSITELIB}/narwhals/_duckdb/series.pyc
+${PYSITELIB}/narwhals/_duckdb/series.pyo
+${PYSITELIB}/narwhals/_duckdb/typing.py
+${PYSITELIB}/narwhals/_duckdb/typing.pyc
+${PYSITELIB}/narwhals/_duckdb/typing.pyo
+${PYSITELIB}/narwhals/_duckdb/utils.py
+${PYSITELIB}/narwhals/_duckdb/utils.pyc
+${PYSITELIB}/narwhals/_duckdb/utils.pyo
+${PYSITELIB}/narwhals/_duration.py
+${PYSITELIB}/narwhals/_duration.pyc
+${PYSITELIB}/narwhals/_duration.pyo
+${PYSITELIB}/narwhals/_enum.py
+${PYSITELIB}/narwhals/_enum.pyc
+${PYSITELIB}/narwhals/_enum.pyo
+${PYSITELIB}/narwhals/_exceptions.py
+${PYSITELIB}/narwhals/_exceptions.pyc
+${PYSITELIB}/narwhals/_exceptions.pyo
+${PYSITELIB}/narwhals/_expression_parsing.py
+${PYSITELIB}/narwhals/_expression_parsing.pyc
+${PYSITELIB}/narwhals/_expression_parsing.pyo
+${PYSITELIB}/narwhals/_ibis/__init__.py
+${PYSITELIB}/narwhals/_ibis/__init__.pyc
+${PYSITELIB}/narwhals/_ibis/__init__.pyo
+${PYSITELIB}/narwhals/_ibis/dataframe.py
+${PYSITELIB}/narwhals/_ibis/dataframe.pyc
+${PYSITELIB}/narwhals/_ibis/dataframe.pyo
+${PYSITELIB}/narwhals/_ibis/expr.py
+${PYSITELIB}/narwhals/_ibis/expr.pyc
+${PYSITELIB}/narwhals/_ibis/expr.pyo
+${PYSITELIB}/narwhals/_ibis/expr_dt.py
+${PYSITELIB}/narwhals/_ibis/expr_dt.pyc
+${PYSITELIB}/narwhals/_ibis/expr_dt.pyo
+${PYSITELIB}/narwhals/_ibis/expr_list.py
+${PYSITELIB}/narwhals/_ibis/expr_list.pyc
+${PYSITELIB}/narwhals/_ibis/expr_list.pyo
+${PYSITELIB}/narwhals/_ibis/expr_str.py
+${PYSITELIB}/narwhals/_ibis/expr_str.pyc
+${PYSITELIB}/narwhals/_ibis/expr_str.pyo
+${PYSITELIB}/narwhals/_ibis/expr_struct.py
+${PYSITELIB}/narwhals/_ibis/expr_struct.pyc
+${PYSITELIB}/narwhals/_ibis/expr_struct.pyo
+${PYSITELIB}/narwhals/_ibis/group_by.py
+${PYSITELIB}/narwhals/_ibis/group_by.pyc
+${PYSITELIB}/narwhals/_ibis/group_by.pyo
+${PYSITELIB}/narwhals/_ibis/namespace.py
+${PYSITELIB}/narwhals/_ibis/namespace.pyc
+${PYSITELIB}/narwhals/_ibis/namespace.pyo
+${PYSITELIB}/narwhals/_ibis/selectors.py
+${PYSITELIB}/narwhals/_ibis/selectors.pyc
+${PYSITELIB}/narwhals/_ibis/selectors.pyo
+${PYSITELIB}/narwhals/_ibis/series.py
+${PYSITELIB}/narwhals/_ibis/series.pyc
+${PYSITELIB}/narwhals/_ibis/series.pyo
+${PYSITELIB}/narwhals/_ibis/utils.py
+${PYSITELIB}/narwhals/_ibis/utils.pyc
+${PYSITELIB}/narwhals/_ibis/utils.pyo
+${PYSITELIB}/narwhals/_interchange/__init__.py
+${PYSITELIB}/narwhals/_interchange/__init__.pyc
+${PYSITELIB}/narwhals/_interchange/__init__.pyo
+${PYSITELIB}/narwhals/_interchange/dataframe.py
+${PYSITELIB}/narwhals/_interchange/dataframe.pyc
+${PYSITELIB}/narwhals/_interchange/dataframe.pyo
+${PYSITELIB}/narwhals/_interchange/series.py
+${PYSITELIB}/narwhals/_interchange/series.pyc
+${PYSITELIB}/narwhals/_interchange/series.pyo
+${PYSITELIB}/narwhals/_namespace.py
+${PYSITELIB}/narwhals/_namespace.pyc
+${PYSITELIB}/narwhals/_namespace.pyo
+${PYSITELIB}/narwhals/_native.py
+${PYSITELIB}/narwhals/_native.pyc
+${PYSITELIB}/narwhals/_native.pyo
+${PYSITELIB}/narwhals/_pandas_like/__init__.py
+${PYSITELIB}/narwhals/_pandas_like/__init__.pyc
+${PYSITELIB}/narwhals/_pandas_like/__init__.pyo
+${PYSITELIB}/narwhals/_pandas_like/dataframe.py
+${PYSITELIB}/narwhals/_pandas_like/dataframe.pyc
+${PYSITELIB}/narwhals/_pandas_like/dataframe.pyo
+${PYSITELIB}/narwhals/_pandas_like/expr.py
+${PYSITELIB}/narwhals/_pandas_like/expr.pyc
+${PYSITELIB}/narwhals/_pandas_like/expr.pyo
+${PYSITELIB}/narwhals/_pandas_like/group_by.py
+${PYSITELIB}/narwhals/_pandas_like/group_by.pyc
+${PYSITELIB}/narwhals/_pandas_like/group_by.pyo
+${PYSITELIB}/narwhals/_pandas_like/namespace.py
+${PYSITELIB}/narwhals/_pandas_like/namespace.pyc
+${PYSITELIB}/narwhals/_pandas_like/namespace.pyo
+${PYSITELIB}/narwhals/_pandas_like/selectors.py
+${PYSITELIB}/narwhals/_pandas_like/selectors.pyc
+${PYSITELIB}/narwhals/_pandas_like/selectors.pyo
+${PYSITELIB}/narwhals/_pandas_like/series.py
+${PYSITELIB}/narwhals/_pandas_like/series.pyc
+${PYSITELIB}/narwhals/_pandas_like/series.pyo
+${PYSITELIB}/narwhals/_pandas_like/series_cat.py
+${PYSITELIB}/narwhals/_pandas_like/series_cat.pyc
+${PYSITELIB}/narwhals/_pandas_like/series_cat.pyo
+${PYSITELIB}/narwhals/_pandas_like/series_dt.py
+${PYSITELIB}/narwhals/_pandas_like/series_dt.pyc
+${PYSITELIB}/narwhals/_pandas_like/series_dt.pyo
+${PYSITELIB}/narwhals/_pandas_like/series_list.py
+${PYSITELIB}/narwhals/_pandas_like/series_list.pyc
+${PYSITELIB}/narwhals/_pandas_like/series_list.pyo
+${PYSITELIB}/narwhals/_pandas_like/series_str.py
+${PYSITELIB}/narwhals/_pandas_like/series_str.pyc
+${PYSITELIB}/narwhals/_pandas_like/series_str.pyo
+${PYSITELIB}/narwhals/_pandas_like/series_struct.py
+${PYSITELIB}/narwhals/_pandas_like/series_struct.pyc
+${PYSITELIB}/narwhals/_pandas_like/series_struct.pyo
+${PYSITELIB}/narwhals/_pandas_like/typing.py
+${PYSITELIB}/narwhals/_pandas_like/typing.pyc
+${PYSITELIB}/narwhals/_pandas_like/typing.pyo
+${PYSITELIB}/narwhals/_pandas_like/utils.py
+${PYSITELIB}/narwhals/_pandas_like/utils.pyc
+${PYSITELIB}/narwhals/_pandas_like/utils.pyo
+${PYSITELIB}/narwhals/_polars/__init__.py
+${PYSITELIB}/narwhals/_polars/__init__.pyc
+${PYSITELIB}/narwhals/_polars/__init__.pyo
+${PYSITELIB}/narwhals/_polars/dataframe.py
+${PYSITELIB}/narwhals/_polars/dataframe.pyc
+${PYSITELIB}/narwhals/_polars/dataframe.pyo
+${PYSITELIB}/narwhals/_polars/expr.py
+${PYSITELIB}/narwhals/_polars/expr.pyc
+${PYSITELIB}/narwhals/_polars/expr.pyo
+${PYSITELIB}/narwhals/_polars/group_by.py
+${PYSITELIB}/narwhals/_polars/group_by.pyc
+${PYSITELIB}/narwhals/_polars/group_by.pyo
+${PYSITELIB}/narwhals/_polars/namespace.py
+${PYSITELIB}/narwhals/_polars/namespace.pyc
+${PYSITELIB}/narwhals/_polars/namespace.pyo
+${PYSITELIB}/narwhals/_polars/series.py
+${PYSITELIB}/narwhals/_polars/series.pyc
+${PYSITELIB}/narwhals/_polars/series.pyo
+${PYSITELIB}/narwhals/_polars/typing.py
+${PYSITELIB}/narwhals/_polars/typing.pyc
+${PYSITELIB}/narwhals/_polars/typing.pyo
+${PYSITELIB}/narwhals/_polars/utils.py
+${PYSITELIB}/narwhals/_polars/utils.pyc
+${PYSITELIB}/narwhals/_polars/utils.pyo
+${PYSITELIB}/narwhals/_spark_like/__init__.py
+${PYSITELIB}/narwhals/_spark_like/__init__.pyc
+${PYSITELIB}/narwhals/_spark_like/__init__.pyo
+${PYSITELIB}/narwhals/_spark_like/dataframe.py
+${PYSITELIB}/narwhals/_spark_like/dataframe.pyc
+${PYSITELIB}/narwhals/_spark_like/dataframe.pyo
+${PYSITELIB}/narwhals/_spark_like/expr.py
+${PYSITELIB}/narwhals/_spark_like/expr.pyc
+${PYSITELIB}/narwhals/_spark_like/expr.pyo
+${PYSITELIB}/narwhals/_spark_like/expr_dt.py
+${PYSITELIB}/narwhals/_spark_like/expr_dt.pyc
+${PYSITELIB}/narwhals/_spark_like/expr_dt.pyo
+${PYSITELIB}/narwhals/_spark_like/expr_list.py
+${PYSITELIB}/narwhals/_spark_like/expr_list.pyc
+${PYSITELIB}/narwhals/_spark_like/expr_list.pyo
+${PYSITELIB}/narwhals/_spark_like/expr_str.py
+${PYSITELIB}/narwhals/_spark_like/expr_str.pyc
+${PYSITELIB}/narwhals/_spark_like/expr_str.pyo
+${PYSITELIB}/narwhals/_spark_like/expr_struct.py
+${PYSITELIB}/narwhals/_spark_like/expr_struct.pyc
+${PYSITELIB}/narwhals/_spark_like/expr_struct.pyo
+${PYSITELIB}/narwhals/_spark_like/group_by.py
+${PYSITELIB}/narwhals/_spark_like/group_by.pyc
+${PYSITELIB}/narwhals/_spark_like/group_by.pyo
+${PYSITELIB}/narwhals/_spark_like/namespace.py
+${PYSITELIB}/narwhals/_spark_like/namespace.pyc
+${PYSITELIB}/narwhals/_spark_like/namespace.pyo
+${PYSITELIB}/narwhals/_spark_like/selectors.py
+${PYSITELIB}/narwhals/_spark_like/selectors.pyc
+${PYSITELIB}/narwhals/_spark_like/selectors.pyo
+${PYSITELIB}/narwhals/_spark_like/utils.py
+${PYSITELIB}/narwhals/_spark_like/utils.pyc
+${PYSITELIB}/narwhals/_spark_like/utils.pyo
+${PYSITELIB}/narwhals/_sql/__init__.py
+${PYSITELIB}/narwhals/_sql/__init__.pyc
+${PYSITELIB}/narwhals/_sql/__init__.pyo
+${PYSITELIB}/narwhals/_sql/dataframe.py
+${PYSITELIB}/narwhals/_sql/dataframe.pyc
+${PYSITELIB}/narwhals/_sql/dataframe.pyo
+${PYSITELIB}/narwhals/_sql/expr.py
+${PYSITELIB}/narwhals/_sql/expr.pyc
+${PYSITELIB}/narwhals/_sql/expr.pyo
+${PYSITELIB}/narwhals/_sql/expr_dt.py
+${PYSITELIB}/narwhals/_sql/expr_dt.pyc
+${PYSITELIB}/narwhals/_sql/expr_dt.pyo
+${PYSITELIB}/narwhals/_sql/expr_str.py
+${PYSITELIB}/narwhals/_sql/expr_str.pyc
+${PYSITELIB}/narwhals/_sql/expr_str.pyo
+${PYSITELIB}/narwhals/_sql/group_by.py
+${PYSITELIB}/narwhals/_sql/group_by.pyc
+${PYSITELIB}/narwhals/_sql/group_by.pyo
+${PYSITELIB}/narwhals/_sql/namespace.py
+${PYSITELIB}/narwhals/_sql/namespace.pyc
+${PYSITELIB}/narwhals/_sql/namespace.pyo
+${PYSITELIB}/narwhals/_sql/typing.py
+${PYSITELIB}/narwhals/_sql/typing.pyc
+${PYSITELIB}/narwhals/_sql/typing.pyo
+${PYSITELIB}/narwhals/_translate.py
+${PYSITELIB}/narwhals/_translate.pyc
+${PYSITELIB}/narwhals/_translate.pyo
+${PYSITELIB}/narwhals/_typing.py
+${PYSITELIB}/narwhals/_typing.pyc
+${PYSITELIB}/narwhals/_typing.pyo
+${PYSITELIB}/narwhals/_typing_compat.py
+${PYSITELIB}/narwhals/_typing_compat.pyc
+${PYSITELIB}/narwhals/_typing_compat.pyo
+${PYSITELIB}/narwhals/_utils.py
+${PYSITELIB}/narwhals/_utils.pyc
+${PYSITELIB}/narwhals/_utils.pyo
+${PYSITELIB}/narwhals/compliant.py
+${PYSITELIB}/narwhals/compliant.pyc
+${PYSITELIB}/narwhals/compliant.pyo
+${PYSITELIB}/narwhals/dataframe.py
+${PYSITELIB}/narwhals/dataframe.pyc
+${PYSITELIB}/narwhals/dataframe.pyo
+${PYSITELIB}/narwhals/dependencies.py
+${PYSITELIB}/narwhals/dependencies.pyc
+${PYSITELIB}/narwhals/dependencies.pyo
+${PYSITELIB}/narwhals/dtypes.py
+${PYSITELIB}/narwhals/dtypes.pyc
+${PYSITELIB}/narwhals/dtypes.pyo
+${PYSITELIB}/narwhals/exceptions.py
+${PYSITELIB}/narwhals/exceptions.pyc
+${PYSITELIB}/narwhals/exceptions.pyo
+${PYSITELIB}/narwhals/expr.py
+${PYSITELIB}/narwhals/expr.pyc
+${PYSITELIB}/narwhals/expr.pyo
+${PYSITELIB}/narwhals/expr_cat.py
+${PYSITELIB}/narwhals/expr_cat.pyc
+${PYSITELIB}/narwhals/expr_cat.pyo
+${PYSITELIB}/narwhals/expr_dt.py
+${PYSITELIB}/narwhals/expr_dt.pyc
+${PYSITELIB}/narwhals/expr_dt.pyo
+${PYSITELIB}/narwhals/expr_list.py
+${PYSITELIB}/narwhals/expr_list.pyc
+${PYSITELIB}/narwhals/expr_list.pyo
+${PYSITELIB}/narwhals/expr_name.py
+${PYSITELIB}/narwhals/expr_name.pyc
+${PYSITELIB}/narwhals/expr_name.pyo
+${PYSITELIB}/narwhals/expr_str.py
+${PYSITELIB}/narwhals/expr_str.pyc
+${PYSITELIB}/narwhals/expr_str.pyo
+${PYSITELIB}/narwhals/expr_struct.py
+${PYSITELIB}/narwhals/expr_struct.pyc
+${PYSITELIB}/narwhals/expr_struct.pyo
+${PYSITELIB}/narwhals/functions.py
+${PYSITELIB}/narwhals/functions.pyc
+${PYSITELIB}/narwhals/functions.pyo
+${PYSITELIB}/narwhals/group_by.py
+${PYSITELIB}/narwhals/group_by.pyc
+${PYSITELIB}/narwhals/group_by.pyo
+${PYSITELIB}/narwhals/plugins.py
+${PYSITELIB}/narwhals/plugins.pyc
+${PYSITELIB}/narwhals/plugins.pyo
+${PYSITELIB}/narwhals/py.typed
+${PYSITELIB}/narwhals/schema.py
+${PYSITELIB}/narwhals/schema.pyc
+${PYSITELIB}/narwhals/schema.pyo
+${PYSITELIB}/narwhals/selectors.py
+${PYSITELIB}/narwhals/selectors.pyc
+${PYSITELIB}/narwhals/selectors.pyo
+${PYSITELIB}/narwhals/series.py
+${PYSITELIB}/narwhals/series.pyc
+${PYSITELIB}/narwhals/series.pyo
+${PYSITELIB}/narwhals/series_cat.py
+${PYSITELIB}/narwhals/series_cat.pyc
+${PYSITELIB}/narwhals/series_cat.pyo
+${PYSITELIB}/narwhals/series_dt.py
+${PYSITELIB}/narwhals/series_dt.pyc
+${PYSITELIB}/narwhals/series_dt.pyo
+${PYSITELIB}/narwhals/series_list.py
+${PYSITELIB}/narwhals/series_list.pyc
+${PYSITELIB}/narwhals/series_list.pyo
+${PYSITELIB}/narwhals/series_str.py
+${PYSITELIB}/narwhals/series_str.pyc
+${PYSITELIB}/narwhals/series_str.pyo
+${PYSITELIB}/narwhals/series_struct.py
+${PYSITELIB}/narwhals/series_struct.pyc
+${PYSITELIB}/narwhals/series_struct.pyo
+${PYSITELIB}/narwhals/sql.py
+${PYSITELIB}/narwhals/sql.pyc
+${PYSITELIB}/narwhals/sql.pyo
+${PYSITELIB}/narwhals/stable/__init__.py
+${PYSITELIB}/narwhals/stable/__init__.pyc
+${PYSITELIB}/narwhals/stable/__init__.pyo
+${PYSITELIB}/narwhals/stable/v1/__init__.py
+${PYSITELIB}/narwhals/stable/v1/__init__.pyc
+${PYSITELIB}/narwhals/stable/v1/__init__.pyo
+${PYSITELIB}/narwhals/stable/v1/_dtypes.py
+${PYSITELIB}/narwhals/stable/v1/_dtypes.pyc
+${PYSITELIB}/narwhals/stable/v1/_dtypes.pyo
+${PYSITELIB}/narwhals/stable/v1/_namespace.py
+${PYSITELIB}/narwhals/stable/v1/_namespace.pyc
+${PYSITELIB}/narwhals/stable/v1/_namespace.pyo
+${PYSITELIB}/narwhals/stable/v1/dependencies.py
+${PYSITELIB}/narwhals/stable/v1/dependencies.pyc
+${PYSITELIB}/narwhals/stable/v1/dependencies.pyo
+${PYSITELIB}/narwhals/stable/v1/dtypes.py
+${PYSITELIB}/narwhals/stable/v1/dtypes.pyc
+${PYSITELIB}/narwhals/stable/v1/dtypes.pyo
+${PYSITELIB}/narwhals/stable/v1/selectors.py
+${PYSITELIB}/narwhals/stable/v1/selectors.pyc
+${PYSITELIB}/narwhals/stable/v1/selectors.pyo
+${PYSITELIB}/narwhals/stable/v1/typing.py
+${PYSITELIB}/narwhals/stable/v1/typing.pyc
+${PYSITELIB}/narwhals/stable/v1/typing.pyo
+${PYSITELIB}/narwhals/stable/v2/__init__.py
+${PYSITELIB}/narwhals/stable/v2/__init__.pyc
+${PYSITELIB}/narwhals/stable/v2/__init__.pyo
+${PYSITELIB}/narwhals/stable/v2/_namespace.py
+${PYSITELIB}/narwhals/stable/v2/_namespace.pyc
+${PYSITELIB}/narwhals/stable/v2/_namespace.pyo
+${PYSITELIB}/narwhals/stable/v2/dependencies.py
+${PYSITELIB}/narwhals/stable/v2/dependencies.pyc
+${PYSITELIB}/narwhals/stable/v2/dependencies.pyo
+${PYSITELIB}/narwhals/stable/v2/dtypes.py
+${PYSITELIB}/narwhals/stable/v2/dtypes.pyc
+${PYSITELIB}/narwhals/stable/v2/dtypes.pyo
+${PYSITELIB}/narwhals/stable/v2/selectors.py
+${PYSITELIB}/narwhals/stable/v2/selectors.pyc
+${PYSITELIB}/narwhals/stable/v2/selectors.pyo
+${PYSITELIB}/narwhals/stable/v2/typing.py
+${PYSITELIB}/narwhals/stable/v2/typing.pyc
+${PYSITELIB}/narwhals/stable/v2/typing.pyo
+${PYSITELIB}/narwhals/testing/__init__.py
+${PYSITELIB}/narwhals/testing/__init__.pyc
+${PYSITELIB}/narwhals/testing/__init__.pyo
+${PYSITELIB}/narwhals/testing/asserts/__init__.py
+${PYSITELIB}/narwhals/testing/asserts/__init__.pyc
+${PYSITELIB}/narwhals/testing/asserts/__init__.pyo
+${PYSITELIB}/narwhals/testing/asserts/frame.py
+${PYSITELIB}/narwhals/testing/asserts/frame.pyc
+${PYSITELIB}/narwhals/testing/asserts/frame.pyo
+${PYSITELIB}/narwhals/testing/asserts/series.py
+${PYSITELIB}/narwhals/testing/asserts/series.pyc
+${PYSITELIB}/narwhals/testing/asserts/series.pyo
+${PYSITELIB}/narwhals/testing/asserts/utils.py
+${PYSITELIB}/narwhals/testing/asserts/utils.pyc
+${PYSITELIB}/narwhals/testing/asserts/utils.pyo
+${PYSITELIB}/narwhals/this.py
+${PYSITELIB}/narwhals/this.pyc
+${PYSITELIB}/narwhals/this.pyo
+${PYSITELIB}/narwhals/translate.py
+${PYSITELIB}/narwhals/translate.pyc
+${PYSITELIB}/narwhals/translate.pyo
+${PYSITELIB}/narwhals/typing.py
+${PYSITELIB}/narwhals/typing.pyc
+${PYSITELIB}/narwhals/typing.pyo
+${PYSITELIB}/narwhals/utils.py
+${PYSITELIB}/narwhals/utils.pyc
+${PYSITELIB}/narwhals/utils.pyo
Index: pkgsrc/misc/py-narwhals/distinfo
diff -u /dev/null pkgsrc/misc/py-narwhals/distinfo:1.1
--- /dev/null Mon Jul 13 12:00:24 2026
+++ pkgsrc/misc/py-narwhals/distinfo Mon Jul 13 12:00:24 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/07/13 12:00:24 adam Exp $
+
+BLAKE2s (narwhals-2.23.0.tar.gz) = 2bd485c97079e282d46a5734ea7a58511e373962e53aa65581702aa0147117a6
+SHA512 (narwhals-2.23.0.tar.gz) = 72752d620db34fd24fc048adb38ad8988ca88303d4bde18e4a47c21b3924699316141d7d111b2bf578a2a0f55568f9cb3112e27aad485684e53908c4698f2b3e
+Size (narwhals-2.23.0.tar.gz) = 656209 bytes
Home |
Main Index |
Thread Index |
Old Index