unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41153] [PATCH] Added python-vf-1
@ 2020-05-09 15:52 Ron Nazarov
  2020-05-10  7:32 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Ron Nazarov @ 2020-05-09 15:52 UTC (permalink / raw)
  To: 41153; +Cc: Ron Nazarov

---
 gnu/packages/python-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 56887ef9d4..f1502661d0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2020 Evan Straw <evan.straw99@gmail.com>
 ;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org>
 ;;; Copyright © 2020 Holger Peters <holger.peters@posteo.de>
+;;; Copyright © 2020 Noisytoot <noisytoot@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3702,3 +3703,22 @@ association.")
 for starting a web server in a directory.  It can trigger arbitrary commands
 and serve updated contents upon changes to the directory.")
     (license license:bsd-3)))
+
+(define-public python-vf-1
+  (package
+    (name "python-vf-1")
+    (version "0.0.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "VF-1" version))
+       (sha256
+        (base32
+         "0xlqsaxsiayk1sd07kpz8abbcnab582y29a1y4882fq6j4gma5xi"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/solderpunk/VF-1")
+    (synopsis
+     "Command line gopher client. High speed, low drag")
+    (description
+     "Command line gopher client.  High speed, low drag.")
+    (license license:bsd-2)))
-- 
2.26.2





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

end of thread, other threads:[~2020-05-10 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 15:52 [bug#41153] [PATCH] Added python-vf-1 Ron Nazarov
2020-05-10  7:32 ` Mathieu Othacehe
2020-05-10 12:59   ` Ron Nazarov

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).