pkgsrc-WIP-changes archive

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

py-apache-arrow: Update to 11.0.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Feb 2 19:01:56 2023 -0800
Changeset:	56eba93e869c8a377553a507bfc3463921dbca21

Modified Files:
	py-apache-arrow/Makefile
	py-apache-arrow/PLIST
	py-apache-arrow/distinfo

Log Message:
py-apache-arrow: Update to 11.0.0

Release notes same as for apache-arrow: 11.0.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56eba93e869c8a377553a507bfc3463921dbca21

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

diffstat:
 py-apache-arrow/Makefile |   2 +-
 py-apache-arrow/PLIST    | 112 +++++++++++++++++++++++++++++++++++++++++++----
 py-apache-arrow/distinfo |   6 +--
 3 files changed, 108 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-apache-arrow/Makefile b/py-apache-arrow/Makefile
index b4e6a70bac..90ad0b6f36 100644
--- a/py-apache-arrow/Makefile
+++ b/py-apache-arrow/Makefile
@@ -21,7 +21,7 @@ USE_LANGUAGES=	c c++
 BUILD_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.8:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner>=6.0.0:../../devel/py-test-runner
-TEST_DEPENDS+=	${PYPKGPREFIX}-pytest-lazy-fixture>=0.6.3:../../wip/py-pytest-lazy-fixture
+TEST_DEPENDS+=	${PYPKGPREFIX}-pytest-lazy-fixture>=0.6.3:../../devel/py-pytest-lazy-fixture
 USE_TOOLS=	cmake gmake pkg-config
 
 do-test:
diff --git a/py-apache-arrow/PLIST b/py-apache-arrow/PLIST
index a585ccd2c0..d35e6fcec7 100644
--- a/py-apache-arrow/PLIST
+++ b/py-apache-arrow/PLIST
@@ -53,6 +53,9 @@ ${PYSITELIB}/pyarrow/_parquet.so
 ${PYSITELIB}/pyarrow/_parquet_encryption.pxd
 ${PYSITELIB}/pyarrow/_parquet_encryption.pyx
 ${PYSITELIB}/pyarrow/_plasma.pyx
+${PYSITELIB}/pyarrow/_pyarrow_cpp_tests.pxd
+${PYSITELIB}/pyarrow/_pyarrow_cpp_tests.pyx
+${PYSITELIB}/pyarrow/_pyarrow_cpp_tests.so
 ${PYSITELIB}/pyarrow/_s3fs.pyx
 ${PYSITELIB}/pyarrow/_substrait.pyx
 ${PYSITELIB}/pyarrow/array.pxi
@@ -137,6 +140,7 @@ ${PYSITELIB}/pyarrow/include/arrow/compute/cast.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/accumulation_queue.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/aggregate.h
+${PYSITELIB}/pyarrow/include/arrow/compute/exec/asof_join_node.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/benchmark_util.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/bloom_filter.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/exec_plan.h
@@ -144,12 +148,13 @@ ${PYSITELIB}/pyarrow/include/arrow/compute/exec/expression.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/hash_join.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/hash_join_dict.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/hash_join_node.h
-${PYSITELIB}/pyarrow/include/arrow/compute/exec/ir_consumer.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/key_hash.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/key_map.h
+${PYSITELIB}/pyarrow/include/arrow/compute/exec/map_node.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/options.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/order_by_impl.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/partition_util.h
+${PYSITELIB}/pyarrow/include/arrow/compute/exec/query_context.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/schema_util.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/swiss_join.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/exec/task_util.h
@@ -266,6 +271,8 @@ ${PYSITELIB}/pyarrow/include/arrow/python/init.h
 ${PYSITELIB}/pyarrow/include/arrow/python/io.h
 ${PYSITELIB}/pyarrow/include/arrow/python/ipc.h
 ${PYSITELIB}/pyarrow/include/arrow/python/iterators.h
+${PYSITELIB}/pyarrow/include/arrow/python/lib.h
+${PYSITELIB}/pyarrow/include/arrow/python/lib_api.h
 ${PYSITELIB}/pyarrow/include/arrow/python/numpy_convert.h
 ${PYSITELIB}/pyarrow/include/arrow/python/numpy_interop.h
 ${PYSITELIB}/pyarrow/include/arrow/python/numpy_to_arrow.h
