pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Sep 21 18:14:22 UTC 2019

Added Files:
        pkgsrc/math/py-xarray: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-xarray/DESCR \
    pkgsrc/math/py-xarray/Makefile pkgsrc/math/py-xarray/PLIST \
    pkgsrc/math/py-xarray/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-xarray/DESCR
diff -u /dev/null pkgsrc/math/py-xarray/DESCR:1.1
--- /dev/null   Sat Sep 21 18:14:22 2019
+++ pkgsrc/math/py-xarray/DESCR Sat Sep 21 18:14:21 2019
@@ -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.
Index: pkgsrc/math/py-xarray/Makefile
diff -u /dev/null pkgsrc/math/py-xarray/Makefile:1.1
--- /dev/null   Sat Sep 21 18:14:22 2019
+++ pkgsrc/math/py-xarray/Makefile      Sat Sep 21 18:14:21 2019
@@ -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"
Index: pkgsrc/math/py-xarray/PLIST
diff -u /dev/null pkgsrc/math/py-xarray/PLIST:1.1
--- /dev/null   Sat Sep 21 18:14:22 2019
+++ pkgsrc/math/py-xarray/PLIST Sat Sep 21 18:14:21 2019
@@ -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
+${PYSITELIB}/xarray/tests/test_coding_times.pyo
+${PYSITELIB}/xarray/tests/test_combine.py
+${PYSITELIB}/xarray/tests/test_combine.pyc
+${PYSITELIB}/xarray/tests/test_combine.pyo
+${PYSITELIB}/xarray/tests/test_computation.py
+${PYSITELIB}/xarray/tests/test_computation.pyc
+${PYSITELIB}/xarray/tests/test_computation.pyo
+${PYSITELIB}/xarray/tests/test_concat.py
+${PYSITELIB}/xarray/tests/test_concat.pyc
+${PYSITELIB}/xarray/tests/test_concat.pyo
+${PYSITELIB}/xarray/tests/test_conventions.py
+${PYSITELIB}/xarray/tests/test_conventions.pyc
+${PYSITELIB}/xarray/tests/test_conventions.pyo
+${PYSITELIB}/xarray/tests/test_dask.py
+${PYSITELIB}/xarray/tests/test_dask.pyc
+${PYSITELIB}/xarray/tests/test_dask.pyo
+${PYSITELIB}/xarray/tests/test_dataarray.py
+${PYSITELIB}/xarray/tests/test_dataarray.pyc
+${PYSITELIB}/xarray/tests/test_dataarray.pyo
+${PYSITELIB}/xarray/tests/test_dataset.py
+${PYSITELIB}/xarray/tests/test_dataset.pyc
+${PYSITELIB}/xarray/tests/test_dataset.pyo
+${PYSITELIB}/xarray/tests/test_distributed.py
+${PYSITELIB}/xarray/tests/test_distributed.pyc
+${PYSITELIB}/xarray/tests/test_distributed.pyo
+${PYSITELIB}/xarray/tests/test_dtypes.py
+${PYSITELIB}/xarray/tests/test_dtypes.pyc
+${PYSITELIB}/xarray/tests/test_dtypes.pyo
+${PYSITELIB}/xarray/tests/test_duck_array_ops.py
+${PYSITELIB}/xarray/tests/test_duck_array_ops.pyc
+${PYSITELIB}/xarray/tests/test_duck_array_ops.pyo
+${PYSITELIB}/xarray/tests/test_extensions.py
+${PYSITELIB}/xarray/tests/test_extensions.pyc
+${PYSITELIB}/xarray/tests/test_extensions.pyo
+${PYSITELIB}/xarray/tests/test_formatting.py
+${PYSITELIB}/xarray/tests/test_formatting.pyc
+${PYSITELIB}/xarray/tests/test_formatting.pyo
+${PYSITELIB}/xarray/tests/test_groupby.py
+${PYSITELIB}/xarray/tests/test_groupby.pyc
+${PYSITELIB}/xarray/tests/test_groupby.pyo
+${PYSITELIB}/xarray/tests/test_indexing.py
+${PYSITELIB}/xarray/tests/test_indexing.pyc
+${PYSITELIB}/xarray/tests/test_indexing.pyo
+${PYSITELIB}/xarray/tests/test_interp.py
+${PYSITELIB}/xarray/tests/test_interp.pyc
+${PYSITELIB}/xarray/tests/test_interp.pyo
+${PYSITELIB}/xarray/tests/test_merge.py
+${PYSITELIB}/xarray/tests/test_merge.pyc
+${PYSITELIB}/xarray/tests/test_merge.pyo
+${PYSITELIB}/xarray/tests/test_missing.py
+${PYSITELIB}/xarray/tests/test_missing.pyc
+${PYSITELIB}/xarray/tests/test_missing.pyo
+${PYSITELIB}/xarray/tests/test_nputils.py
+${PYSITELIB}/xarray/tests/test_nputils.pyc
+${PYSITELIB}/xarray/tests/test_nputils.pyo
+${PYSITELIB}/xarray/tests/test_options.py
+${PYSITELIB}/xarray/tests/test_options.pyc
+${PYSITELIB}/xarray/tests/test_options.pyo
+${PYSITELIB}/xarray/tests/test_plot.py
+${PYSITELIB}/xarray/tests/test_plot.pyc
+${PYSITELIB}/xarray/tests/test_plot.pyo
+${PYSITELIB}/xarray/tests/test_print_versions.py
+${PYSITELIB}/xarray/tests/test_print_versions.pyc
+${PYSITELIB}/xarray/tests/test_print_versions.pyo
+${PYSITELIB}/xarray/tests/test_sparse.py
+${PYSITELIB}/xarray/tests/test_sparse.pyc
+${PYSITELIB}/xarray/tests/test_sparse.pyo
+${PYSITELIB}/xarray/tests/test_testing.py
+${PYSITELIB}/xarray/tests/test_testing.pyc
+${PYSITELIB}/xarray/tests/test_testing.pyo
+${PYSITELIB}/xarray/tests/test_tutorial.py
+${PYSITELIB}/xarray/tests/test_tutorial.pyc
+${PYSITELIB}/xarray/tests/test_tutorial.pyo
+${PYSITELIB}/xarray/tests/test_ufuncs.py
+${PYSITELIB}/xarray/tests/test_ufuncs.pyc
+${PYSITELIB}/xarray/tests/test_ufuncs.pyo
+${PYSITELIB}/xarray/tests/test_utils.py
+${PYSITELIB}/xarray/tests/test_utils.pyc
+${PYSITELIB}/xarray/tests/test_utils.pyo
+${PYSITELIB}/xarray/tests/test_variable.py
+${PYSITELIB}/xarray/tests/test_variable.pyc
+${PYSITELIB}/xarray/tests/test_variable.pyo
+${PYSITELIB}/xarray/tutorial.py
+${PYSITELIB}/xarray/tutorial.pyc
+${PYSITELIB}/xarray/tutorial.pyo
+${PYSITELIB}/xarray/ufuncs.py
+${PYSITELIB}/xarray/ufuncs.pyc
+${PYSITELIB}/xarray/ufuncs.pyo
+${PYSITELIB}/xarray/util/__init__.py
+${PYSITELIB}/xarray/util/__init__.pyc
+${PYSITELIB}/xarray/util/__init__.pyo
+${PYSITELIB}/xarray/util/print_versions.pyc
+${PYSITELIB}/xarray/util/print_versions.pyo
+${PYSITELIB}/xarray/util/print_versions.py
Index: pkgsrc/math/py-xarray/distinfo
diff -u /dev/null pkgsrc/math/py-xarray/distinfo:1.1
--- /dev/null   Sat Sep 21 18:14:22 2019
+++ pkgsrc/math/py-xarray/distinfo      Sat Sep 21 18:14:21 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/09/21 18:14:21 minskim Exp $
+
+SHA1 (xarray-0.13.0.tar.gz) = 99a1feb68499c2954e3e407f6d382a9ca0eec23b
+RMD160 (xarray-0.13.0.tar.gz) = ac1dd2421efed8f0a4ef0ab2c4e7f30551ef2e88
+SHA512 (xarray-0.13.0.tar.gz) = 09f25e5ec06c1ff904ad24a01d24de719aa4903d214115ce1d5bbab21b0acc6b9374845da728495aaf67984cbf06b9d93dd5035cf25ec5c918977be707b3898d
+Size (xarray-0.13.0.tar.gz) = 1821280 bytes



Home | Main Index | Thread Index | Old Index