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 mHDpK+P5R2Mp4QAAbAwnHQ (envelope-from ) for ; Thu, 13 Oct 2022 13:43:31 +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 6AKKK+P5R2MS3AAAauVa8A (envelope-from ) for ; Thu, 13 Oct 2022 13:43:31 +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 4D20015CBF for ; Thu, 13 Oct 2022 13:43:31 +0200 (CEST) Received: from localhost ([::1]:44896 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiwcc-0006Rc-EU for larch@yhetil.org; Thu, 13 Oct 2022 07:43:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiwaE-00061l-PV for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60694) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiwaE-0003bO-HZ for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiwaE-0001pW-By for guix-patches@gnu.org; Thu, 13 Oct 2022 07:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58490] [PATCH 4/5] gnu: Add python-sphinx-gallery-0.7.0. 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:02 +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.16656612436946 (code B ref 58490); Thu, 13 Oct 2022 11:41:02 +0000 Received: (at 58490) by debbugs.gnu.org; 13 Oct 2022 11:40:43 +0000 Received: from localhost ([127.0.0.1]:59760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiwZv-0001ny-0H for submit@debbugs.gnu.org; Thu, 13 Oct 2022 07:40:43 -0400 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:52391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiwZr-0001nh-T3 for 58490@debbugs.gnu.org; Thu, 13 Oct 2022 07:40:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1665661229; x=1667475630; bh=G27YgnqhAFuc+e1jEg2ACtYX8rypRSxAibfd6SvmGjs=; b=AWgDx3QJvJDD lfwHHFqw4xzUfM71YiSiLBQWjatDPes+AvQ3nqEkiyH3Dn6dz6mulbngbJjfuzu6 xttQAEJjaYb36nmh2PW2pN0Hc5T0wkQGxfU9KJKm/RroTPwlpYA5sNQX6M2oD/Ez k/H4GBe721ATvh7sA3a6xULSobt4WI0= 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 02411A0319 for <58490@debbugs.gnu.org>; Thu, 13 Oct 2022 13:40:29 +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:05 +0200 Message-ID: <20221013114006.9513-4-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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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--4.281700-5.000000 X-TMASE-MatchedRID: RtHHqK+8YWP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOkNS9uwltRRI+x jE6zJKa1oK9M8rNZd7Q+T46mdEugcSq+GZ9ZHxIhuW77/y896sgQ5L9qu3flQ5cFdomgH0lngxs fzkNRlfJlVdRvgpNpe/oLR4+zsDTttrrTuahHzlFO7Sj4qg25PHzxhy8N1vXN3AoWdA7/18RPnX 7Z7vDaRe9txFio9iN5MWJUzab9sJd4spo/BX2lWgYGvmg8Af5o0KAkABRGGph0CfPGRz/A475iX +rqLWae/WY7WJgskOpPhxsEgoy4er7rweoAIK8o X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.281700-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27198.007 X-TM-SNTS-SMTP: 0DDB8ED39E6B31D273E62D849123600ABC53F273D2B35B022F05C01522B007492002: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=1665661411; 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=CEkje0cZDRL62ZAANBHTMeI+FHHVclZ28YjgIAAxj/I=; b=UYYAzwhM4A1DwvpV+5H+9m3FBNuYRcQGoZ/k9GQcQYdp9/fQpalHBpV5qgG7TyYN0PAclH ut6GDizDgd3OPWJO50vcvClrTUGAgKNgN7R/cKvGa3A9UG0PRC4XrlgwEiZwmCS9IqLbb9 YlQiCDmrDFiTRDjkeTkJVFJ4FfORm4nQQOcbMLLC4dFz5UI9o5eo3HwOcMLQcp+LxHfC9F OHNPmmK3O/MsKRyu7QqoGE2nmKejeDpWpispRQd0ZtpugxFAKMZZplHKgR2JekDR83lW7s aeJBmgV7J4m8Ehtg7MhOFFfVC4AWfKMAQIeJZvqxKMMtiM+yOL35VGGkq2YUVQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665661411; a=rsa-sha256; cv=none; b=nC0aGwqIMQrRaChhxm8pE4abwoCZYUBX7YLA7m1tEYO6Dx0c8U20ZaSQK0kzcWVbPwwhyc 8EzyVJZmx2JIXP3stuOpw0TsQiJF8htrEuZSQ5aE+3SZ6IYIOpWHzBLCxinCcbYTmwqsOw nwa/yFDqTZ1o67S//PuF1dZyV5GmLXR1wnMMq0ZqmJvpLvlojQdIMUnZ9V/wQng6epY+RD XgQ/KX8lqYA4CrAVMPLcQXOA4deQYsp4c0A8PR6M29VLC/bvGhCN0g58jPXt1qggUXckgo HYnsNaRC8gbCxfvOay8yJqSUI3IpsvWuNEuXo4i8khLxsyMMonO73IkZoLOeBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=AWgDx3QJ; 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: 7.60 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=AWgDx3QJ; 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: 4D20015CBF X-Spam-Score: 7.60 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2HzcVfGRig6n * gnu/packages/sphinx.scm (python-sphinx-gallery-0.7.0): New variable. --- gnu/packages/sphinx.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 2d53b7f3ac..fddeeb96c6 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -18,6 +18,7 @@ ;;; Copyright © 2021, 2022 Vinicius Monego ;;; Copyright © 2021 Hugo Lecomte ;;; Copyright © 2021, 2022 Maxim Cournoyer +;;; Copyright © 2022 Mădălin Ionel Patrașcu ;;; ;;; This file is part of GNU Guix. ;;; @@ -549,6 +550,23 @@ (define-public python-sphinx-gallery from any set of Python scripts and puts it into an examples gallery.") (license license:bsd-3))) +(define-public python-sphinx-gallery-0.7.0 + (package (inherit python-sphinx-gallery) + (version "0.7.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "sphinx-gallery" version)) + (sha256 + (base32 + "10255yyj7104ad6cibkmrwfpfgkl5675jfn3hd0sn63pjhndgsh5")))) + (build-system python-build-system) + (arguments `()) + (native-inputs + (list python-pytest + python-numpy)) + (propagated-inputs (list python-sphinx)))) + + (define-public python-sphinx-me (package (name "python-sphinx-me") -- 2.37.3