From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KNrWNbj6R2NcfwAAbAwnHQ (envelope-from ) for ; Thu, 13 Oct 2022 13:47:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id kN94Nbj6R2OQiAAAauVa8A (envelope-from ) for ; Thu, 13 Oct 2022 13:47:04 +0200 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 9AF701604D for ; Thu, 13 Oct 2022 13:47:04 +0200 (CEST) Received: from localhost ([::1]:45624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiwg3-0008Gt-OP for larch@yhetil.org; Thu, 13 Oct 2022 07:47:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiwaH-00062Q-B7 for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiwaG-0003cC-5k for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiwaG-0001q0-0Q for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58490] [PATCH 3/5] gnu: Add python-mdit-py-plugins. X-Debbugs-Cc: rekado@elephly.net Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Oct 2022 11:41:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58490 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: <58490@debbugs.gnu.org> Received: via spool by 58490-submit@debbugs.gnu.org id=B58490.16656612597015 (code B ref 58490); Thu, 13 Oct 2022 11:41:03 +0000 Received: (at 58490) by debbugs.gnu.org; 13 Oct 2022 11:40:59 +0000 Received: from localhost ([127.0.0.1]:59772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiwaB-0001oz-2p for submit@debbugs.gnu.org; Thu, 13 Oct 2022 07:40:59 -0400 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:57607) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiwa9-0001oR-E1 for 58490@debbugs.gnu.org; Thu, 13 Oct 2022 07:40:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1665661247; x=1667475648; bh=kgmOYxpH+PpAhHiF11Imy+xxGxAc2C958HAccb4d9Bg=; b=ZDLIWUsvam3P BZ2bdr0dFoxjrMxn+WEdvpRWXVd/L9yo011tP1TjLYVRDDO/gMwKdSEIMwo7KA0h L1J3vCMcutxbyfzrKkvVCanCEmsY1T7GF+NyLHjq5Nv8Sk3gC5q3UwipK7C1+dov wqNO7xZNFWJdzQO7bW+hd4sUpyQa3AA= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 9BCC8A033D for <58490@debbugs.gnu.org>; Thu, 13 Oct 2022 13:40:47 +0200 (CEST) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.12; Thu, 13 Oct 2022 13:40:24 +0200 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 13 Oct 2022 13:40:04 +0200 Message-ID: <20221013114006.9513-3-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20221013114006.9513-1-madalinionel.patrascu@mdc-berlin.de> References: <20221013114006.9513-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27198.007 X-TM-AS-Result: No-10--2.752400-5.000000 X-TMASE-MatchedRID: toN6SH028bX/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOU8ftiyKjZrdb+ 0+0PRhbyRRa406V/YwyBUGewL2YXtzM8tlf1qfC1wLYk+NSxc5r4qCLIu0mtIPPlAor2K6Gj4s8 u+Zeh+al9LQinZ4QefCP/VFuTOXUTae6hIZpj4Mv3FLeZXNZS4CiM3WUt6LtFyGYBLR7gYt+rNQ FveURYN4jiOJZKeTZLldY8e274PwE2M5UKhzoYX/pS0FBjMHTH1A6h1mWJN14cKF/jV/toerzhx OiAzu9dWSgmpbFZnEI1kD2KtSTmq2Pbt5Stv2K5/Ox0TU9Ci5I= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.752400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27198.007 X-TM-SNTS-SMTP: ACC655690012683CDA3E050499A36E9003823DD7431E13CD4929632B2932C92A2002:F 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665661624; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=tc9P+0g59ZCZlIRPvlbAkKGQF3R0UP2ZdtjV/3PNNFk=; b=CpCWVohYIYDQLKx1LY0m/IOUaQ2JZWFm05kTvO6bSZEcvBYws6JhAYY0ZBBaV9iyeWR+qI 8w/D7wu6viiMBWjwcVCL+BdtUnYejl5AfF3aEue3xyOV6UaxQKY4oyZT22Btygv7/+rNLz Wr641upX2Llc1HxV8biCD/fnXx/4NgK3MtNshowmjTIAKcP/E0sp5Wip4UllwtnrHFM8nf IbC8qHq0Xaw5fH3Il9W7Ko4cgMVU89R48Wlqq97tzcrsUVgG2mA4itdzcEn9ISx5e8VM6u FDB46Qz37+VN/8rnbqYA4/pX6z8PGi9QBk3+jlL4SmU5QkphnDYcc6t+955egw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665661624; a=rsa-sha256; cv=none; b=cD/dBw0FVWG3SCm4Van1HqGV7OfYpYDGkO/y+NRBXGEsNhEIpOvuQ2Jx5TguXhAU/RzpvK 8d4P2+BQhHh6FwYZ2esH13IhxBw8aSQVuZfEq5L4u5tBgRnnZyAhbBMhZFFS/DOaI8O6X+ OoihVpJWWmmK7Ywoe53Vj8DZpjIFYqqEHAp8RQe4qZCA3PckVM0hlq+prfQtgjdSGQP2oL eJ0ZnH3BU0Yy2ggEpoDamXHCEAZg0iUVSkMWX33l02N387z+8w7KoP9xdbeO4n8g8lrBpj hfuZ5ZscgmIMt73CQZwy9dAra/fd7zuTBveanJkfIxkTYazUm650okqy1JeAqw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=ZDLIWUsv; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.10 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=ZDLIWUsv; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9AF701604D X-Spam-Score: 8.10 X-Migadu-Spam: Yes X-Migadu-Scanner: scn0.migadu.com X-TUID: 7XSXHzx4Cviz * gnu/packages/python-xyz.scm (python-mdit-py-plugins): New variable. --- gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 33b6c62346..6c111bcb82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -625,6 +625,33 @@ (define-public python-lunr that best match text queries.") (license license:expat))) +(define-public python-mdit-py-plugins + (package + (name "python-mdit-py-plugins") + (version "0.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mdit-py-plugins" version)) + (sha256 + (base32 + "0l4pwsn2q30j160zjg79qa8v2brc4zl295rgrkpbfspcxr8lzhpc")))) + (build-system python-build-system) + (propagated-inputs (list python-markdown-it-py)) + (native-inputs + (list python-coverage + python-pytest + python-pytest-cov + python-pytest-regressions)) + (home-page "https://github.com/executablebooks/mdit-py-plugins") + (synopsis "Collection of plugins for markdown-it-py") + (description + "This package contains a collection of plugins for @code{markdown-it-py} +like: @code{amsmath}, @code{attrs}, @code{container}, @code{definition list}, +@code{dollarmath}, @code{field list}, @code{footnote}, @code{textmath}, +@code{wordcount}.") + (license license:expat))) + (define-public python-mdurl (package (name "python-mdurl") -- 2.37.3