unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: david larsson <david.larsson@selfhosted.xyz>
To: 47864@debbugs.gnu.org
Subject: [bug#47864] [PATCH 3/3] gnu: Add flask-combo-jsonapi.
Date: Sun, 18 Apr 2021 08:57:59 +0200	[thread overview]
Message-ID: <60d19e93acb5c06eaa07388270db598c@selfhosted.xyz> (raw)
In-Reply-To: <b8c9a462939dff3d8aee6602ca602af8@selfhosted.xyz>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0003-gnu-Add-flask-combo-jsonapi.patch --]
[-- Type: text/x-diff; name=0003-gnu-Add-flask-combo-jsonapi.patch, Size: 2556 bytes --]

From 7e1c3d4e0c52a73c2369406c9165d0fff176a831 Mon Sep 17 00:00:00 2001
From: methuselah-0 <david.larsson@selfhosted.xyz>
Date: Wed, 31 Mar 2021 17:35:36 +0200
Subject: [PATCH 3/3] gnu: Add flask-combo-jsonapi.

* gnu/packages/python-web.scm (python-flask-combo-jsonapi): New variable.
---
 gnu/packages/python-web.scm | 40 +++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c7dd18ad19..8154ae82f7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5894,3 +5895,42 @@ your code non-blocking and speedy.")
      "Socks is a library providing core proxy (SOCKS4, SOCKS5, HTTP tunneling)
  functionality.")
     (license license:asl2.0)))
+
+(define-public python-flask-combo-jsonapi
+  (package
+    (name "python-flask-combo-jsonapi")
+    (version "1.0.6")
+    (source
+     (origin
+        (method url-fetch)
+        (uri (string-append
+              "https://github.com/AdCombo/flask-combo-jsonapi/archive/"
+              version ".tar.gz"))
+        (sha256
+         (base32
+           "1ik5j4cc20q6ismpdzpb1a01wpdhm9vrnlmqzxxz2qqw6vazilna"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-flask" ,python-flask)
+       ("python-marshmallow" ,python-marshmallow-3.2)
+       ("python-marshmallow-jsonapi"
+        ,python-marshmallow-jsonapi-0.22)
+       ("python-apispec" ,python-apispec)
+       ("python-simplejson" ,python-simplejson)
+       ("python-six" ,python-six)
+       ("python-sqlalchemy" ,python-sqlalchemy)))
+    (native-inputs
+     `(("python-coverage" ,python-coverage)
+       ("python-coveralls" ,python-coveralls)
+       ("python-pytest-runner" ,python-pytest-runner)
+       ("python-pytest" ,python-pytest)))
+    (home-page
+     "https://github.com/AdCombo/flask-combo-jsonapi")
+    (synopsis
+     "Flask extension to create REST web api according to JSONAPI 1.0
+ specification")
+    (description
+     "Flask extension to create REST web api according to JSONAPI 1.0
+ specification with Flask, Marshmallow and data provider
+ of your choice (SQLAlchemy, MongoDB, ...)")
+    (license license:expat))) ; MIT license
-- 
2.30.2


  parent reply	other threads:[~2021-04-18  6:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18  6:44 [bug#47864] [PATCH 0/3] gnu: Add flask-combo-jsonapi david larsson
2021-04-18  6:48 ` [bug#47864] [PATCH 1/3] gnu: Add marshmallow-3.2 david larsson
2021-04-18  6:56 ` [bug#47864] [PATCH 2/3] gnu: Add marshmallow-jsonapi david larsson
2021-04-18  6:57 ` david larsson [this message]
2021-04-28  9:22 ` [bug#47864] [PATCH 0/3] gnu: Add flask-combo-jsonapi david larsson
2023-05-29 11:04   ` bug#47864: " Jelle Licht

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=60d19e93acb5c06eaa07388270db598c@selfhosted.xyz \
    --to=david.larsson@selfhosted.xyz \
    --cc=47864@debbugs.gnu.org \
    /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).