GNU bug report logs - #47864
[PATCH 0/3] gnu: Add flask-combo-jsonapi

Previous Next

Package: guix-patches;

Reported by: david larsson <david.larsson <at> selfhosted.xyz>

Date: Sun, 18 Apr 2021 06:45:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

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 47864 in the body.
You can then email your comments to 47864 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#47864; Package guix-patches. (Sun, 18 Apr 2021 06:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to david larsson <david.larsson <at> selfhosted.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 18 Apr 2021 06:45:02 GMT) Full text and rfc822 format available.

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

From: david larsson <david.larsson <at> selfhosted.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/3] gnu: Add flask-combo-jsonapi
Date: Sun, 18 Apr 2021 08:44:25 +0200
Hi!
This patch series is to add python-flask-combo-jsonapi and necessary 
dependencies.

Best regards,
David




Information forwarded to guix-patches <at> gnu.org:
bug#47864; Package guix-patches. (Sun, 18 Apr 2021 06:49:02 GMT) Full text and rfc822 format available.

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

From: david larsson <david.larsson <at> selfhosted.xyz>
To: 47864 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: Add marshmallow-3.2.
Date: Sun, 18 Apr 2021 08:48:42 +0200
From 5eb6db940c379e44a95b5a64382cc867f7d3c197 Mon Sep 17 00:00:00 2001
From: methuselah-0 <david.larsson <at> selfhosted.xyz>
Date: Wed, 31 Mar 2021 17:30:20 +0200
Subject: [PATCH 1/3] gnu: Add marshmallow-3.2.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c90a89a411..872ba4b281 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -99,6 +99,7 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 Ellis Kenyő <me <at> elken.dev>
 ;;; Copyright © 2021 LibreMiami <packaging-guix <at> libremiami.org>
+;;; Copyright © 2021 David Larsson <david.larsson <at> selfhosted.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -17122,6 +17123,31 @@ Python datatypes.")
 complex datatypes to and from native Python datatypes.")
     (license license:expat)))

+(define-public python-marshmallow-3.2
+  (package
+    (name "python-marshmallow")
+    (version "3.2.1")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (pypi-uri "marshmallow" version))
+      (sha256
+       (base32
+        "1w18klwj0z9bqxj252qpj1hz8l46nl27sbc89rkajc7mln73wbws"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-dateutil" ,python-dateutil)
+       ("python-simplejson" ,python-simplejson)))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)
+       ("python-pytz" ,python-pytz)))
+    (home-page "https://github.com/marshmallow-code/marshmallow")
+    (synopsis "Convert complex datatypes to and from native
+Python datatypes")
+    (description "@code{marshmallow} provides a library for converting
+complex datatypes to and from native Python datatypes.")
+    (license license:expat))) ; MIT license
+
 (define-public python-apispec
   (package
     (name "python-apispec")
-- 
2.30.2




Information forwarded to guix-patches <at> gnu.org:
bug#47864; Package guix-patches. (Sun, 18 Apr 2021 06:57:01 GMT) Full text and rfc822 format available.

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

From: david larsson <david.larsson <at> selfhosted.xyz>
To: 47864 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: Add marshmallow-jsonapi.
Date: Sun, 18 Apr 2021 08:56:41 +0200
[Message part 1 (text/plain, inline)]
This patch adds marshmallow-jsonapi locked at version 0.22 since 
flask-combo-jsonapi needs it locked to this version.
[0002-gnu-Add-marshmallow-jsonapi.patch (text/x-diff, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#47864; Package guix-patches. (Sun, 18 Apr 2021 06:59:01 GMT) Full text and rfc822 format available.

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

From: david larsson <david.larsson <at> selfhosted.xyz>
To: 47864 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: Add flask-combo-jsonapi.
Date: Sun, 18 Apr 2021 08:57:59 +0200
[0003-gnu-Add-flask-combo-jsonapi.patch (text/x-diff, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#47864; Package guix-patches. (Wed, 28 Apr 2021 09:23:02 GMT) Full text and rfc822 format available.

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

From: david larsson <david.larsson <at> selfhosted.xyz>
To: 47864 <at> debbugs.gnu.org
Cc: Guix-patches <guix-patches-bounces+david.larsson=selfhosted.xyz <at> gnu.org>
Subject: Re: [bug#47864] [PATCH 0/3] gnu: Add flask-combo-jsonapi
Date: Wed, 28 Apr 2021 11:22:19 +0200
On 2021-04-18 08:44, david larsson wrote:
> Hi!
> This patch series is to add python-flask-combo-jsonapi and necessary
> dependencies.
> 
> Best regards,
> David

Is anyone willing to review and commit this?

Best regards,
David




Reply sent to Jelle Licht <jlicht <at> fsfe.org>:
You have taken responsibility. (Mon, 29 May 2023 11:05:01 GMT) Full text and rfc822 format available.

Notification sent to david larsson <david.larsson <at> selfhosted.xyz>:
bug acknowledged by developer. (Mon, 29 May 2023 11:05:02 GMT) Full text and rfc822 format available.

Message #22 received at 47864-done <at> debbugs.gnu.org (full text, mbox):

From: Jelle Licht <jlicht <at> fsfe.org>
To: david larsson <david.larsson <at> selfhosted.xyz>
Cc: 47864-done <at> debbugs.gnu.org
Subject: Re: bug#47864: [PATCH 0/3] gnu: Add flask-combo-jsonapi
Date: Mon, 29 May 2023 13:04:03 +0200
david larsson <david.larsson <at> selfhosted.xyz> writes:

> On 2021-04-18 08:44, david larsson wrote:
>> Hi!
>> This patch series is to add python-flask-combo-jsonapi and necessary
>> dependencies.
>> Best regards,
>> David
>
> Is anyone willing to review and commit this?

Superseded by the patch series that added python-flask-combo-jsonapi[0],
which has been merged into master. Closing.

[0]: https://issues.guix.gnu.org/51432




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

This bug report was last modified 304 days ago.

Previous Next


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