@@ -275,6 +282,7 @@ ${PYSITELIB}/pyarrow/include/arrow/python/platform.h
 ${PYSITELIB}/pyarrow/include/arrow/python/pyarrow.h
 ${PYSITELIB}/pyarrow/include/arrow/python/pyarrow_api.h
 ${PYSITELIB}/pyarrow/include/arrow/python/pyarrow_lib.h
+${PYSITELIB}/pyarrow/include/arrow/python/python_test.h
 ${PYSITELIB}/pyarrow/include/arrow/python/python_to_arrow.h
 ${PYSITELIB}/pyarrow/include/arrow/python/serialize.h
 ${PYSITELIB}/pyarrow/include/arrow/python/type_traits.h
@@ -314,8 +322,8 @@ ${PYSITELIB}/pyarrow/include/arrow/util/algorithm.h
 ${PYSITELIB}/pyarrow/include/arrow/util/align_util.h
 ${PYSITELIB}/pyarrow/include/arrow/util/aligned_storage.h
 ${PYSITELIB}/pyarrow/include/arrow/util/async_generator.h
+${PYSITELIB}/pyarrow/include/arrow/util/async_generator_fwd.h
 ${PYSITELIB}/pyarrow/include/arrow/util/async_util.h
-${PYSITELIB}/pyarrow/include/arrow/util/atomic_shared_ptr.h
 ${PYSITELIB}/pyarrow/include/arrow/util/base64.h
 ${PYSITELIB}/pyarrow/include/arrow/util/basic_decimal.h
 ${PYSITELIB}/pyarrow/include/arrow/util/benchmark_util.h
@@ -342,6 +350,7 @@ ${PYSITELIB}/pyarrow/include/arrow/util/bpacking_simd256_generated.h
 ${PYSITELIB}/pyarrow/include/arrow/util/bpacking_simd512_generated.h
 ${PYSITELIB}/pyarrow/include/arrow/util/byte_size.h
 ${PYSITELIB}/pyarrow/include/arrow/util/byte_stream_split.h
+${PYSITELIB}/pyarrow/include/arrow/util/bytes_view.h
 ${PYSITELIB}/pyarrow/include/arrow/util/cancel.h
 ${PYSITELIB}/pyarrow/include/arrow/util/checked_cast.h
 ${PYSITELIB}/pyarrow/include/arrow/util/compare.h
@@ -370,17 +379,16 @@ ${PYSITELIB}/pyarrow/include/arrow/util/key_value_metadata.h
 ${PYSITELIB}/pyarrow/include/arrow/util/launder.h
 ${PYSITELIB}/pyarrow/include/arrow/util/logging.h
 ${PYSITELIB}/pyarrow/include/arrow/util/macros.h
-${PYSITELIB}/pyarrow/include/arrow/util/make_unique.h
 ${PYSITELIB}/pyarrow/include/arrow/util/map.h
 ${PYSITELIB}/pyarrow/include/arrow/util/math_constants.h
 ${PYSITELIB}/pyarrow/include/arrow/util/memory.h
 ${PYSITELIB}/pyarrow/include/arrow/util/mutex.h
-${PYSITELIB}/pyarrow/include/arrow/util/optional.h
 ${PYSITELIB}/pyarrow/include/arrow/util/parallel.h
 ${PYSITELIB}/pyarrow/include/arrow/util/pcg_random.h
 ${PYSITELIB}/pyarrow/include/arrow/util/print.h
 ${PYSITELIB}/pyarrow/include/arrow/util/queue.h
 ${PYSITELIB}/pyarrow/include/arrow/util/range.h
+${PYSITELIB}/pyarrow/include/arrow/util/regex.h
 ${PYSITELIB}/pyarrow/include/arrow/util/rle_encoding.h
 ${PYSITELIB}/pyarrow/include/arrow/util/simd.h
 ${PYSITELIB}/pyarrow/include/arrow/util/small_vector.h
@@ -389,7 +397,6 @@ ${PYSITELIB}/pyarrow/include/arrow/util/spaced.h
 ${PYSITELIB}/pyarrow/include/arrow/util/stopwatch.h
 ${PYSITELIB}/pyarrow/include/arrow/util/string.h
 ${PYSITELIB}/pyarrow/include/arrow/util/string_builder.h
-${PYSITELIB}/pyarrow/include/arrow/util/string_view.h
 ${PYSITELIB}/pyarrow/include/arrow/util/task_group.h
 ${PYSITELIB}/pyarrow/include/arrow/util/tdigest.h
 ${PYSITELIB}/pyarrow/include/arrow/util/test_common.h
