pkgsrc-WIP-changes archive

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

py-apache-arrow: Update to 14.0.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Nov 19 15:07:11 2023 -0800
Changeset:	a4065f16b59b06694443997967c2c52b21af9d5a

Modified Files:
	py-apache-arrow/Makefile
	py-apache-arrow/PLIST
Added Files:
	py-apache-arrow/patches/patch-python_setup.py
Removed Files:
	py-apache-arrow/distinfo

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

See apache-arrow entry for changes.

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

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

diffstat:
 py-apache-arrow/Makefile                      |   6 +-
 py-apache-arrow/PLIST                         | 121 ++++++++++++++++++++++++--
 py-apache-arrow/distinfo                      |   5 --
 py-apache-arrow/patches/patch-python_setup.py |  13 +++
 4 files changed, 134 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-apache-arrow/Makefile b/py-apache-arrow/Makefile
index 394c99a4cf..b852a142b1 100644
--- a/py-apache-arrow/Makefile
+++ b/py-apache-arrow/Makefile
@@ -3,7 +3,7 @@ DISTNAME=	apache-arrow-${APACHE_ARROW_VERSION}
 PKGNAME=	${PYPKGPREFIX}-apache-arrow-${APACHE_ARROW_VERSION}
 CATEGORIES=	devel
 MASTER_SITES=	https://dlcdn.apache.org/arrow/arrow-${APACHE_ARROW_VERSION}/
-
+DISTINFO_FILE=      ${.CURDIR}/../../wip/apache-arrow/distinfo
 
 MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://arrow.apache.org/
@@ -18,6 +18,9 @@ USE_LANGUAGES=	c c++
 TOOL_DEPENDS+=	cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+
+DEPENDS+=	apache-arrow>=${APACHE_ARROW_VERSION}:../../wip/apache-arrow
+
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.8:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-runner>=6.0.0:../../devel/py-test-runner
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-lazy-fixture>=0.6.3:../../devel/py-test-lazy-fixture
@@ -33,6 +36,7 @@ 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
 
diff --git a/py-apache-arrow/PLIST b/py-apache-arrow/PLIST
index 9a6bfaea39..e40845ad25 100644
--- a/py-apache-arrow/PLIST
+++ b/py-apache-arrow/PLIST
@@ -1,16 +1,14 @@
 @comment $NetBSD$
