emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41172: closed ([PATCH] gnu: Add python-vf-1)


From: GNU bug Tracking System
Subject: bug#41172: closed ([PATCH] gnu: Add python-vf-1)
Date: Sun, 10 May 2020 14:37:02 +0000

Your message dated Sun, 10 May 2020 16:36:02 +0200
with message-id <address@hidden>
and subject line Re: [bug#41172] [PATCH] gnu: Add python-vf-1
has caused the debbugs.gnu.org bug report #41172,
regarding [PATCH] gnu: Add python-vf-1
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41172: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41172
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-vf-1 Date: Sun, 10 May 2020 12:11:58 +0100
* gnu/packages/python-web.scm (python-vf-1): New variable
---
 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..85863c0e8f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2020 Evan Straw <address@hidden>
 ;;; Copyright © 2020 Alexandros Theodotou <address@hidden>
 ;;; Copyright © 2020 Holger Peters <address@hidden>
+;;; Copyright © 2020 Noisytoot <address@hidden>
 ;;;
 ;;; 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")
+    (description
+     "VF-1 is a command line gopher client with @acronym{TLS, Transport Layer 
Security} support.")
+    (license license:bsd-2)))
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41172] [PATCH] gnu: Add python-vf-1 Date: Sun, 10 May 2020 16:36:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hey Ron,

When sending new revisions, please use the address@hidden address
that has been attributed to your patch. Otherwise, a new ticket is
opened.

I merged both tickets and pushed!

Thanks for this first contribution :)

Mathieu


--- End Message ---

reply via email to

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