From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVhU8-0004lZ-Fw for guix-patches@gnu.org; Tue, 28 May 2019 15:10:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVhU4-0006z2-FU for guix-patches@gnu.org; Tue, 28 May 2019 15:10:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43600) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVhU4-0006yA-2x for guix-patches@gnu.org; Tue, 28 May 2019 15:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVhU3-0003Sy-R2 for guix-patches@gnu.org; Tue, 28 May 2019 15:10:03 -0400 Subject: [bug#35949] [PATCH 3/3] gnu: Add python-flask-cors. Resent-Message-ID: Date: Tue, 28 May 2019 21:09:44 +0200 From: Danny Milosavljevic Message-ID: <20190528210944.5ad9cd56@scratchpost.org> In-Reply-To: <20190528105743.3749-1-h.nasajpour@pantherx.org> References: <20190528105743.3749-1-h.nasajpour@pantherx.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/aThWKNhLUZaHXFLcyf2cZRM"; protocol="application/pgp-signature" 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: "h.nasajpour" Cc: 35949@debbugs.gnu.org --Sig_/aThWKNhLUZaHXFLcyf2cZRM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, On Tue, 28 May 2019 15:27:43 +0430 "h.nasajpour" wrote: > + (source (origin > + (method url-fetch) > + (uri (pypi-uri "Flask-Cors" version)) > + (sha256 (base32 "1v6gq4vjgyxi8q8lxawpdfhq01adb4bznnabp08ks5nzbwibz= 43y")))) Strange indentation.=20 > + (arguments > + `(#:tests? #f)) Please add a comment with the reason. =20 > + (propagated-inputs > + `(("python-six" ,python-six) > + ("python-flask" ,python-flask))) > + (home-page "https://github.com/corydolphin/flask-cors") > + (synopsis "A Flask extension adding a decorator for CORS support") > + (description > + "A Flask extension adding a decorator for CORS support") Please add text to the description that describes what CORS is. Also, the description should be full sentences. --Sig_/aThWKNhLUZaHXFLcyf2cZRM Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlzth3gACgkQ5xo1VCww uqWT+gf+L0dQ4unz4zw7Icz5eVdRAXyzjZCCykqaWNH8XvKhQGr34STM+fSSranZ g8b6TRiBq0+3fCQeVNoAcykMqBIarDHKABRS+AyQ6OTe2f4tTsNrtbY3AR/xxZvg fQda609kc/SGGVkMPv5hfpjjqdOzrykbu1aZZLJj0eEALRSRaT4VENWiUjEBx8kW RdPP6ZB9V4TnBoOI0RudoVHxXNNZQ4zTbI8gJijAfJAobpiKjQkZIaL5iFm8a67W +LVZZ4uujJwBmrIcx4Ft5v3lzn0XBYbdiXYDkiMf+hRggMeNlq4ocNA0SjPKl13a 0weAf08sq1JIc9S1kmMS5kcEovz3Sw== =qj+H -----END PGP SIGNATURE----- --Sig_/aThWKNhLUZaHXFLcyf2cZRM--