guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove python2-pyarrow.


From: guix-commits
Subject: branch master updated: gnu: Remove python2-pyarrow.
Date: Wed, 30 Dec 2020 17:11:52 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ca065e6  gnu: Remove python2-pyarrow.
ca065e6 is described below

commit ca065e60269571e38aee1b3e9a7e3843991359bd
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Dec 30 17:10:49 2020 -0500

    gnu: Remove python2-pyarrow.
    
    This package was failing to build and had no users in the tree.
    
    * gnu/packages/databases.scm (python2-pyarrow): Remove variable.
---
 gnu/packages/databases.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6c1bb7b..6e03724 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3806,9 +3806,6 @@ implementation, along with tools for interoperability 
with pandas, NumPy, and
 other traditional Python scientific computing packages.")
     (license license:asl2.0)))
 
-(define-public python2-pyarrow
-  (package-with-python2 python-pyarrow))
-
 (define-public python-crate
   (package
     (name "python-crate")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]