pkgsrc-WIP-changes archive

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

py-apache-arrow: Update to 12.0.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 1 09:52:24 2023 -0700
Changeset:	ff3db167e724eafeebb0bb379074047749707988

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

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

Release Notes same as for apache-arrow

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

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

diffstat:
 py-apache-arrow/Makefile |  17 +++-
 py-apache-arrow/PLIST    | 213 ++++++++++++-----------------------------------
 py-apache-arrow/distinfo |   6 +-
 3 files changed, 73 insertions(+), 163 deletions(-)

diffs:
diff --git a/py-apache-arrow/Makefile b/py-apache-arrow/Makefile
index 90ad0b6f36..06643f4e8e 100644
--- a/py-apache-arrow/Makefile
+++ b/py-apache-arrow/Makefile
@@ -19,11 +19,26 @@ PYSETUPSUBDIR=	python
 
 USE_LANGUAGES=	c c++
 BUILD_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
+BUILD_DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 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:../../devel/py-pytest-lazy-fixture
+TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 USE_TOOLS=	cmake gmake pkg-config
 
+MAKE_ENV+=	VERBOSE=1
+MAKE_ENV+=	PYARROW_PARALLEL=${_MAKE_JOBS_N}
+WHEELFILE?= ${WRKSRC}/python/dist/*.whl
+
+# libarrow_python.so: ORIGIN Doesn't get passed through correclty
+SUBST_CLASSES+=         origin
+SUBST_STAGE.origin=     pre-configure
+SUBST_FILES.origin=     python/CMakeLists.txt
+SUBST_SED.origin=       -e 's|\\$$ORIGIN|${PREFIX}/lib/python${PYVERSSUFFIX}/site-packages/pyarrow|g'
+do-build:
+	${RUN} cd ${WRKSRC}/python && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py build_ext --build-type=relwithdebinfo bdist_wheel
+
 do-test:
 	# Build the extension inplace, and run tests directly.  Otherwise
 	# py-test-runner gets upset about missing imports
@@ -36,5 +51,5 @@ MAKE_ENV+=	PYARROW_WITH_DATASET=1
 .include "../../converters/utf8proc/buildlink3.mk"
 .include "../../devel/libthrift/buildlink3.mk"
 .include "../../wip/apache-arrow/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-apache-arrow/PLIST b/py-apache-arrow/PLIST
index d35e6fcec7..cfe0895a23 100644
--- a/py-apache-arrow/PLIST
+++ b/py-apache-arrow/PLIST
@@ -1,22 +1,24 @@
 @comment $NetBSD$
-bin/plasma_store
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/INSTALLER
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/LICENSE.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/NOTICE.txt
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/RECORD
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/REQUESTED
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/direct_url.json
+${PYSITELIB}/pyarrow-${PKGVERSION}.dist-info/top_level.txt
 ${PYSITELIB}/pyarrow/__init__.pxd
 ${PYSITELIB}/pyarrow/__init__.py
 ${PYSITELIB}/pyarrow/__init__.pyc
-${PYSITELIB}/pyarrow/__init__.pyo
+${PYSITELIB}/pyarrow/_acero.pxd
+${PYSITELIB}/pyarrow/_acero.pyx
+${PYSITELIB}/pyarrow/_acero.so
 ${PYSITELIB}/pyarrow/_compute.pxd
 ${PYSITELIB}/pyarrow/_compute.pyx
 ${PYSITELIB}/pyarrow/_compute.so
 ${PYSITELIB}/pyarrow/_compute_docstrings.py
 ${PYSITELIB}/pyarrow/_compute_docstrings.pyc
-${PYSITELIB}/pyarrow/_compute_docstrings.pyo
 ${PYSITELIB}/pyarrow/_csv.pxd
 ${PYSITELIB}/pyarrow/_csv.pyx
 ${PYSITELIB}/pyarrow/_csv.so
@@ -28,8 +30,6 @@ ${PYSITELIB}/pyarrow/_dataset.so
 ${PYSITELIB}/pyarrow/_dataset_orc.pyx
 ${PYSITELIB}/pyarrow/_dataset_parquet.pyx
 ${PYSITELIB}/pyarrow/_dataset_parquet.so
-${PYSITELIB}/pyarrow/_exec_plan.pyx
-${PYSITELIB}/pyarrow/_exec_plan.so
 ${PYSITELIB}/pyarrow/_feather.pyx
 ${PYSITELIB}/pyarrow/_feather.so
 ${PYSITELIB}/pyarrow/_flight.pyx
@@ -39,7 +39,6 @@ ${PYSITELIB}/pyarrow/_fs.so
 ${PYSITELIB}/pyarrow/_gcsfs.pyx
 ${PYSITELIB}/pyarrow/_generated_version.py
 ${PYSITELIB}/pyarrow/_generated_version.pyc
-${PYSITELIB}/pyarrow/_generated_version.pyo
 ${PYSITELIB}/pyarrow/_hdfs.pyx
 ${PYSITELIB}/pyarrow/_hdfsio.pyx
 ${PYSITELIB}/pyarrow/_hdfsio.so
@@ -52,55 +51,67 @@ ${PYSITELIB}/pyarrow/_parquet.pyx
 ${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/acero.py
+${PYSITELIB}/pyarrow/acero.pyc
 ${PYSITELIB}/pyarrow/array.pxi
 ${PYSITELIB}/pyarrow/benchmark.pxi
 ${PYSITELIB}/pyarrow/benchmark.py
 ${PYSITELIB}/pyarrow/benchmark.pyc
-${PYSITELIB}/pyarrow/benchmark.pyo
 ${PYSITELIB}/pyarrow/builder.pxi
 ${PYSITELIB}/pyarrow/cffi.py
 ${PYSITELIB}/pyarrow/cffi.pyc
-${PYSITELIB}/pyarrow/cffi.pyo
 ${PYSITELIB}/pyarrow/compat.pxi
 ${PYSITELIB}/pyarrow/compute.py
 ${PYSITELIB}/pyarrow/compute.pyc
-${PYSITELIB}/pyarrow/compute.pyo
 ${PYSITELIB}/pyarrow/config.pxi
 ${PYSITELIB}/pyarrow/conftest.py
 ${PYSITELIB}/pyarrow/conftest.pyc
-${PYSITELIB}/pyarrow/conftest.pyo
 ${PYSITELIB}/pyarrow/csv.py
 ${PYSITELIB}/pyarrow/csv.pyc
-${PYSITELIB}/pyarrow/csv.pyo
 ${PYSITELIB}/pyarrow/cuda.py
 ${PYSITELIB}/pyarrow/cuda.pyc
-${PYSITELIB}/pyarrow/cuda.pyo
 ${PYSITELIB}/pyarrow/dataset.py
 ${PYSITELIB}/pyarrow/dataset.pyc
-${PYSITELIB}/pyarrow/dataset.pyo
 ${PYSITELIB}/pyarrow/error.pxi
 ${PYSITELIB}/pyarrow/feather.py
 ${PYSITELIB}/pyarrow/feather.pyc
-${PYSITELIB}/pyarrow/feather.pyo
 ${PYSITELIB}/pyarrow/filesystem.py
 ${PYSITELIB}/pyarrow/filesystem.pyc
-${PYSITELIB}/pyarrow/filesystem.pyo
 ${PYSITELIB}/pyarrow/flight.py
 ${PYSITELIB}/pyarrow/flight.pyc
-${PYSITELIB}/pyarrow/flight.pyo
 ${PYSITELIB}/pyarrow/fs.py
 ${PYSITELIB}/pyarrow/fs.pyc
-${PYSITELIB}/pyarrow/fs.pyo
 ${PYSITELIB}/pyarrow/gandiva.pyx
 ${PYSITELIB}/pyarrow/hdfs.py
 ${PYSITELIB}/pyarrow/hdfs.pyc
-${PYSITELIB}/pyarrow/hdfs.pyo
+${PYSITELIB}/pyarrow/include/arrow/acero/accumulation_queue.h
+${PYSITELIB}/pyarrow/include/arrow/acero/aggregate_node.h
+${PYSITELIB}/pyarrow/include/arrow/acero/asof_join_node.h
+${PYSITELIB}/pyarrow/include/arrow/acero/benchmark_util.h
+${PYSITELIB}/pyarrow/include/arrow/acero/bloom_filter.h
+${PYSITELIB}/pyarrow/include/arrow/acero/exec_plan.h
+${PYSITELIB}/pyarrow/include/arrow/acero/groupby.h
+${PYSITELIB}/pyarrow/include/arrow/acero/hash_join.h
+${PYSITELIB}/pyarrow/include/arrow/acero/hash_join_dict.h
+${PYSITELIB}/pyarrow/include/arrow/acero/hash_join_node.h
+${PYSITELIB}/pyarrow/include/arrow/acero/map_node.h
+${PYSITELIB}/pyarrow/include/arrow/acero/options.h
+${PYSITELIB}/pyarrow/include/arrow/acero/order_by_impl.h
+${PYSITELIB}/pyarrow/include/arrow/acero/partition_util.h
+${PYSITELIB}/pyarrow/include/arrow/acero/pch.h
+${PYSITELIB}/pyarrow/include/arrow/acero/query_context.h
+${PYSITELIB}/pyarrow/include/arrow/acero/schema_util.h
+${PYSITELIB}/pyarrow/include/arrow/acero/task_util.h
+${PYSITELIB}/pyarrow/include/arrow/acero/test_nodes.h
+${PYSITELIB}/pyarrow/include/arrow/acero/tpch_node.h
+${PYSITELIB}/pyarrow/include/arrow/acero/type_fwd.h
+${PYSITELIB}/pyarrow/include/arrow/acero/util.h
+${PYSITELIB}/pyarrow/include/arrow/acero/visibility.h
 ${PYSITELIB}/pyarrow/include/arrow/api.h
 ${PYSITELIB}/pyarrow/include/arrow/array.h
 ${PYSITELIB}/pyarrow/include/arrow/array/array_base.h
@@ -109,6 +120,7 @@ ${PYSITELIB}/pyarrow/include/arrow/array/array_decimal.h
 ${PYSITELIB}/pyarrow/include/arrow/array/array_dict.h
 ${PYSITELIB}/pyarrow/include/arrow/array/array_nested.h
 ${PYSITELIB}/pyarrow/include/arrow/array/array_primitive.h
+${PYSITELIB}/pyarrow/include/arrow/array/array_run_end.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_adaptive.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_base.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_binary.h
@@ -116,6 +128,7 @@ ${PYSITELIB}/pyarrow/include/arrow/array/builder_decimal.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_dict.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_nested.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_primitive.h
+${PYSITELIB}/pyarrow/include/arrow/array/builder_run_end.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_time.h
 ${PYSITELIB}/pyarrow/include/arrow/array/builder_union.h
 ${PYSITELIB}/pyarrow/include/arrow/array/concatenate.h
@@ -138,35 +151,17 @@ ${PYSITELIB}/pyarrow/include/arrow/compute/api_scalar.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/api_vector.h
 ${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
-${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/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
-${PYSITELIB}/pyarrow/include/arrow/compute/exec/test_util.h
-${PYSITELIB}/pyarrow/include/arrow/compute/exec/tpch_node.h
-${PYSITELIB}/pyarrow/include/arrow/compute/exec/util.h
+${PYSITELIB}/pyarrow/include/arrow/compute/expression.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/function.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/kernel.h
+${PYSITELIB}/pyarrow/include/arrow/compute/key_hash.h
+${PYSITELIB}/pyarrow/include/arrow/compute/key_map.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/light_array.h
+${PYSITELIB}/pyarrow/include/arrow/compute/ordering.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/registry.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/row/grouper.h
 ${PYSITELIB}/pyarrow/include/arrow/compute/type_fwd.h
+${PYSITELIB}/pyarrow/include/arrow/compute/util.h
 ${PYSITELIB}/pyarrow/include/arrow/config.h
 ${PYSITELIB}/pyarrow/include/arrow/csv/api.h
 ${PYSITELIB}/pyarrow/include/arrow/csv/chunker.h
@@ -187,6 +182,7 @@ ${PYSITELIB}/pyarrow/include/arrow/dataset/discovery.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/file_base.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/file_csv.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/file_ipc.h
+${PYSITELIB}/pyarrow/include/arrow/dataset/file_json.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/file_orc.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/file_parquet.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/partition.h
@@ -194,11 +190,11 @@ ${PYSITELIB}/pyarrow/include/arrow/dataset/pch.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/plan.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/projector.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/scanner.h
-${PYSITELIB}/pyarrow/include/arrow/dataset/test_util.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/type_fwd.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/visibility.h
 ${PYSITELIB}/pyarrow/include/arrow/datum.h
 ${PYSITELIB}/pyarrow/include/arrow/device.h
+${PYSITELIB}/pyarrow/include/arrow/extension/fixed_shape_tensor.h
 ${PYSITELIB}/pyarrow/include/arrow/extension_type.h
 ${PYSITELIB}/pyarrow/include/arrow/filesystem/api.h
 ${PYSITELIB}/pyarrow/include/arrow/filesystem/filesystem.h
@@ -360,6 +356,7 @@ ${PYSITELIB}/pyarrow/include/arrow/util/config.h
 ${PYSITELIB}/pyarrow/include/arrow/util/converter.h
 ${PYSITELIB}/pyarrow/include/arrow/util/counting_semaphore.h
 ${PYSITELIB}/pyarrow/include/arrow/util/cpu_info.h
+${PYSITELIB}/pyarrow/include/arrow/util/crc32.h
 ${PYSITELIB}/pyarrow/include/arrow/util/debug.h
 ${PYSITELIB}/pyarrow/include/arrow/util/decimal.h
 ${PYSITELIB}/pyarrow/include/arrow/util/delimiting.h
@@ -388,8 +385,10 @@ ${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/ree_util.h
 ${PYSITELIB}/pyarrow/include/arrow/util/regex.h
 ${PYSITELIB}/pyarrow/include/arrow/util/rle_encoding.h
+${PYSITELIB}/pyarrow/include/arrow/util/rows_to_batches.h
 ${PYSITELIB}/pyarrow/include/arrow/util/simd.h
 ${PYSITELIB}/pyarrow/include/arrow/util/small_vector.h
 ${PYSITELIB}/pyarrow/include/arrow/util/sort.h
@@ -407,6 +406,7 @@ ${PYSITELIB}/pyarrow/include/arrow/util/trie.h
 ${PYSITELIB}/pyarrow/include/arrow/util/type_fwd.h
 ${PYSITELIB}/pyarrow/include/arrow/util/type_traits.h
 ${PYSITELIB}/pyarrow/include/arrow/util/ubsan.h
+${PYSITELIB}/pyarrow/include/arrow/util/union_util.h
 ${PYSITELIB}/pyarrow/include/arrow/util/unreachable.h
 ${PYSITELIB}/pyarrow/include/arrow/util/uri.h
 ${PYSITELIB}/pyarrow/include/arrow/util/utf8.h
@@ -449,6 +449,7 @@ ${PYSITELIB}/pyarrow/include/arrow/visitor_generate.h
 ${PYSITELIB}/pyarrow/includes/__init__.pxd
 ${PYSITELIB}/pyarrow/includes/common.pxd
 ${PYSITELIB}/pyarrow/includes/libarrow.pxd
+${PYSITELIB}/pyarrow/includes/libarrow_acero.pxd
 ${PYSITELIB}/pyarrow/includes/libarrow_cuda.pxd
 ${PYSITELIB}/pyarrow/includes/libarrow_dataset.pxd
 ${PYSITELIB}/pyarrow/includes/libarrow_dataset_parquet.pxd
@@ -458,33 +459,24 @@ ${PYSITELIB}/pyarrow/includes/libarrow_fs.pxd
 ${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
 ${PYSITELIB}/pyarrow/ipc.pyc
-${PYSITELIB}/pyarrow/ipc.pyo
 ${PYSITELIB}/pyarrow/json.py
 ${PYSITELIB}/pyarrow/json.pyc
-${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
@@ -494,29 +486,17 @@ ${PYSITELIB}/pyarrow/libarrow_python.so
 ${PYSITELIB}/pyarrow/memory.pxi
 ${PYSITELIB}/pyarrow/orc.py
 ${PYSITELIB}/pyarrow/orc.pyc
-${PYSITELIB}/pyarrow/orc.pyo
 ${PYSITELIB}/pyarrow/pandas-shim.pxi
 ${PYSITELIB}/pyarrow/pandas_compat.py
 ${PYSITELIB}/pyarrow/pandas_compat.pyc
-${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
-${PYSITELIB}/pyarrow/plasma.py
-${PYSITELIB}/pyarrow/plasma.pyc
-${PYSITELIB}/pyarrow/plasma.pyo
 ${PYSITELIB}/pyarrow/public-api.pxi
 ${PYSITELIB}/pyarrow/scalar.pxi
-${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
@@ -579,23 +559,17 @@ ${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
 ${PYSITELIB}/pyarrow/table.pxi
 ${PYSITELIB}/pyarrow/tensor.pxi
-${PYSITELIB}/pyarrow/tensorflow/plasma_op.cc
 ${PYSITELIB}/pyarrow/tests/__init__.py
 ${PYSITELIB}/pyarrow/tests/__init__.pyc
-${PYSITELIB}/pyarrow/tests/__init__.pyo
 ${PYSITELIB}/pyarrow/tests/arrow_16597.py
 ${PYSITELIB}/pyarrow/tests/arrow_16597.pyc
-${PYSITELIB}/pyarrow/tests/arrow_16597.pyo
 ${PYSITELIB}/pyarrow/tests/arrow_7980.py
 ${PYSITELIB}/pyarrow/tests/arrow_7980.pyc
-${PYSITELIB}/pyarrow/tests/arrow_7980.pyo
 ${PYSITELIB}/pyarrow/tests/bound_function_visit_strings.pyx
 ${PYSITELIB}/pyarrow/tests/conftest.py
 ${PYSITELIB}/pyarrow/tests/conftest.pyc
-${PYSITELIB}/pyarrow/tests/conftest.pyo
 ${PYSITELIB}/pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather
 ${PYSITELIB}/pyarrow/tests/data/orc/README.md
 ${PYSITELIB}/pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz
@@ -610,221 +584,142 @@ ${PYSITELIB}/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet
 ${PYSITELIB}/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet
 ${PYSITELIB}/pyarrow/tests/data/parquet/v0.7.1.parquet
 ${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/extensions.pyx
 ${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
 ${PYSITELIB}/pyarrow/tests/pandas_threaded_import.py
 ${PYSITELIB}/pyarrow/tests/pandas_threaded_import.pyc
-${PYSITELIB}/pyarrow/tests/pandas_threaded_import.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/__init__.py
 ${PYSITELIB}/pyarrow/tests/parquet/__init__.pyc
-${PYSITELIB}/pyarrow/tests/parquet/__init__.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/common.py
 ${PYSITELIB}/pyarrow/tests/parquet/common.pyc
-${PYSITELIB}/pyarrow/tests/parquet/common.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/conftest.py
 ${PYSITELIB}/pyarrow/tests/parquet/conftest.pyc
-${PYSITELIB}/pyarrow/tests/parquet/conftest.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/encryption.py
 ${PYSITELIB}/pyarrow/tests/parquet/encryption.pyc
-${PYSITELIB}/pyarrow/tests/parquet/encryption.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_basic.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_basic.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_basic.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_compliant_nested_type.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_compliant_nested_type.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_compliant_nested_type.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_data_types.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_data_types.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_data_types.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_dataset.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_dataset.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_dataset.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_datetime.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_datetime.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_datetime.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_encryption.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_encryption.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_encryption.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_metadata.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_metadata.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_metadata.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_pandas.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_pandas.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_pandas.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_parquet_file.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_parquet_file.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_parquet_file.pyo
 ${PYSITELIB}/pyarrow/tests/parquet/test_parquet_writer.py
 ${PYSITELIB}/pyarrow/tests/parquet/test_parquet_writer.pyc
-${PYSITELIB}/pyarrow/tests/parquet/test_parquet_writer.pyo
 ${PYSITELIB}/pyarrow/tests/pyarrow_cython_example.pyx
 ${PYSITELIB}/pyarrow/tests/read_record_batch.py
 ${PYSITELIB}/pyarrow/tests/read_record_batch.pyc
-${PYSITELIB}/pyarrow/tests/read_record_batch.pyo
 ${PYSITELIB}/pyarrow/tests/strategies.py
 ${PYSITELIB}/pyarrow/tests/strategies.pyc
-${PYSITELIB}/pyarrow/tests/strategies.pyo
+${PYSITELIB}/pyarrow/tests/test_acero.py
+${PYSITELIB}/pyarrow/tests/test_acero.pyc
 ${PYSITELIB}/pyarrow/tests/test_adhoc_memory_leak.py
 ${PYSITELIB}/pyarrow/tests/test_adhoc_memory_leak.pyc
-${PYSITELIB}/pyarrow/tests/test_adhoc_memory_leak.pyo
 ${PYSITELIB}/pyarrow/tests/test_array.py
 ${PYSITELIB}/pyarrow/tests/test_array.pyc
-${PYSITELIB}/pyarrow/tests/test_array.pyo
 ${PYSITELIB}/pyarrow/tests/test_builder.py
 ${PYSITELIB}/pyarrow/tests/test_builder.pyc
-${PYSITELIB}/pyarrow/tests/test_builder.pyo
 ${PYSITELIB}/pyarrow/tests/test_cffi.py
 ${PYSITELIB}/pyarrow/tests/test_cffi.pyc
-${PYSITELIB}/pyarrow/tests/test_cffi.pyo
 ${PYSITELIB}/pyarrow/tests/test_compute.py
 ${PYSITELIB}/pyarrow/tests/test_compute.pyc
-${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
 ${PYSITELIB}/pyarrow/tests/test_cuda.py
 ${PYSITELIB}/pyarrow/tests/test_cuda.pyc
-${PYSITELIB}/pyarrow/tests/test_cuda.pyo
 ${PYSITELIB}/pyarrow/tests/test_cuda_numba_interop.py
 ${PYSITELIB}/pyarrow/tests/test_cuda_numba_interop.pyc
-${PYSITELIB}/pyarrow/tests/test_cuda_numba_interop.pyo
 ${PYSITELIB}/pyarrow/tests/test_cython.py
 ${PYSITELIB}/pyarrow/tests/test_cython.pyc
-${PYSITELIB}/pyarrow/tests/test_cython.pyo
 ${PYSITELIB}/pyarrow/tests/test_dataset.py
 ${PYSITELIB}/pyarrow/tests/test_dataset.pyc
-${PYSITELIB}/pyarrow/tests/test_dataset.pyo
 ${PYSITELIB}/pyarrow/tests/test_deprecations.py
 ${PYSITELIB}/pyarrow/tests/test_deprecations.pyc
-${PYSITELIB}/pyarrow/tests/test_deprecations.pyo
 ${PYSITELIB}/pyarrow/tests/test_exec_plan.py
 ${PYSITELIB}/pyarrow/tests/test_exec_plan.pyc
-${PYSITELIB}/pyarrow/tests/test_exec_plan.pyo
 ${PYSITELIB}/pyarrow/tests/test_extension_type.py
 ${PYSITELIB}/pyarrow/tests/test_extension_type.pyc
-${PYSITELIB}/pyarrow/tests/test_extension_type.pyo
 ${PYSITELIB}/pyarrow/tests/test_feather.py
 ${PYSITELIB}/pyarrow/tests/test_feather.pyc
-${PYSITELIB}/pyarrow/tests/test_feather.pyo
 ${PYSITELIB}/pyarrow/tests/test_filesystem.py
 ${PYSITELIB}/pyarrow/tests/test_filesystem.pyc
-${PYSITELIB}/pyarrow/tests/test_filesystem.pyo
 ${PYSITELIB}/pyarrow/tests/test_flight.py
 ${PYSITELIB}/pyarrow/tests/test_flight.pyc
-${PYSITELIB}/pyarrow/tests/test_flight.pyo
 ${PYSITELIB}/pyarrow/tests/test_fs.py
 ${PYSITELIB}/pyarrow/tests/test_fs.pyc
-${PYSITELIB}/pyarrow/tests/test_fs.pyo
 ${PYSITELIB}/pyarrow/tests/test_gandiva.py
 ${PYSITELIB}/pyarrow/tests/test_gandiva.pyc
-${PYSITELIB}/pyarrow/tests/test_gandiva.pyo
 ${PYSITELIB}/pyarrow/tests/test_gdb.py
 ${PYSITELIB}/pyarrow/tests/test_gdb.pyc
-${PYSITELIB}/pyarrow/tests/test_gdb.pyo
 ${PYSITELIB}/pyarrow/tests/test_hdfs.py
 ${PYSITELIB}/pyarrow/tests/test_hdfs.pyc
-${PYSITELIB}/pyarrow/tests/test_hdfs.pyo
 ${PYSITELIB}/pyarrow/tests/test_io.py
 ${PYSITELIB}/pyarrow/tests/test_io.pyc
-${PYSITELIB}/pyarrow/tests/test_io.pyo
 ${PYSITELIB}/pyarrow/tests/test_ipc.py
 ${PYSITELIB}/pyarrow/tests/test_ipc.pyc
-${PYSITELIB}/pyarrow/tests/test_ipc.pyo
 ${PYSITELIB}/pyarrow/tests/test_json.py
 ${PYSITELIB}/pyarrow/tests/test_json.pyc
-${PYSITELIB}/pyarrow/tests/test_json.pyo
 ${PYSITELIB}/pyarrow/tests/test_jvm.py
 ${PYSITELIB}/pyarrow/tests/test_jvm.pyc
-${PYSITELIB}/pyarrow/tests/test_jvm.pyo
 ${PYSITELIB}/pyarrow/tests/test_memory.py
 ${PYSITELIB}/pyarrow/tests/test_memory.pyc
-${PYSITELIB}/pyarrow/tests/test_memory.pyo
 ${PYSITELIB}/pyarrow/tests/test_misc.py
 ${PYSITELIB}/pyarrow/tests/test_misc.pyc
-${PYSITELIB}/pyarrow/tests/test_misc.pyo
 ${PYSITELIB}/pyarrow/tests/test_orc.py
 ${PYSITELIB}/pyarrow/tests/test_orc.pyc
-${PYSITELIB}/pyarrow/tests/test_orc.pyo
 ${PYSITELIB}/pyarrow/tests/test_pandas.py
 ${PYSITELIB}/pyarrow/tests/test_pandas.pyc
-${PYSITELIB}/pyarrow/tests/test_pandas.pyo
-${PYSITELIB}/pyarrow/tests/test_plasma.py
-${PYSITELIB}/pyarrow/tests/test_plasma.pyc
-${PYSITELIB}/pyarrow/tests/test_plasma.pyo
-${PYSITELIB}/pyarrow/tests/test_plasma_tf_op.py
-${PYSITELIB}/pyarrow/tests/test_plasma_tf_op.pyc
-${PYSITELIB}/pyarrow/tests/test_plasma_tf_op.pyo
 ${PYSITELIB}/pyarrow/tests/test_scalars.py
 ${PYSITELIB}/pyarrow/tests/test_scalars.pyc
-${PYSITELIB}/pyarrow/tests/test_scalars.pyo
 ${PYSITELIB}/pyarrow/tests/test_schema.py
 ${PYSITELIB}/pyarrow/tests/test_schema.pyc
-${PYSITELIB}/pyarrow/tests/test_schema.pyo
-${PYSITELIB}/pyarrow/tests/test_serialization.py
-${PYSITELIB}/pyarrow/tests/test_serialization.pyc
-${PYSITELIB}/pyarrow/tests/test_serialization.pyo
-${PYSITELIB}/pyarrow/tests/test_serialization_deprecated.py
-${PYSITELIB}/pyarrow/tests/test_serialization_deprecated.pyc
-${PYSITELIB}/pyarrow/tests/test_serialization_deprecated.pyo
 ${PYSITELIB}/pyarrow/tests/test_sparse_tensor.py
 ${PYSITELIB}/pyarrow/tests/test_sparse_tensor.pyc
-${PYSITELIB}/pyarrow/tests/test_sparse_tensor.pyo
 ${PYSITELIB}/pyarrow/tests/test_strategies.py
 ${PYSITELIB}/pyarrow/tests/test_strategies.pyc
-${PYSITELIB}/pyarrow/tests/test_strategies.pyo
 ${PYSITELIB}/pyarrow/tests/test_substrait.py
 ${PYSITELIB}/pyarrow/tests/test_substrait.pyc
-${PYSITELIB}/pyarrow/tests/test_substrait.pyo
 ${PYSITELIB}/pyarrow/tests/test_table.py
 ${PYSITELIB}/pyarrow/tests/test_table.pyc
-${PYSITELIB}/pyarrow/tests/test_table.pyo
 ${PYSITELIB}/pyarrow/tests/test_tensor.py
 ${PYSITELIB}/pyarrow/tests/test_tensor.pyc
-${PYSITELIB}/pyarrow/tests/test_tensor.pyo
 ${PYSITELIB}/pyarrow/tests/test_types.py
 ${PYSITELIB}/pyarrow/tests/test_types.pyc
-${PYSITELIB}/pyarrow/tests/test_types.pyo
 ${PYSITELIB}/pyarrow/tests/test_udf.py
 ${PYSITELIB}/pyarrow/tests/test_udf.pyc
-${PYSITELIB}/pyarrow/tests/test_udf.pyo
 ${PYSITELIB}/pyarrow/tests/test_util.py
 ${PYSITELIB}/pyarrow/tests/test_util.pyc
-${PYSITELIB}/pyarrow/tests/test_util.pyo
 ${PYSITELIB}/pyarrow/tests/util.py
 ${PYSITELIB}/pyarrow/tests/util.pyc
-${PYSITELIB}/pyarrow/tests/util.pyo
 ${PYSITELIB}/pyarrow/types.pxi
 ${PYSITELIB}/pyarrow/types.py
 ${PYSITELIB}/pyarrow/types.pyc
-${PYSITELIB}/pyarrow/types.pyo
 ${PYSITELIB}/pyarrow/util.py
 ${PYSITELIB}/pyarrow/util.pyc
-${PYSITELIB}/pyarrow/util.pyo
 ${PYSITELIB}/pyarrow/vendored/__init__.py
 ${PYSITELIB}/pyarrow/vendored/__init__.pyc
-${PYSITELIB}/pyarrow/vendored/__init__.pyo
 ${PYSITELIB}/pyarrow/vendored/docscrape.py
 ${PYSITELIB}/pyarrow/vendored/docscrape.pyc
-${PYSITELIB}/pyarrow/vendored/docscrape.pyo
 ${PYSITELIB}/pyarrow/vendored/version.py
 ${PYSITELIB}/pyarrow/vendored/version.pyc
-${PYSITELIB}/pyarrow/vendored/version.pyo
diff --git a/py-apache-arrow/distinfo b/py-apache-arrow/distinfo
index e49112c9eb..1debedaf25 100644
--- a/py-apache-arrow/distinfo
+++ b/py-apache-arrow/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (apache-arrow-12.0.0.tar.gz) = f62dfc339d31f4bc19a70fe09184d81cf27ec21c0e45c7412e37ab87aeec985c
+SHA512 (apache-arrow-12.0.0.tar.gz) = f815be4fb20b6001ba5525270765fe239b5468708a7be34b93b60ee0ce63464727d183c9756fbc33bffd199019e1f06a7fddd306ce8388435cea7771070a2ca9
+Size (apache-arrow-12.0.0.tar.gz) = 20159048 bytes


Home | Main Index | Thread Index | Old Index