From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56993) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iH5nX-0006L9-IT for guix-patches@gnu.org; Sun, 06 Oct 2019 08:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iH5nW-0005t2-FY for guix-patches@gnu.org; Sun, 06 Oct 2019 08:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iH5nW-0005sy-Cj for guix-patches@gnu.org; Sun, 06 Oct 2019 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iH5nW-0002N0-84 for guix-patches@gnu.org; Sun, 06 Oct 2019 08:38:02 -0400 Subject: [bug#37535] [PATCH] gnu: Add python-flask-cors. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3f1fdf71-c664-4fb1-8ba1-f82e2d5f39b7@www.fastmail.com> <87h84wnoh9.fsf@gnu.org> Date: Sun, 06 Oct 2019 14:36:53 +0200 In-Reply-To: <87h84wnoh9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 28 Sep 2019 22:40:50 +0200") Message-ID: <87k19idp96.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: Hamzeh Nasajpour Cc: 37535@debbugs.gnu.org Ping! :-) Ludovic Court=C3=A8s skribis: > Hi Hamzeh, > > "Hamzeh Nasajpour" skribis: > >> * gnu/packages/python-web.scm (python-flask-cors): New variable. > > [...] > >> +(define-public python-flask-cors >> + (package >> + (name "python-flask-cors") >> + (version "3.0.7") > > The indentation is different from what we usually do. Could you run > ./etc/indent-code.el as noted at > ? > >> + (arguments >> + `(#:tests? #f)) > > Could you try to run the test suite or, as a last resort, add a comment > explaining why it is disabled? > >> + (home-page "https://github.com/corydolphin/flask-cors") >> + (synopsis "A Flask extension adding a decorator for CORS support") >> + (description >> + "A Flask extension for handling Cross Origin Resource Sharing (COR= S),=20 >> +making cross-origin AJAX possible.") > > Please fix the issue reported by =E2=80=98guix lint=E2=80=99 for the syno= psis and make a > full sentence for the description. See > . > > Could you send an updated patch? > > Thanks, > Ludo=E2=80=99.