From d942cf18c28c2edfa1ee2e8ea6f41d0f7eaca4c3 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 28 Aug 2024 20:55:17 +0100 Subject: gnu: python-pyarrow: Refresh package style. * gnu/packages/databases.scm: Apply new package style. Change-Id: I2f26ee6569f9d8a5730757ca7a9e3d612ac20f38 --- gnu/packages/databases.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 68e1c2450e..9d1b9643c4 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -5033,18 +5033,19 @@ algorithm implementations.") (name "python-pyarrow") (build-system python-build-system) (arguments - '(#:tests? #f ; XXX There are no tests in the "python" directory - #:phases - (modify-phases %standard-phases - (delete 'build) ; XXX the build is performed again during the install phase - (add-after 'unpack 'enter-source-directory - (lambda _ (chdir "python"))) - (add-before 'install 'set-pyarrow-build-options - (lambda _ - (setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0") - (setenv "PYARROW_WITH_ORC" "1") - (setenv "PYARROW_WITH_PARQUET" "1") - (setenv "PYARROW_WITH_DATASET" "1")))))) + (list + #:tests? #f ; XXX There are no tests in the "python" directory + #:phases + #~(modify-phases %standard-phases + (delete 'build) ; XXX the build is performed again during the install phase + (add-after 'unpack 'enter-source-directory + (lambda _ (chdir "python"))) + (add-before 'install 'set-pyarrow-build-options + (lambda _ + (setenv "PYARROW_BUNDLE_ARROW_CPP_HEADERS" "0") + (setenv "PYARROW_WITH_ORC" "1") + (setenv "PYARROW_WITH_PARQUET" "1") + (setenv "PYARROW_WITH_DATASET" "1")))))) (propagated-inputs (list (list apache-arrow "lib") (list apache-arrow "include") -- cgit v1.2.3