GNU bug report logs - #45449
[PATCH] Adds python-serial

Previous Next

Package: guix-patches;

Reported by: rdes <rdes <at> protonmail.com>

Date: Sat, 26 Dec 2020 18:16:02 UTC

Severity: normal

Tags: patch

Done: Bruno Victal <mirai <at> makinata.eu>

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 45449 in the body.
You can then email your comments to 45449 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#45449; Package guix-patches. (Sat, 26 Dec 2020 18:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to rdes <rdes <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 26 Dec 2020 18:16:02 GMT) Full text and rfc822 format available.

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

From: rdes <rdes <at> protonmail.com>
To: rdes via Guix-patches via <guix-patches <at> gnu.org>
Subject: [PATCH] Adds python-serial
Date: Sat, 26 Dec 2020 18:15:15 +0000
[Message part 1 (text/plain, inline)]
Hello,

The attached patch adds python-serial.

Sent with [ProtonMail](https://protonmail.com) Secure Email.
[Message part 2 (text/html, inline)]
[0001-gnu-python-serial-New-variable.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#45449; Package guix-patches. (Wed, 06 Jan 2021 10:01:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: rdes <rdes <at> protonmail.com>
Cc: 45449 <at> debbugs.gnu.org
Subject: Re: [bug#45449] [PATCH] Adds python-serial
Date: Wed, 06 Jan 2021 11:00:11 +0100
Hello Ryan,

> * gnu/packages/python-xyz.scm (python-serial): New variable.

Thanks for this patch. Running 'guix lint' reports several issues. The
indentation also has to be fixed.

You can read:
https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html
for further information on how to write the synopsis and description
fields.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#45449; Package guix-patches. (Wed, 03 Nov 2021 08:46:02 GMT) Full text and rfc822 format available.

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

From: phodina <phodina <at> protonmail.com>
To: "45449 <at> debbugs.gnu.org" <45449 <at> debbugs.gnu.org>
Subject: [PATCH v2] gnu: Add python-serial.
Date: Wed, 03 Nov 2021 08:45:29 +0000
Hi Mathieu,

here's the reworked patch.

Petr

--8<---------------cut here---------------start------------->8---

* gnu/packages/python-xyz.scm (python-serial): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 32d6b403d4..35c2bffd47 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -94,6 +94,7 @@
 ;;; Copyright © 2020, 2021 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2021 Morgan Smith <Morgan.J.Smith <at> outlook.com>
 ;;; Copyright © 2020 EuAndreh <eu <at> euandre.org>
+;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 Ellis Kenyő <me <at> elken.dev>
 ;;; Copyright © 2021 LibreMiami <packaging-guix <at> libremiami.org>
@@ -1645,6 +1646,31 @@ (define-public python-semantic-version
 (define-public python2-semantic-version
   (package-with-python2 python-semantic-version))

+(define-public python-serial
+  (package
+  (name "python-serial")
+  (version "0.0.97")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (pypi-uri "serial" version))
+      (sha256
+        (base32
+          "0j7qjif5d9mxbdwcyyhr7fpcvjq7x16ar9n3mk95xgyx4yhm08al"))))
+  (build-system python-build-system)
+  (propagated-inputs
+    `(("python-future" ,python-future)
+      ("python-iso8601" ,python-iso8601)
+      ("python-pyyaml" ,python-pyyaml)))
+  (home-page
+    "https://bitbucket.com/davebelais/serial.git")
+  (synopsis
+    "Framework for serializing/deserializing JSON/YAML/XML")
+  (description
+    "This package provides a framework for serializing/deserializing
+JSON/YAML/XML into python class instances and vice versa")
+  (license license:expat)))
+
 (define-public python-serpent
   (package
     (name "python-serpent")
--
2.33.1




Information forwarded to guix-patches <at> gnu.org:
bug#45449; Package guix-patches. (Mon, 16 Jan 2023 18:09:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: phodina <phodina <at> protonmail.com>
Cc: "45449-done <at> debbugs.gnu.org" <45449 <at> debbugs.gnu.org>
Subject: Re: bug#45449: [PATCH] Adds python-serial
Date: Mon, 16 Jan 2023 13:08:17 -0500
Hi,

phodina <phodina <at> protonmail.com> writes:

> Hi Mathieu,
>
> here's the reworked patch.
>
> Petr

The package upstream appears to have vanished, and the last pypi release
is from 2019.  Closing this as done.

-- 
Thanks,
Maxim




bug closed, send any further explanations to 45449 <at> debbugs.gnu.org and rdes <rdes <at> protonmail.com> Request was from Bruno Victal <mirai <at> makinata.eu> to control <at> debbugs.gnu.org. (Thu, 30 Mar 2023 23:01: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. (Fri, 28 Apr 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 364 days ago.

Previous Next


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