@@ -404,7 +411,6 @@ ${PYSITELIB}/pyarrow/include/arrow/util/unreachable.h
 ${PYSITELIB}/pyarrow/include/arrow/util/uri.h
 ${PYSITELIB}/pyarrow/include/arrow/util/utf8.h
 ${PYSITELIB}/pyarrow/include/arrow/util/value_parsing.h
-${PYSITELIB}/pyarrow/include/arrow/util/variant.h
 ${PYSITELIB}/pyarrow/include/arrow/util/vector.h
 ${PYSITELIB}/pyarrow/include/arrow/util/visibility.h
 ${PYSITELIB}/pyarrow/include/arrow/util/windows_compatibility.h
@@ -426,13 +432,11 @@ ${PYSITELIB}/pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/double-conversion/ieee.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/double-conversion/strtod.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/double-conversion/utils.h
-${PYSITELIB}/pyarrow/include/arrow/vendored/optional.hpp
 ${PYSITELIB}/pyarrow/include/arrow/vendored/pcg/pcg_extras.hpp
 ${PYSITELIB}/pyarrow/include/arrow/vendored/pcg/pcg_random.hpp
 ${PYSITELIB}/pyarrow/include/arrow/vendored/pcg/pcg_uint128.hpp
 ${PYSITELIB}/pyarrow/include/arrow/vendored/portable-snippets/debug-trap.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/portable-snippets/safe-math.h
-${PYSITELIB}/pyarrow/include/arrow/vendored/string_view.hpp
 ${PYSITELIB}/pyarrow/include/arrow/vendored/strptime.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/xxhash.h
 ${PYSITELIB}/pyarrow/include/arrow/vendored/xxhash/xxhash.h
@@ -455,6 +459,21 @@ ${PYSITELIB}/pyarrow/includes/libarrow_python.pxd
 ${PYSITELIB}/pyarrow/includes/libarrow_substrait.pxd
 ${PYSITELIB}/pyarrow/includes/libgandiva.pxd
 ${PYSITELIB}/pyarrow/includes/libplasma.pxd
+${PYSITELIB}/pyarrow/interchange/__init__.py
+${PYSITELIB}/pyarrow/interchange/__init__.pyc
+${PYSITELIB}/pyarrow/interchange/__init__.pyo
+${PYSITELIB}/pyarrow/interchange/buffer.py
+${PYSITELIB}/pyarrow/interchange/buffer.pyc
+${PYSITELIB}/pyarrow/interchange/buffer.pyo
+${PYSITELIB}/pyarrow/interchange/column.py
+${PYSITELIB}/pyarrow/interchange/column.pyc
+${PYSITELIB}/pyarrow/interchange/column.pyo
+${PYSITELIB}/pyarrow/interchange/dataframe.py
+${PYSITELIB}/pyarrow/interchange/dataframe.pyc
+${PYSITELIB}/pyarrow/interchange/dataframe.pyo
+${PYSITELIB}/pyarrow/interchange/from_dataframe.py
+${PYSITELIB}/pyarrow/interchange/from_dataframe.pyc
+${PYSITELIB}/pyarrow/interchange/from_dataframe.pyo
 ${PYSITELIB}/pyarrow/io.pxi
 ${PYSITELIB}/pyarrow/ipc.pxi
 ${PYSITELIB}/pyarrow/ipc.py
@@ -466,10 +485,12 @@ ${PYSITELIB}/pyarrow/json.pyo
 ${PYSITELIB}/pyarrow/jvm.py
 ${PYSITELIB}/pyarrow/jvm.pyc
 ${PYSITELIB}/pyarrow/jvm.pyo
+${PYSITELIB}/pyarrow/lib.h
 ${PYSITELIB}/pyarrow/lib.pxd
 ${PYSITELIB}/pyarrow/lib.pyx
 ${PYSITELIB}/pyarrow/lib.so
 ${PYSITELIB}/pyarrow/lib_api.h
+${PYSITELIB}/pyarrow/libarrow_python.so
 ${PYSITELIB}/pyarrow/memory.pxi
 ${PYSITELIB}/pyarrow/orc.py
 ${PYSITELIB}/pyarrow/orc.pyc
@@ -481,6 +502,9 @@ ${PYSITELIB}/pyarrow/pandas_compat.pyo
 ${PYSITELIB}/pyarrow/parquet/__init__.py
 ${PYSITELIB}/pyarrow/parquet/__init__.pyc
 ${PYSITELIB}/pyarrow/parquet/__init__.pyo
