guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove python-xlrd-1.


From: guix-commits
Subject: branch master updated: gnu: Remove python-xlrd-1.
Date: Mon, 02 May 2022 07:52:54 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4571b218b5 gnu: Remove python-xlrd-1.
4571b218b5 is described below

commit 4571b218b52c2f0386fda6c9b24d011e368c13f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 2 13:49:57 2022 +0200

    gnu: Remove python-xlrd-1.
    
    * gnu/packages/python-xyz.scm (python-xlrd-1): Remove variable.
---
 gnu/packages/python-xyz.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e5ec4c54f..074cbeb970 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11739,32 +11739,6 @@ Unicode-aware.  It is not intended as an end-user 
tool.")
 (define-public python2-xlrd
   (package-with-python2 python-xlrd))
 
-;; We need this for python-anndata
-(define-public python-xlrd-1
-  (package
-    (inherit python-xlrd)
-    (name "python-xlrd")
-    (version "1.2.0")
-    (source (origin
-              ;; The tests are not included in the PyPI archive.
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/python-excel/xlrd";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0sm5p0ii5ayh52ak1jpw0n1kgsv72vdwwp8c3z13l8yf4irsb587"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; Some tests depend on writing a temporary file to the user's home
-         ;; directory.
-         (add-after 'unpack 'fix-tests
-           (lambda _
-             (setenv "HOME" "/tmp"))))))))
-
 ;;; Note: this package is unmaintained since 2018 (archived on GitHub).
 (define-public python-xlwt
   (package



reply via email to

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