unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51997] [PATCH] gnu: Add litecli.
@ 2021-11-20  9:26 Foo Chuan Wei
  2021-11-20 10:47 ` bug#51997: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-11-20  9:26 UTC (permalink / raw)
  To: 51997

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51997: [PATCH] gnu: Add litecli.
  2021-11-20  9:26 [bug#51997] [PATCH] gnu: Add litecli Foo Chuan Wei
@ 2021-11-20 10:47 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2021-11-20 10:47 UTC (permalink / raw)
  To: Foo Chuan Wei, 51997-done

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-20 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20  9:26 [bug#51997] [PATCH] gnu: Add litecli Foo Chuan Wei
2021-11-20 10:47 ` bug#51997: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).