+${PYSITELIB}/pyarrow/parquet/core.py
+${PYSITELIB}/pyarrow/parquet/core.pyc
+${PYSITELIB}/pyarrow/parquet/core.pyo
 ${PYSITELIB}/pyarrow/parquet/encryption.py
 ${PYSITELIB}/pyarrow/parquet/encryption.pyc
 ${PYSITELIB}/pyarrow/parquet/encryption.pyo
@@ -493,6 +517,66 @@ ${PYSITELIB}/pyarrow/serialization.pxi
 ${PYSITELIB}/pyarrow/serialization.py
 ${PYSITELIB}/pyarrow/serialization.pyc
 ${PYSITELIB}/pyarrow/serialization.pyo
+${PYSITELIB}/pyarrow/src/arrow/python/CMakeLists.txt
+${PYSITELIB}/pyarrow/src/arrow/python/api.h
+${PYSITELIB}/pyarrow/src/arrow/python/arrow_to_pandas.cc
+${PYSITELIB}/pyarrow/src/arrow/python/arrow_to_pandas.h
+${PYSITELIB}/pyarrow/src/arrow/python/arrow_to_python_internal.h
+${PYSITELIB}/pyarrow/src/arrow/python/benchmark.cc
+${PYSITELIB}/pyarrow/src/arrow/python/benchmark.h
+${PYSITELIB}/pyarrow/src/arrow/python/common.cc
+${PYSITELIB}/pyarrow/src/arrow/python/common.h
+${PYSITELIB}/pyarrow/src/arrow/python/csv.cc
+${PYSITELIB}/pyarrow/src/arrow/python/csv.h
+${PYSITELIB}/pyarrow/src/arrow/python/datetime.cc
+${PYSITELIB}/pyarrow/src/arrow/python/datetime.h
+${PYSITELIB}/pyarrow/src/arrow/python/decimal.cc
+${PYSITELIB}/pyarrow/src/arrow/python/decimal.h
+${PYSITELIB}/pyarrow/src/arrow/python/deserialize.cc
+${PYSITELIB}/pyarrow/src/arrow/python/deserialize.h
+${PYSITELIB}/pyarrow/src/arrow/python/extension_type.cc
+${PYSITELIB}/pyarrow/src/arrow/python/extension_type.h
+${PYSITELIB}/pyarrow/src/arrow/python/filesystem.cc
+${PYSITELIB}/pyarrow/src/arrow/python/filesystem.h
+${PYSITELIB}/pyarrow/src/arrow/python/flight.cc
+${PYSITELIB}/pyarrow/src/arrow/python/flight.h
+${PYSITELIB}/pyarrow/src/arrow/python/gdb.cc
+${PYSITELIB}/pyarrow/src/arrow/python/gdb.h
+${PYSITELIB}/pyarrow/src/arrow/python/helpers.cc
+${PYSITELIB}/pyarrow/src/arrow/python/helpers.h
+${PYSITELIB}/pyarrow/src/arrow/python/inference.cc
+${PYSITELIB}/pyarrow/src/arrow/python/inference.h
+${PYSITELIB}/pyarrow/src/arrow/python/init.cc
+${PYSITELIB}/pyarrow/src/arrow/python/init.h
+${PYSITELIB}/pyarrow/src/arrow/python/io.cc
+${PYSITELIB}/pyarrow/src/arrow/python/io.h
+${PYSITELIB}/pyarrow/src/arrow/python/ipc.cc
+${PYSITELIB}/pyarrow/src/arrow/python/ipc.h
+${PYSITELIB}/pyarrow/src/arrow/python/iterators.h
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_convert.cc
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_convert.h
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_internal.h
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_interop.h
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_to_arrow.cc
+${PYSITELIB}/pyarrow/src/arrow/python/numpy_to_arrow.h
+${PYSITELIB}/pyarrow/src/arrow/python/parquet_encryption.cc
+${PYSITELIB}/pyarrow/src/arrow/python/parquet_encryption.h
+${PYSITELIB}/pyarrow/src/arrow/python/pch.h
+${PYSITELIB}/pyarrow/src/arrow/python/platform.h
+${PYSITELIB}/pyarrow/src/arrow/python/pyarrow.cc
+${PYSITELIB}/pyarrow/src/arrow/python/pyarrow.h
+${PYSITELIB}/pyarrow/src/arrow/python/pyarrow_api.h
+${PYSITELIB}/pyarrow/src/arrow/python/pyarrow_lib.h
+${PYSITELIB}/pyarrow/src/arrow/python/python_test.cc
+${PYSITELIB}/pyarrow/src/arrow/python/python_test.h
+${PYSITELIB}/pyarrow/src/arrow/python/python_to_arrow.cc
+${PYSITELIB}/pyarrow/src/arrow/python/python_to_arrow.h
+${PYSITELIB}/pyarrow/src/arrow/python/serialize.cc
+${PYSITELIB}/pyarrow/src/arrow/python/serialize.h
+${PYSITELIB}/pyarrow/src/arrow/python/type_traits.h
+${PYSITELIB}/pyarrow/src/arrow/python/udf.cc
+${PYSITELIB}/pyarrow/src/arrow/python/udf.h
+${PYSITELIB}/pyarrow/src/arrow/python/visibility.h
 ${PYSITELIB}/pyarrow/substrait.py
 ${PYSITELIB}/pyarrow/substrait.pyc
 ${PYSITELIB}/pyarrow/substrait.pyo
