Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyarrow


Commits:
a216262e by Antonio Rojas at 2023-08-28T20:38:28+02:00
upgpkg: 13.0.0-1: Update to 13.0, arrow 13 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 _pkg=arrow
 _pkgname=pyarrow
 pkgname=python-${_pkgname}
-pkgver=10.0.1
-pkgrel=2
+pkgver=13.0.0
+pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data — Python module."
 arch=(x86_64)
 url="https://arrow.apache.org";
@@ -15,24 +15,20 @@ depends=(arrow gcc-libs glibc python python-numpy 
python-setuptools-scm)
 optdepends=('python-cffi: interact with C code'
             'python-pandas: Pandas integration'
             'python-fsspec: Filesystem Spec support')
-makedepends=(git cmake cython python-build python-installer python-wheel 
python-cffi python-pandas)
+makedepends=(git cmake cython0 python-build python-installer python-wheel 
python-cffi python-pandas)
 checkdepends=(python-brotli python-hypothesis python-pandas python-pytest 
python-pytest-lazy-fixture python-pytz)
 source=(
   
https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
   git+https://github.com/apache/arrow-testing.git
-  
$pkgname-10.0.1-test_generic_options.patch::https://github.com/apache/arrow/commit/bce43175aa8cfb4534d3efbcc092f697f25f0f5a.patch
 )
-sha512sums=('c6198e5c9b8fe5ccd89e445c9252da44d8d7c9e0c8eb5a802fa0cabf89482fddf775ed383bac1acc9331bc3195d21df7ea02c4a73aa6ee163c2959f34175d650'
+sha512sums=('3314d79ef20ac2cfc63f2c16fafb30c3f6187c10c6f5ea6ff036f6db766621d7c65401d85bf1e979bd0ecf831fbb0a785467642792d6bf77016f9807243c064e'
             'SKIP'
-            'SKIP'
-            
'e94510c97884b9334a6f1fb70ad5fb92920a3b0610b9d3c64770c41148059aaa3c8100ad385e4ebc610b256af5fb8d13f6a0efdf233cbb734f753f48ee7ba07a')
+            'SKIP')
 validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) <[email protected]>
               08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou 
<[email protected]>
 
 
 prepare() {
-  # fix issue with test_generic_options: 
https://github.com/apache/arrow/issues/34743
-  patch -Np1 -d apache-$_pkg-$pkgver -i 
../$pkgname-10.0.1-test_generic_options.patch
   cd apache-${_pkg}-${pkgver}/python
   for _file in pyproject.toml requirements-build.txt 
requirements-wheel-build.txt; do
     sed -e '/oldest-supported-numpy/d' -i "${_file}"
@@ -64,7 +60,7 @@ check() {
   ARROW_TEST_DATA="${srcdir}"/arrow-testing/data \
   ARROW_HOME=/usr \
   PARQUET_HOME=/usr \
-  pytest -vv --color=yes -k 'not test_cython_api and not test_visit_strings 
and not test_env_var and not test_get_include'
+  pytest -vv --color=yes -k 'not test_cython_api and not test_visit_strings 
and not test_env_var and not test_get_include and not test_pyarrow_include'
   mv _nopyarrow pyarrow
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/a216262eba0983b99c25196959803ee0ac1949a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/a216262eba0983b99c25196959803ee0ac1949a3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to