From patchwork Mon Jun 7 11:20:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinicius Monego X-Patchwork-Id: 29997 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9AED127BC81; Mon, 7 Jun 2021 12:27:07 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 5A8F727BC78 for ; Mon, 7 Jun 2021 12:27:07 +0100 (BST) Received: from localhost ([::1]:60932 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lqDPO-0004M5-Bj for patchwork@mira.cbaines.net; Mon, 07 Jun 2021 07:27:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqDKV-0000ur-Oj for guix-patches@gnu.org; Mon, 07 Jun 2021 07:22:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43029) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lqDKV-0006Ux-HV for guix-patches@gnu.org; Mon, 07 Jun 2021 07:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lqDKV-0002KG-DP for guix-patches@gnu.org; Mon, 07 Jun 2021 07:22:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48842] [PATCH v2 5/7] gnu: Add python-markdown-it-py. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Jun 2021 11:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48842 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48842@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 48842-submit@debbugs.gnu.org id=B48842.16230648988864 (code B ref 48842); Mon, 07 Jun 2021 11:22:03 +0000 Received: (at 48842) by debbugs.gnu.org; 7 Jun 2021 11:21:38 +0000 Received: from localhost ([127.0.0.1]:54567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqDK5-0002In-Mw for submit@debbugs.gnu.org; Mon, 07 Jun 2021 07:21:37 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55551) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqDK0-0002HZ-3y for 48842@debbugs.gnu.org; Mon, 07 Jun 2021 07:21:32 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0EF832400E5 for <48842@debbugs.gnu.org>; Mon, 7 Jun 2021 13:21:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1623064886; bh=yuaK7hkp+vYeZYQLSj4GkxJZvrwlb7oYyug2kBRrTWs=; h=From:To:Cc:Subject:Date:From; b=RhRWB8TVpzJ9TwSrF1jl0+RltM8zeRmOy9Z8ieruYARjIrsRLDVep6pxXX7lpzZXT 422rYQRtsvbo7nhmkqPWrolrvgWD95b7KCumJSID+jUJdIArjhDWlHp7bhxM9Ggl5y vKTgwMiVACBGvQukdfVeSXMEcAksTwUnk9La1TrvUHqUB9UFVF/nWt8AhM/lruxuA7 EitUa02LW0vZVozI43VAxKFmyL3WBu8LczwsuLwnsQNcfR/icdTAcHxdQw0TNNlZV4 lCP0hAtnqJ5/HwZLnx5tLM/H0u6FaPQc0TvgbJuGWeve56ZhsxbGkBg6QWeZwHf0h5 r7+z4lUKa/k/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Fz9tD4G8zz9rxB; Mon, 7 Jun 2021 13:21:24 +0200 (CEST) From: Vinicius Monego Date: Mon, 7 Jun 2021 11:20:49 +0000 Message-Id: <20210607112051.214681-5-monego@posteo.net> In-Reply-To: <20210607112051.214681-1-monego@posteo.net> References: <20210607112051.214681-1-monego@posteo.net> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-markdown-it-py): New variable. --- Changed synopsis and description. gnu/packages/python-xyz.scm | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d910d370e9..170eb15759 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7134,6 +7134,56 @@ content is only for the @code{linkify-it-py} project needs.") links recognition library with full unicode support.") (license license:expat))) +(define-public python-markdown-it-py + (package + (name "python-markdown-it-py") + (version "1.1.0") + (source + (origin + ;; There are no tests in the PyPI tarball. + (method git-fetch) + (uri (git-reference + (url "https://github.com/executablebooks/markdown-it-py") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0h7rn3rcqfwmnqs97qczwkw9w5g4df8bgn6sw7k149svfqgrkf56")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "python" "-m" "pytest"))))))) + (propagated-inputs + `(("python-attrs" ,python-attrs) + ("python-typing-extensions" + ,python-typing-extensions))) + (native-inputs + `(("python-coverage" ,python-coverage) + ("python-linkify-it-py" ,python-linkify-it-py) + ("python-psutil" ,python-psutil) + ("python-pytest" ,python-pytest) + ("python-pytest-benchmark" + ,python-pytest-benchmark) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-regressions" + ,python-pytest-regressions))) + (home-page "https://github.com/executablebooks/markdown-it-py") + (synopsis "Markdown parser with CommonMark support") + (description "This is a Python port of @code{markdown-it} (a Markdown +parser in JavaScript), and some of its associated plugins. Features: + +@itemize +@item Follows the CommonMark spec for baseline parsing. +@item Configurable syntax: Add new rules and even replace existing ones. +@item Pluggable: Adds syntax extensions to extend the parser. +@item Safe by default. +@end itemize") + (license license:expat))) + (define-public python-honcho (package (name "python-honcho")