From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54692) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEJWZ-0006LU-Vq for guix-patches@gnu.org; Sat, 28 Sep 2019 16:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEJWY-0001zg-T7 for guix-patches@gnu.org; Sat, 28 Sep 2019 16:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iEJWY-0001zc-OE for guix-patches@gnu.org; Sat, 28 Sep 2019 16:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iEJWY-0001F1-Bo for guix-patches@gnu.org; Sat, 28 Sep 2019 16:41: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> Date: Sat, 28 Sep 2019 22:40:50 +0200 In-Reply-To: <3f1fdf71-c664-4fb1-8ba1-f82e2d5f39b7@www.fastmail.com> (Hamzeh Nasajpour's message of "Sat, 28 Sep 2019 01:46:24 +0330") Message-ID: <87h84wnoh9.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 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 (CORS= ),=20 > +making cross-origin AJAX possible.") Please fix the issue reported by =E2=80=98guix lint=E2=80=99 for the synops= is and make a full sentence for the description. See . Could you send an updated patch? Thanks, Ludo=E2=80=99.