unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: rdes via Guix-patches via <guix-patches@gnu.org>
To: 45449@debbugs.gnu.org
Subject: [bug#45449] [PATCH] Adds python-serial
Date: Sat, 26 Dec 2020 18:15:15 +0000	[thread overview]
Message-ID: <D9k4_yhftAnUjvFdpnx6gnsOEJ_4BkfPLA9Uj85O0Pk6RkJdNemV0xks0kFdtV0f-NhGHD3hlF9sJu1r56gtZP7H1M78phA1MU-fLZM7_vE=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 108 bytes --]

Hello,

The attached patch adds python-serial.

Sent with [ProtonMail](https://protonmail.com) Secure Email.

[-- Attachment #1.2: Type: text/html, Size: 397 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-serial-New-variable.patch --]
[-- Type: text/x-patch; name=0001-gnu-python-serial-New-variable.patch, Size: 1903 bytes --]

From 94c4d73deec179e05d2e8ad26a9ebfacabaf5e47 Mon Sep 17 00:00:00 2001
From: Ryan Desfosses <rdes@protonmail.com>
Date: Sat, 26 Dec 2020 12:48:25 -0500
Subject: [PATCH] gnu: python-serial: New variable.

* gnu/packages/python-xyz.scm (python-serial): New variable.
---
 gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index acde5a5e5e..0c42a46102 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -93,6 +93,7 @@
 ;;; Copyright © 2020 Diego N. Barbato <dnbarbato@posteo.de>
 ;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2019 Kristian Trandem <kristian@devup.no>
+;;; Copyright © 2020 Ryan Desfosses <rdes@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -23201,3 +23202,27 @@ backport of the @code{dataclasses} module for Python 3.6.")
     (description "@code{python-pywatchman} is a library to connect and
 query Watchman to discover file changes.")
     (license license:bsd-3)))
+
+(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
+    "A framework for serializing/deserializing JSON/YAML/XML into python class instances and vice versa")
+  (description
+    "A framework for serializing/deserializing JSON/YAML/XML into python class instances and vice versa")
+  (license license:expat)))
-- 
2.29.2


             reply	other threads:[~2020-12-26 18:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26 18:15 rdes via Guix-patches via [this message]
2021-01-06 10:00 ` [bug#45449] [PATCH] Adds python-serial Mathieu Othacehe
2021-11-03  8:45 ` [bug#45449] [PATCH v2] gnu: Add python-serial phodina via Guix-patches via
2023-01-16 18:08   ` [bug#45449] [PATCH] Adds python-serial Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='D9k4_yhftAnUjvFdpnx6gnsOEJ_4BkfPLA9Uj85O0Pk6RkJdNemV0xks0kFdtV0f-NhGHD3hlF9sJu1r56gtZP7H1M78phA1MU-fLZM7_vE=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=45449@debbugs.gnu.org \
    --cc=rdes@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).