guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: Add litecli."


From: guix-commits
Subject: branch master updated: Revert "gnu: Add litecli."
Date: Fri, 14 Jan 2022 04:24:18 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 360d4ebae1 Revert "gnu: Add litecli."
360d4ebae1 is described below

commit 360d4ebae1f8086515d1bd9e293ae1549b6b7266
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 14 10:23:50 2022 +0100

    Revert "gnu: Add litecli."
    
    This reverts commit 3f7517a80aac1e462565ced048b9ccd84aa880a9.
    
    The patch has already been applied.
---
 gnu/packages/databases.scm | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8c45fbbf22..4d7b090d03 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -707,37 +707,6 @@ auto-completion and syntax highlighting.")
 autocompletion and syntax highlighting.")
     (license license:bsd-3)))
 
-(define-public litecli
-  (package
-    (name "litecli")
-    (version "1.6.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "litecli" version))
-       (sha256
-        (base32 "1yb706mgzizzijm1k0fbny98jf58qh5q6f2870rbplxlfla4w9sd"))))
-    (build-system python-build-system)
-    ;; 'check' phase fails with: ice-9/boot-9.scm:1685:16: In procedure
-    ;; raise-exception: "In procedure struct-vtable: Wrong type argument in
-    ;; position 1 (expecting struct): #f"
-    (arguments `(#:tests? #f))
-    (propagated-inputs
-     (list python-cli-helpers
-           python-click
-           python-configobj
-           python-prompt-toolkit
-           python-pygments
-           python-sqlparse))
-    (native-inputs
-     (list python-mock python-pytest))
-    (home-page "https://litecli.com";)
-    (synopsis "CLI for SQLite databases")
-    (description
-     "@code{litecli} is a command-line client for SQLite databases that has
-auto-completion and syntax highlighting.")
-    (license license:bsd-3)))
-
 (define-public mycli
   (package
     (name "mycli")



reply via email to

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