From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAxLP-0005J0-C9 for guix-patches@gnu.org; Fri, 12 Oct 2018 09:19:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAxLK-0007HQ-KJ for guix-patches@gnu.org; Fri, 12 Oct 2018 09:19:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41775) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAxLK-0007Gm-GB for guix-patches@gnu.org; Fri, 12 Oct 2018 09:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAxLK-0002Q7-Bc for guix-patches@gnu.org; Fri, 12 Oct 2018 09:19:02 -0400 Subject: [bug#32565] [PATCHv3] Add python-falcon, python-falcon-cors. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87va7tak4m.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> <87r2ihaiw6.fsf_-_@gmail.com> <87efebad2p.fsf_-_@gmail.com> <87d0tdfakk.fsf@gnu.org> Date: Fri, 12 Oct 2018 15:18:18 +0200 In-Reply-To: <87d0tdfakk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 16 Sep 2018 22:31:55 +0200") Message-ID: <87d0sfi9r9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Maxim Cournoyer Cc: 32565@debbugs.gnu.org Ping! :-) ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hi Maxim, > > Maxim Cournoyer skribis: > >>>>>From c3a1955a2198310b3c096e539eaaaf57a79aa970 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Wed, 29 Aug 2018 00:06:28 -0400 >> Subject: [PATCH 1/2] gnu: Add python-falcon. >> >> * gnu/packages/python-web.scm (python-falcon): New variable. > > [...] > >> + (home-page "https://falconframework.org") >> + (synopsis >> + "Unladen web framework for building APIs and app backends") >> + (description >> + "Falcon is a bare-metal Python web API framework for building >> +high-performance microservices, app backends, and higher-level framewor= ks.") > > If you could make it a bit less catchy and more concrete (giving example > of actual features), that would be great. :-) > >>>>>From 3ecfbe57465aed1062c56ae2b42165a5a07605b5 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Wed, 29 Aug 2018 00:33:17 -0400 >> Subject: [PATCH 2/2] gnu: Add python-falcon-cors. >> >> * gnu/packages/python-web.scm (python-falcon-cors): New variable. > > [...] > >> + (home-page >> + "https://github.com/lwcolton/falcon-cors") >> + (synopsis "Falcon CORS middlware") > ^^ > Typo. > > What about =E2=80=9CFalcon @dfn{cross-origin resource sharing} (CORS) lib= rary=E2=80=9D? > >> + (description "This middleware provides CORS support for Falcon.") > > Ditto here, and bonus points if you add a couple of sentences to explain > what it does concretely. :-) > > Last point: unless you need them, you can remove the =E2=80=9Cpython2-=E2= =80=9D variants > since Python 2.x is reaching end-of-life. > > OK to push with changes along these lines. > > Thank you! > > Ludo=E2=80=99.