GNU bug report logs - #41153
[PATCH] Added python-vf-1

Previous Next

Package: guix-patches;

Reported by: Ron Nazarov <noisytoot <at> gmail.com>

Date: Sat, 9 May 2020 17:19:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <mathieu <at> meru.i-did-not-set--mail-host-address--so-tickle-me>

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 41153 in the body.
You can then email your comments to 41153 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#41153; Package guix-patches. (Sat, 09 May 2020 17:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ron Nazarov <noisytoot <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 09 May 2020 17:19:02 GMT) Full text and rfc822 format available.

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

From: Ron Nazarov <noisytoot <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Ron Nazarov <noisytoot <at> gmail.com>
Subject: [PATCH] Added python-vf-1
Date: Sat,  9 May 2020 16:52:21 +0100
---
 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 <at> gmail.com>
 ;;; Copyright © 2020 Alexandros Theodotou <alex <at> zrythm.org>
 ;;; Copyright © 2020 Holger Peters <holger.peters <at> posteo.de>
+;;; Copyright © 2020 Noisytoot <noisytoot <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#41153; Package guix-patches. (Sun, 10 May 2020 07:33:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Ron Nazarov <noisytoot <at> gmail.com>
Cc: 41153 <at> debbugs.gnu.org
Subject: Re: [bug#41153] [PATCH] Added python-vf-1
Date: Sun, 10 May 2020 09:32:11 +0200
Hello Ron,

Thanks for this patch. Please remember to add a ChangeLog compliant
commit message (see:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html).

> +    (synopsis
> +     "Command line gopher client. High speed, low drag")

"Command line gopher client" is enough :).

> +    (description
> +     "Command line gopher client.  High speed, low drag.")

You need to elaborate a bit on that.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#41153; Package guix-patches. (Sun, 10 May 2020 15:48:02 GMT) Full text and rfc822 format available.

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

From: Ron Nazarov <noisytoot <at> gmail.com>
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 41153 <at> debbugs.gnu.org
Subject: Re: [bug#41153] [PATCH] Added python-vf-1
Date: Sun, 10 May 2020 13:59:50 +0100
[Message part 1 (text/plain, inline)]
I have made the changes, have a look if it is OK: 
https://issues.guix.gnu.org/41172

On Sun, 2020-05-10 at 09:32 +0200, Mathieu Othacehe wrote:
> Hello Ron,
> 
> Thanks for this patch. Please remember to add a ChangeLog compliant
> commit message (see:
> https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html).
> 
> > +    (synopsis
> > +     "Command line gopher client. High speed, low drag")
> 
> "Command line gopher client" is enough :).
> 
> > +    (description
> > +     "Command line gopher client.  High speed, low drag.")
> 
> You need to elaborate a bit on that.
> 
> Thanks,
> 
> Mathieu
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 41153 <at> debbugs.gnu.org and Ron Nazarov <noisytoot <at> gmail.com> Request was from Mathieu Othacehe <mathieu <at> meru.i-did-not-set--mail-host-address--so-tickle-me> to control <at> debbugs.gnu.org. (Wed, 13 May 2020 12:08:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 11 Jun 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 70 days ago.

Previous Next


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