-${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
@@ -19,6 +17,7 @@ ${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 +27,10 @@ ${PYSITELIB}/pyarrow/_dataset.pxd
 ${PYSITELIB}/pyarrow/_dataset.pyx
 ${PYSITELIB}/pyarrow/_dataset.so
 ${PYSITELIB}/pyarrow/_dataset_orc.pyx
+${PYSITELIB}/pyarrow/_dataset_parquet.pxd
 ${PYSITELIB}/pyarrow/_dataset_parquet.pyx
 ${PYSITELIB}/pyarrow/_dataset_parquet.so
+${PYSITELIB}/pyarrow/_dataset_parquet_encryption.pyx
 ${PYSITELIB}/pyarrow/_feather.pyx
 ${PYSITELIB}/pyarrow/_feather.so
 ${PYSITELIB}/pyarrow/_flight.pyx
@@ -39,6 +40,7 @@ ${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
@@ -59,37 +61,50 @@ ${PYSITELIB}/pyarrow/_s3fs.pyx
 ${PYSITELIB}/pyarrow/_substrait.pyx
 ${PYSITELIB}/pyarrow/acero.py
 ${PYSITELIB}/pyarrow/acero.pyc
+${PYSITELIB}/pyarrow/acero.pyo
 ${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/api.h
@@ -186,6 +201,7 @@ ${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/parquet_encryption_config.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/partition.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/pch.h
 ${PYSITELIB}/pyarrow/include/arrow/dataset/plan.h
@@ -198,6 +214,7 @@ ${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/azurefs.h
 ${PYSITELIB}/pyarrow/include/arrow/filesystem/filesystem.h
 ${PYSITELIB}/pyarrow/include/arrow/filesystem/gcsfs.h
 ${PYSITELIB}/pyarrow/include/arrow/filesystem/hdfs.h
@@ -252,6 +269,7 @@ ${PYSITELIB}/pyarrow/include/arrow/pch.h
 ${PYSITELIB}/pyarrow/include/arrow/pretty_print.h
 ${PYSITELIB}/pyarrow/include/arrow/python/api.h
 ${PYSITELIB}/pyarrow/include/arrow/python/arrow_to_pandas.h
+${PYSITELIB}/pyarrow/include/arrow/python/async.h
 ${PYSITELIB}/pyarrow/include/arrow/python/benchmark.h
 ${PYSITELIB}/pyarrow/include/arrow/python/common.h
 ${PYSITELIB}/pyarrow/include/arrow/python/csv.h
@@ -305,7 +323,6 @@ ${PYSITELIB}/pyarrow/include/arrow/testing/future_util.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/generator.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/gtest_compat.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/gtest_util.h
-${PYSITELIB}/pyarrow/include/arrow/testing/json_integration.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/matchers.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/pch.h
 ${PYSITELIB}/pyarrow/include/arrow/testing/random.h
@@ -347,7 +364,6 @@ ${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
@@ -394,6 +410,7 @@ ${PYSITELIB}/pyarrow/include/arrow/util/simd.h
 ${PYSITELIB}/pyarrow/include/arrow/util/small_vector.h
 ${PYSITELIB}/pyarrow/include/arrow/util/sort.h
 ${PYSITELIB}/pyarrow/include/arrow/util/spaced.h
+${PYSITELIB}/pyarrow/include/arrow/util/span.h
 ${PYSITELIB}/pyarrow/include/arrow/util/stopwatch.h
 ${PYSITELIB}/pyarrow/include/arrow/util/string.h
 ${PYSITELIB}/pyarrow/include/arrow/util/string_builder.h
@@ -462,24 +479,33 @@ ${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/libparquet_encryption.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
@@ -489,15 +515,20 @@ ${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/public-api.pxi
 ${PYSITELIB}/pyarrow/scalar.pxi
 ${PYSITELIB}/pyarrow/src/arrow/python/CMakeLists.txt
@@ -505,6 +536,7 @@ ${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/async.h
 ${PYSITELIB}/pyarrow/src/arrow/python/benchmark.cc
 ${PYSITELIB}/pyarrow/src/arrow/python/benchmark.h
 ${PYSITELIB}/pyarrow/src/arrow/python/common.cc
@@ -562,17 +594,22 @@ ${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/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
@@ -590,139 +627,213 @@ ${PYSITELIB}/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet
 ${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_acero.pyo
 ${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_dataset_encryption.py
+${PYSITELIB}/pyarrow/tests/test_dataset_encryption.pyc
+${PYSITELIB}/pyarrow/tests/test_dataset_encryption.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_flight_async.py
+${PYSITELIB}/pyarrow/tests/test_flight_async.pyc
+${PYSITELIB}/pyarrow/tests/test_flight_async.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_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_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
deleted file mode 100644
index 4f95c694d8..0000000000
--- a/py-apache-arrow/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (apache-arrow-13.0.0.tar.gz) = aa96f6ef2b0298fc299d5f37eab5ad4122843b5d036cca9762289f92fc885f25
-SHA512 (apache-arrow-13.0.0.tar.gz) = 3314d79ef20ac2cfc63f2c16fafb30c3f6187c10c6f5ea6ff036f6db766621d7c65401d85bf1e979bd0ecf831fbb0a785467642792d6bf77016f9807243c064e
-Size (apache-arrow-13.0.0.tar.gz) = 20542669 bytes
diff --git a/py-apache-arrow/patches/patch-python_setup.py b/py-apache-arrow/patches/patch-python_setup.py
new file mode 100644
index 0000000000..3894c0853e
--- /dev/null
+++ b/py-apache-arrow/patches/patch-python_setup.py
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- python/setup.py.orig	2023-11-19 21:12:52.091720220 +0000
++++ python/setup.py
+@@ -492,7 +492,7 @@ setup(
+                                  'pyarrow/_generated_version.py'),
+         'version_scheme': guess_next_dev_version
+     },
+-    setup_requires=['setuptools_scm < 8.0.0', 'cython >= 0.29.31'] + setup_requires,
++    setup_requires=['setuptools_scm < 9.0.0', 'cython >= 0.29.31'] + setup_requires,
+     install_requires=install_requires,
+     tests_require=['pytest', 'pandas', 'hypothesis'],
+     python_requires='>=3.8',


Home | Main Index | Thread Index | Old Index