@@ -529,6 +613,15 @@ ${PYSITELIB}/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet
 ${PYSITELIB}/pyarrow/tests/deserialize_buffer.py
 ${PYSITELIB}/pyarrow/tests/deserialize_buffer.pyc
 ${PYSITELIB}/pyarrow/tests/deserialize_buffer.pyo
+${PYSITELIB}/pyarrow/tests/interchange/__init__.py
+${PYSITELIB}/pyarrow/tests/interchange/__init__.pyc
+${PYSITELIB}/pyarrow/tests/interchange/__init__.pyo
+${PYSITELIB}/pyarrow/tests/interchange/test_conversion.py
+${PYSITELIB}/pyarrow/tests/interchange/test_conversion.pyc
+${PYSITELIB}/pyarrow/tests/interchange/test_conversion.pyo
+${PYSITELIB}/pyarrow/tests/interchange/test_interchange_spec.py
+${PYSITELIB}/pyarrow/tests/interchange/test_interchange_spec.pyc
+${PYSITELIB}/pyarrow/tests/interchange/test_interchange_spec.pyo
 ${PYSITELIB}/pyarrow/tests/pandas_examples.py
 ${PYSITELIB}/pyarrow/tests/pandas_examples.pyc
 ${PYSITELIB}/pyarrow/tests/pandas_examples.pyo
@@ -602,6 +695,9 @@ ${PYSITELIB}/pyarrow/tests/test_compute.pyo
 ${PYSITELIB}/pyarrow/tests/test_convert_builtin.py
 ${PYSITELIB}/pyarrow/tests/test_convert_builtin.pyc
 ${PYSITELIB}/pyarrow/tests/test_convert_builtin.pyo
+${PYSITELIB}/pyarrow/tests/test_cpp_internals.py
+${PYSITELIB}/pyarrow/tests/test_cpp_internals.pyc
+${PYSITELIB}/pyarrow/tests/test_cpp_internals.pyo
 ${PYSITELIB}/pyarrow/tests/test_csv.py
 ${PYSITELIB}/pyarrow/tests/test_csv.pyc
 ${PYSITELIB}/pyarrow/tests/test_csv.pyo
diff --git a/py-apache-arrow/distinfo b/py-apache-arrow/distinfo
index d9da45430f..e49112c9eb 100644
--- a/py-apache-arrow/distinfo
+++ b/py-apache-arrow/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (apache-arrow-9.0.0.tar.gz) = e06c46febd9849343357b449d8f85a6375825dd47431ede47f1ba936fa87a93d
-SHA512 (apache-arrow-9.0.0.tar.gz) = 6eb14c766e4542e110a2d6748cea19a71d7035b8a3fda095efe36b5f02c134abc8c5bbcc9cd72dbc40ae1e87c28399a116501d983b5501b9b277fbcbfa09d7e5
-Size (apache-arrow-9.0.0.tar.gz) = 18314915 bytes
+BLAKE2s (apache-arrow-11.0.0.tar.gz) = ee159d17a2ce4daea917a054e5f3faed538042fe80f4bb7bea0246adeb61f9f8
+SHA512 (apache-arrow-11.0.0.tar.gz) = 46df4fb5a703d38d0a74fde9838e9f9702b24b442cb225517516c335a5ab18955699000bf0b2fc7d1698ada6d2e890ba3860933b6280f5160b0fce8a07484d0e
+Size (apache-arrow-11.0.0.tar.gz) = 19956186 bytes


Home | Main Index | Thread Index | Old Index