From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CHZTBiVNwl+7SQAA0tVLHw (envelope-from ) for ; Sat, 28 Nov 2020 13:14:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id cK8uAiVNwl+ILwAA1q6Kng (envelope-from ) for ; Sat, 28 Nov 2020 13:14:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CCA6B940430 for ; Sat, 28 Nov 2020 13:14:12 +0000 (UTC) Received: from localhost ([::1]:39264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kj03H-0000NE-MW for larch@yhetil.org; Sat, 28 Nov 2020 08:14:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kj03A-0000N2-E4 for guix-patches@gnu.org; Sat, 28 Nov 2020 08:14:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35573) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kj037-0005zf-Ro for guix-patches@gnu.org; Sat, 28 Nov 2020 08:14:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kj037-0006qx-Lh for guix-patches@gnu.org; Sat, 28 Nov 2020 08:14:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#40270] [PATCH 1/2] gnu: Add python-flask-markdown. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 28 Nov 2020 13:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40270 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: pinoaffe@airmail.cc Cc: 40270@debbugs.gnu.org Received: via spool by 40270-submit@debbugs.gnu.org id=B40270.160656922726303 (code B ref 40270); Sat, 28 Nov 2020 13:14:01 +0000 Received: (at 40270) by debbugs.gnu.org; 28 Nov 2020 13:13:47 +0000 Received: from localhost ([127.0.0.1]:47117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kj02t-0006qB-AQ for submit@debbugs.gnu.org; Sat, 28 Nov 2020 08:13:47 -0500 Received: from mira.cbaines.net ([212.71.252.8]:48838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kj02q-0006q2-Oc for 40270@debbugs.gnu.org; Sat, 28 Nov 2020 08:13:45 -0500 Received: from localhost (188.28.112.52.threembb.co.uk [188.28.112.52]) by mira.cbaines.net (Postfix) with ESMTPSA id C825B27BBF8; Sat, 28 Nov 2020 13:13:43 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id af18cf6f; Sat, 28 Nov 2020 13:13:41 +0000 (UTC) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: Date: Sat, 28 Nov 2020 13:13:41 +0000 Message-ID: <87pn3xtyii.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.37 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-TUID: An5tgT6GPEpY --=-=-= Content-Type: text/plain pinoaffe@airmail.cc writes: > * gnu/packages/python-web.scm (python-flask-markdown): New variable. > --- > gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm > index b02ffd5f58..baf24d3849 100644 > --- a/gnu/packages/python-web.scm > +++ b/gnu/packages/python-web.scm > @@ -470,6 +470,34 @@ both of which are installed automatically if you > install this library.") > (define-public python2-flask-babel > (package-with-python2 python-flask-babel)) > > +(define-public python-flask-markdown > + (package > + (name "python-flask-markdown") > + (version "0.3") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "Flask-Markdown" version)) > + (sha256 > + (base32 > + "0l32ikv4f7va926jlq4f7gx0xid247bhlxl6bd9av5dk8ljz1hyq")))) > + (build-system python-build-system) > + (arguments > + `(#:tests? #f)) ;tests seem to be incompatible with latest python > + (propagated-inputs > + `(("python-markdown" ,python-markdown) > + ("python-flask" ,python-flask))) > + (native-inputs > + `(("python-nose" ,python-nose))) > + (home-page > + "http://github.com/dcolish/flask-markdown") I'm guessing the linter might have spotted this, but I've changed it to https:// as that's a better default. > + (synopsis > + "Small extension to make using Markdown in Flask easy") > + (description > + "Small extension to make using Markdown in Flask easy. Supports > +several extensions for Markdown and integrates into Jinja2 by > default.") The description is just repeating the synopsis at the start, I rewrote this to: Flask-Markdown supports several extensions for Markdown and integrates into Jinja2 by default. > + (license license:bsd-3))) > + > (define-public python-html5lib > (package > (name "python-html5lib") --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl/CTQVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdfAw//eIc+02wG05MHNBNW+Z734I3dd3YDlrIO FU8YK5TpXjN+PLlkvW/5StGo96u9ZaM+o7enIn47j9K0OUf8f8PHpw0bBNAZWVRL ih3tU5DNSzB5/KFJeNw1flFtNs1bEjrSmdpdhMTGkFNAXXJrq3oI3q+pZ9RoVmZO 6IPGhSEjjCmsEjsONq6YmBwsoDwBS7SJKl5uEwELoEZIQ6LNYtxQ1BmLt8OdHWTf Diw/sZTdLgEO+LVJln2Kkl0/WRADg5rRqD6wD0de2khixxLxDQivyS/o54mwk8cw KD5zaw1eLfMsxNMphFtU9rK4hPFm05BAYvG4EbU9l8d+dG4KKrGNI3gfrxFn+NoV U8PVl47kMb/pcD3HMzS3mHLfaAgvvVyz+/xTClHRHD9/fbo0aathzGNzGJin6Odj sIITrfSGV0K0hs3/A7dkQw2pT5UcigGIzGD8liQRKgKgGmGAZHAjSWHnueTYooH8 2eTsbwOXI8kx/xQ9JZSnX0hHDprPk0aPN6nnD14woE79NQ6D47He1HTk8FY6u3eS g8iT9D13lOmNZtPxRiatgmjBefsLXFxyrswLkK9BQwNpLsc+lPHpcE5Ndedtzwu9 JW1whuCeYnevgsRuNCq+jdPxtLqxlqZoYsO/oTC9Z6rqaWUpHZ1K7kcJ9/4jsCxj /uiNCi1F9oY= =jyTP -----END PGP SIGNATURE----- --=-=-=--