pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-xarray math/py-xarray: Import version 0.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b788607d08c
branches:  trunk
changeset: 340064:8b788607d08c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 21 18:14:21 2019 +0000

description:
math/py-xarray: Import version 0.5.1

xarray (formerly xray) is an open source project and Python package
that aims to bring the labeled data power of pandas to the physical
sciences, by providing N-dimensional variants of the core pandas data
structures.

Packaged by K.I.A.Derouiche for pkgsrc-wip, and updated by me.

diffstat:

 math/py-xarray/DESCR    |    4 +
 math/py-xarray/Makefile |   20 ++
 math/py-xarray/PLIST    |  358 ++++++++++++++++++++++++++++++++++++++++++++++++
 math/py-xarray/distinfo |    6 +
 4 files changed, 388 insertions(+), 0 deletions(-)

diffs (truncated from 404 to 300 lines):

diff -r a9097bc7e213 -r 8b788607d08c math/py-xarray/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-xarray/DESCR      Sat Sep 21 18:14:21 2019 +0000
@@ -0,0 +1,4 @@
+xarray (formerly xray) is an open source project and Python package
+that aims to bring the labeled data power of pandas to the physical
+sciences, by providing N-dimensional variants of the core pandas data
+structures.
diff -r a9097bc7e213 -r 8b788607d08c math/py-xarray/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-xarray/Makefile   Sat Sep 21 18:14:21 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/09/21 18:14:21 minskim Exp $
+
+DISTNAME=      xarray-0.13.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
+
+MAINTAINER=    jihbed.research%gmail.com@localhost
+HOMEPAGE=      https://github.com/pydata/xarray
+COMMENT=       N-D labeled arrays and datasets in Python
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a9097bc7e213 -r 8b788607d08c math/py-xarray/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-xarray/PLIST      Sat Sep 21 18:14:21 2019 +0000
@@ -0,0 +1,358 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/21 18:14:21 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/xarray/__init__.py
+${PYSITELIB}/xarray/__init__.pyc
+${PYSITELIB}/xarray/__init__.pyo
+${PYSITELIB}/xarray/_version.py
+${PYSITELIB}/xarray/_version.pyc
+${PYSITELIB}/xarray/_version.pyo
+${PYSITELIB}/xarray/backends/__init__.py
+${PYSITELIB}/xarray/backends/__init__.pyc
+${PYSITELIB}/xarray/backends/__init__.pyo
+${PYSITELIB}/xarray/backends/api.py
+${PYSITELIB}/xarray/backends/api.pyc
+${PYSITELIB}/xarray/backends/api.pyo
+${PYSITELIB}/xarray/backends/cfgrib_.py
+${PYSITELIB}/xarray/backends/cfgrib_.pyc
+${PYSITELIB}/xarray/backends/cfgrib_.pyo
+${PYSITELIB}/xarray/backends/common.py
+${PYSITELIB}/xarray/backends/common.pyc
+${PYSITELIB}/xarray/backends/common.pyo
+${PYSITELIB}/xarray/backends/file_manager.py
+${PYSITELIB}/xarray/backends/file_manager.pyc
+${PYSITELIB}/xarray/backends/file_manager.pyo
+${PYSITELIB}/xarray/backends/h5netcdf_.py
+${PYSITELIB}/xarray/backends/h5netcdf_.pyc
+${PYSITELIB}/xarray/backends/h5netcdf_.pyo
+${PYSITELIB}/xarray/backends/locks.py
+${PYSITELIB}/xarray/backends/locks.pyc
+${PYSITELIB}/xarray/backends/locks.pyo
+${PYSITELIB}/xarray/backends/lru_cache.py
+${PYSITELIB}/xarray/backends/lru_cache.pyc
+${PYSITELIB}/xarray/backends/lru_cache.pyo
+${PYSITELIB}/xarray/backends/memory.py
+${PYSITELIB}/xarray/backends/memory.pyc
+${PYSITELIB}/xarray/backends/memory.pyo
+${PYSITELIB}/xarray/backends/netCDF4_.py
+${PYSITELIB}/xarray/backends/netCDF4_.pyc
+${PYSITELIB}/xarray/backends/netCDF4_.pyo
+${PYSITELIB}/xarray/backends/netcdf3.py
+${PYSITELIB}/xarray/backends/netcdf3.pyc
+${PYSITELIB}/xarray/backends/netcdf3.pyo
+${PYSITELIB}/xarray/backends/pseudonetcdf_.py
+${PYSITELIB}/xarray/backends/pseudonetcdf_.pyc
+${PYSITELIB}/xarray/backends/pseudonetcdf_.pyo
+${PYSITELIB}/xarray/backends/pydap_.py
+${PYSITELIB}/xarray/backends/pydap_.pyc
+${PYSITELIB}/xarray/backends/pydap_.pyo
+${PYSITELIB}/xarray/backends/pynio_.py
+${PYSITELIB}/xarray/backends/pynio_.pyc
+${PYSITELIB}/xarray/backends/pynio_.pyo
+${PYSITELIB}/xarray/backends/rasterio_.py
+${PYSITELIB}/xarray/backends/rasterio_.pyc
+${PYSITELIB}/xarray/backends/rasterio_.pyo
+${PYSITELIB}/xarray/backends/scipy_.py
+${PYSITELIB}/xarray/backends/scipy_.pyc
+${PYSITELIB}/xarray/backends/scipy_.pyo
+${PYSITELIB}/xarray/backends/zarr.py
+${PYSITELIB}/xarray/backends/zarr.pyc
+${PYSITELIB}/xarray/backends/zarr.pyo
+${PYSITELIB}/xarray/coding/__init__.py
+${PYSITELIB}/xarray/coding/__init__.pyc
+${PYSITELIB}/xarray/coding/__init__.pyo
+${PYSITELIB}/xarray/coding/cftime_offsets.py
+${PYSITELIB}/xarray/coding/cftime_offsets.pyc
+${PYSITELIB}/xarray/coding/cftime_offsets.pyo
+${PYSITELIB}/xarray/coding/cftimeindex.py
+${PYSITELIB}/xarray/coding/cftimeindex.pyc
+${PYSITELIB}/xarray/coding/cftimeindex.pyo
+${PYSITELIB}/xarray/coding/strings.py
+${PYSITELIB}/xarray/coding/strings.pyc
+${PYSITELIB}/xarray/coding/strings.pyo
+${PYSITELIB}/xarray/coding/times.py
+${PYSITELIB}/xarray/coding/times.pyc
+${PYSITELIB}/xarray/coding/times.pyo
+${PYSITELIB}/xarray/coding/variables.py
+${PYSITELIB}/xarray/coding/variables.pyc
+${PYSITELIB}/xarray/coding/variables.pyo
+${PYSITELIB}/xarray/conventions.py
+${PYSITELIB}/xarray/conventions.pyc
+${PYSITELIB}/xarray/conventions.pyo
+${PYSITELIB}/xarray/convert.py
+${PYSITELIB}/xarray/convert.pyc
+${PYSITELIB}/xarray/convert.pyo
+${PYSITELIB}/xarray/core/__init__.py
+${PYSITELIB}/xarray/core/__init__.pyc
+${PYSITELIB}/xarray/core/__init__.pyo
+${PYSITELIB}/xarray/core/accessor_dt.py
+${PYSITELIB}/xarray/core/accessor_dt.pyc
+${PYSITELIB}/xarray/core/accessor_dt.pyo
+${PYSITELIB}/xarray/core/accessor_str.py
+${PYSITELIB}/xarray/core/accessor_str.pyc
+${PYSITELIB}/xarray/core/accessor_str.pyo
+${PYSITELIB}/xarray/core/alignment.py
+${PYSITELIB}/xarray/core/alignment.pyc
+${PYSITELIB}/xarray/core/alignment.pyo
+${PYSITELIB}/xarray/core/arithmetic.py
+${PYSITELIB}/xarray/core/arithmetic.pyc
+${PYSITELIB}/xarray/core/arithmetic.pyo
+${PYSITELIB}/xarray/core/combine.py
+${PYSITELIB}/xarray/core/combine.pyc
+${PYSITELIB}/xarray/core/combine.pyo
+${PYSITELIB}/xarray/core/common.py
+${PYSITELIB}/xarray/core/common.pyc
+${PYSITELIB}/xarray/core/common.pyo
+${PYSITELIB}/xarray/core/computation.py
+${PYSITELIB}/xarray/core/computation.pyc
+${PYSITELIB}/xarray/core/computation.pyo
+${PYSITELIB}/xarray/core/concat.py
+${PYSITELIB}/xarray/core/concat.pyc
+${PYSITELIB}/xarray/core/concat.pyo
+${PYSITELIB}/xarray/core/coordinates.py
+${PYSITELIB}/xarray/core/coordinates.pyc
+${PYSITELIB}/xarray/core/coordinates.pyo
+${PYSITELIB}/xarray/core/dask_array_compat.py
+${PYSITELIB}/xarray/core/dask_array_compat.pyc
+${PYSITELIB}/xarray/core/dask_array_compat.pyo
+${PYSITELIB}/xarray/core/dask_array_ops.py
+${PYSITELIB}/xarray/core/dask_array_ops.pyc
+${PYSITELIB}/xarray/core/dask_array_ops.pyo
+${PYSITELIB}/xarray/core/dataarray.py
+${PYSITELIB}/xarray/core/dataarray.pyc
+${PYSITELIB}/xarray/core/dataarray.pyo
+${PYSITELIB}/xarray/core/dataset.py
+${PYSITELIB}/xarray/core/dataset.pyc
+${PYSITELIB}/xarray/core/dataset.pyo
+${PYSITELIB}/xarray/core/dtypes.py
+${PYSITELIB}/xarray/core/dtypes.pyc
+${PYSITELIB}/xarray/core/dtypes.pyo
+${PYSITELIB}/xarray/core/duck_array_ops.py
+${PYSITELIB}/xarray/core/duck_array_ops.pyc
+${PYSITELIB}/xarray/core/duck_array_ops.pyo
+${PYSITELIB}/xarray/core/extensions.py
+${PYSITELIB}/xarray/core/extensions.pyc
+${PYSITELIB}/xarray/core/extensions.pyo
+${PYSITELIB}/xarray/core/formatting.py
+${PYSITELIB}/xarray/core/formatting.pyc
+${PYSITELIB}/xarray/core/formatting.pyo
+${PYSITELIB}/xarray/core/groupby.py
+${PYSITELIB}/xarray/core/groupby.pyc
+${PYSITELIB}/xarray/core/groupby.pyo
+${PYSITELIB}/xarray/core/indexes.py
+${PYSITELIB}/xarray/core/indexes.pyc
+${PYSITELIB}/xarray/core/indexes.pyo
+${PYSITELIB}/xarray/core/indexing.py
+${PYSITELIB}/xarray/core/indexing.pyc
+${PYSITELIB}/xarray/core/indexing.pyo
+${PYSITELIB}/xarray/core/merge.py
+${PYSITELIB}/xarray/core/merge.pyc
+${PYSITELIB}/xarray/core/merge.pyo
+${PYSITELIB}/xarray/core/missing.py
+${PYSITELIB}/xarray/core/missing.pyc
+${PYSITELIB}/xarray/core/missing.pyo
+${PYSITELIB}/xarray/core/nanops.py
+${PYSITELIB}/xarray/core/nanops.pyc
+${PYSITELIB}/xarray/core/nanops.pyo
+${PYSITELIB}/xarray/core/npcompat.py
+${PYSITELIB}/xarray/core/npcompat.pyc
+${PYSITELIB}/xarray/core/npcompat.pyo
+${PYSITELIB}/xarray/core/nputils.py
+${PYSITELIB}/xarray/core/nputils.pyc
+${PYSITELIB}/xarray/core/nputils.pyo
+${PYSITELIB}/xarray/core/ops.py
+${PYSITELIB}/xarray/core/ops.pyc
+${PYSITELIB}/xarray/core/ops.pyo
+${PYSITELIB}/xarray/core/options.py
+${PYSITELIB}/xarray/core/options.pyc
+${PYSITELIB}/xarray/core/options.pyo
+${PYSITELIB}/xarray/core/pdcompat.py
+${PYSITELIB}/xarray/core/pdcompat.pyc
+${PYSITELIB}/xarray/core/pdcompat.pyo
+${PYSITELIB}/xarray/core/pycompat.py
+${PYSITELIB}/xarray/core/pycompat.pyc
+${PYSITELIB}/xarray/core/pycompat.pyo
+${PYSITELIB}/xarray/core/resample.py
+${PYSITELIB}/xarray/core/resample.pyc
+${PYSITELIB}/xarray/core/resample.pyo
+${PYSITELIB}/xarray/core/resample_cftime.py
+${PYSITELIB}/xarray/core/resample_cftime.pyc
+${PYSITELIB}/xarray/core/resample_cftime.pyo
+${PYSITELIB}/xarray/core/rolling.py
+${PYSITELIB}/xarray/core/rolling.pyc
+${PYSITELIB}/xarray/core/rolling.pyo
+${PYSITELIB}/xarray/core/rolling_exp.py
+${PYSITELIB}/xarray/core/rolling_exp.pyc
+${PYSITELIB}/xarray/core/rolling_exp.pyo
+${PYSITELIB}/xarray/core/utils.py
+${PYSITELIB}/xarray/core/utils.pyc
+${PYSITELIB}/xarray/core/utils.pyo
+${PYSITELIB}/xarray/core/variable.py
+${PYSITELIB}/xarray/core/variable.pyc
+${PYSITELIB}/xarray/core/variable.pyo
+${PYSITELIB}/xarray/plot/__init__.py
+${PYSITELIB}/xarray/plot/__init__.pyc
+${PYSITELIB}/xarray/plot/__init__.pyo
+${PYSITELIB}/xarray/plot/dataset_plot.py
+${PYSITELIB}/xarray/plot/dataset_plot.pyc
+${PYSITELIB}/xarray/plot/dataset_plot.pyo
+${PYSITELIB}/xarray/plot/facetgrid.py
+${PYSITELIB}/xarray/plot/facetgrid.pyc
+${PYSITELIB}/xarray/plot/facetgrid.pyo
+${PYSITELIB}/xarray/plot/plot.py
+${PYSITELIB}/xarray/plot/plot.pyc
+${PYSITELIB}/xarray/plot/plot.pyo
+${PYSITELIB}/xarray/plot/utils.py
+${PYSITELIB}/xarray/plot/utils.pyc
+${PYSITELIB}/xarray/plot/utils.pyo
+${PYSITELIB}/xarray/py.typed
+${PYSITELIB}/xarray/testing.py
+${PYSITELIB}/xarray/testing.pyc
+${PYSITELIB}/xarray/testing.pyo
+${PYSITELIB}/xarray/tests/__init__.py
+${PYSITELIB}/xarray/tests/__init__.pyc
+${PYSITELIB}/xarray/tests/__init__.pyo
+${PYSITELIB}/xarray/tests/data/bears.nc
+${PYSITELIB}/xarray/tests/data/example.grib
+${PYSITELIB}/xarray/tests/data/example.ict
+${PYSITELIB}/xarray/tests/data/example.uamiv
+${PYSITELIB}/xarray/tests/data/example_1.nc
+${PYSITELIB}/xarray/tests/data/example_1.nc.gz
+${PYSITELIB}/xarray/tests/test_accessor_dt.py
+${PYSITELIB}/xarray/tests/test_accessor_dt.pyc
+${PYSITELIB}/xarray/tests/test_accessor_dt.pyo
+${PYSITELIB}/xarray/tests/test_accessor_str.py
+${PYSITELIB}/xarray/tests/test_accessor_str.pyc
+${PYSITELIB}/xarray/tests/test_accessor_str.pyo
+${PYSITELIB}/xarray/tests/test_backends.py
+${PYSITELIB}/xarray/tests/test_backends.pyc
+${PYSITELIB}/xarray/tests/test_backends.pyo
+${PYSITELIB}/xarray/tests/test_backends_api.py
+${PYSITELIB}/xarray/tests/test_backends_api.pyc
+${PYSITELIB}/xarray/tests/test_backends_api.pyo
+${PYSITELIB}/xarray/tests/test_backends_common.py
+${PYSITELIB}/xarray/tests/test_backends_common.pyc
+${PYSITELIB}/xarray/tests/test_backends_common.pyo
+${PYSITELIB}/xarray/tests/test_backends_file_manager.py
+${PYSITELIB}/xarray/tests/test_backends_file_manager.pyc
+${PYSITELIB}/xarray/tests/test_backends_file_manager.pyo
+${PYSITELIB}/xarray/tests/test_backends_locks.py
+${PYSITELIB}/xarray/tests/test_backends_locks.pyc
+${PYSITELIB}/xarray/tests/test_backends_locks.pyo
+${PYSITELIB}/xarray/tests/test_backends_lru_cache.py
+${PYSITELIB}/xarray/tests/test_backends_lru_cache.pyc
+${PYSITELIB}/xarray/tests/test_backends_lru_cache.pyo
+${PYSITELIB}/xarray/tests/test_cftime_offsets.py
+${PYSITELIB}/xarray/tests/test_cftime_offsets.pyc
+${PYSITELIB}/xarray/tests/test_cftime_offsets.pyo
+${PYSITELIB}/xarray/tests/test_cftimeindex.py
+${PYSITELIB}/xarray/tests/test_cftimeindex.pyc
+${PYSITELIB}/xarray/tests/test_cftimeindex.pyo
+${PYSITELIB}/xarray/tests/test_cftimeindex_resample.py
+${PYSITELIB}/xarray/tests/test_cftimeindex_resample.pyc
+${PYSITELIB}/xarray/tests/test_cftimeindex_resample.pyo
+${PYSITELIB}/xarray/tests/test_coding.py
+${PYSITELIB}/xarray/tests/test_coding.pyc
+${PYSITELIB}/xarray/tests/test_coding.pyo
+${PYSITELIB}/xarray/tests/test_coding_strings.py
+${PYSITELIB}/xarray/tests/test_coding_strings.pyc
+${PYSITELIB}/xarray/tests/test_coding_strings.pyo
+${PYSITELIB}/xarray/tests/test_coding_times.py
+${PYSITELIB}/xarray/tests/test_coding_times.pyc



Home | Main Index | Thread Index | Old Index