unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 32565@debbugs.gnu.org
Subject: [bug#32565] [PATCH] Add python-falcon-cors.
Date: Wed, 29 Aug 2018 00:36:41 -0400	[thread overview]
Message-ID: <87r2ihaiw6.fsf_-_@gmail.com> (raw)
In-Reply-To: <handler.32565.B.153551583314214.ack@debbugs.gnu.org> (GNU bug Tracking System's message of "Wed, 29 Aug 2018 04:11:02 +0000")

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Hi again,

I'm adding this python-falcon-cors package here as well, since it
depends on the previous python-falcon patch.

Maxim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0003-gnu-Add-python-falcon-cors.patch --]
[-- Type: text/x-patch, Size: 1461 bytes --]

From a2021511ee502bf4a29df7eb0ac657bd339e6bdc Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Wed, 29 Aug 2018 00:33:17 -0400
Subject: [PATCH] gnu: Add python-falcon-cors.

* gnu/packages/web.scm (python-falcon-cors): New variable.
---
 gnu/packages/web.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2912c94f8..8e43aad83 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3834,6 +3834,29 @@ high-performance microservices, app backends, and higher-level frameworks.")
 (define-public python2-falcon
   (package-with-python2 python-falcon))
 
+(define-public python-falcon-cors
+  (package
+    (name "python-falcon-cors")
+    (version "1.1.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "falcon-cors" version))
+       (sha256
+        (base32
+         "12pym7hwsbd8b0c1azn95nas8gm3f1qpr6lpyx0958xm65ffr20p"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-falcon" ,python-falcon)))
+    (home-page
+     "https://github.com/lwcolton/falcon-cors")
+    (synopsis "Falcon CORS middlware")
+    (description "This middleware provides CORS support for Falcon.")
+    (license l:asl2.0)))
+
+(define-public python2-falcon-cors
+  (package-with-python2 python-falcon-cors))
+
 (define-public python-feedparser
   (package
     (name "python-feedparser")
-- 
2.18.0


  parent reply	other threads:[~2018-08-29  4:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-29  4:10 [bug#32565] [PATCH] Add python-falcon Maxim Cournoyer
     [not found] ` <handler.32565.B.153551583314214.ack@debbugs.gnu.org>
2018-08-29  4:36   ` Maxim Cournoyer [this message]
2018-08-30 13:29     ` [bug#32565] [PATCHv2] Add python-falcon and python-falcon-cors Maxim Cournoyer
2018-09-02 19:55     ` [bug#32565] [PATCHv3] Add python-falcon, python-falcon-cors Maxim Cournoyer
2018-09-16 20:31       ` Ludovic Courtès
2018-10-12 13:18         ` Ludovic Courtès
2018-10-15  2:58         ` bug#32565: " Maxim Cournoyer
2018-10-15  7:55           ` [bug#32565] " Ludovic Courtès

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=87r2ihaiw6.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=32565@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).