GNU bug report logs - #51997
[PATCH] gnu: Add litecli.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Sat, 20 Nov 2021 09:41:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51997 in the body.
You can then email your comments to 51997 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51997; Package guix-patches. (Sat, 20 Nov 2021 09:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 Nov 2021 09:41:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add litecli.
Date: Sat, 20 Nov 2021 09:26:47 +0000
* gnu/packages/databases.scm (litecli): New variable.
---
 gnu/packages/databases.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index dfa833b62a..50e0cc530f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -617,6 +617,38 @@ replacement for the code@{python-memcached} library.")
 (define-public python2-pylibmc
   (package-with-python2 python-pylibmc))
 
+(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
+   `(("python-cli-helpers" ,python-cli-helpers)
+     ("python-click" ,python-click)
+     ("python-configobj" ,python-configobj)
+     ("python-prompt-toolkit" ,python-prompt-toolkit)
+     ("python-pygments" ,python-pygments)
+     ("python-sqlparse" ,python-sqlparse)))
+  (native-inputs
+   `(("python-mock" ,python-mock)
+     ("python-pytest" ,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")

base-commit: 5c0e4cb107515310b0a28c48520bb34ad80102ac
-- 
2.25.1





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sat, 20 Nov 2021 10:48:01 GMT) Full text and rfc822 format available.

Notification sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
bug acknowledged by developer. (Sat, 20 Nov 2021 10:48:01 GMT) Full text and rfc822 format available.

Message #10 received at 51997-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>, 51997-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add litecli.
Date: Sat, 20 Nov 2021 11:47:11 +0100
Am Samstag, den 20.11.2021, 09:26 +0000 schrieb Foo Chuan Wei:
> [...]
> +  ;; '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))
This failure did not occur in my build, so I pushed it without these
lines.  You might want to clean up your local checkout.

Thanks





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 18 Dec 2021 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.