From unknown Mon Jun 23 07:47:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#66707 <66707@debbugs.gnu.org> To: bug#66707 <66707@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-numpy-illustrated. Reply-To: bug#66707 <66707@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:47:17 +0000 retitle 66707 [PATCH] gnu: Add python-numpy-illustrated. reassign 66707 guix-patches submitter 66707 Andreas Enge severity 66707 normal tag 66707 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 23 13:51:46 2023 Received: (at submit) by debbugs.gnu.org; 23 Oct 2023 17:51:46 +0000 Received: from localhost ([127.0.0.1]:51593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quz5d-0005FX-Ov for submit@debbugs.gnu.org; Mon, 23 Oct 2023 13:51:46 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quz5Z-0005FF-HC for submit@debbugs.gnu.org; Mon, 23 Oct 2023 13:51:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quz51-0004Ic-1V for guix-patches@gnu.org; Mon, 23 Oct 2023 13:51:07 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quz4w-0003gS-Oj for guix-patches@gnu.org; Mon, 23 Oct 2023 13:51:06 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B674EA8; Mon, 23 Oct 2023 19:50:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WqNE3vnCsEFP; Mon, 23 Oct 2023 19:50:57 +0200 (CEST) Received: from jurong.lan (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ED171333; Mon, 23 Oct 2023 19:50:56 +0200 (CEST) From: Andreas Enge To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-numpy-illustrated. Date: Mon, 23 Oct 2023 19:50:29 +0200 Message-ID: <05b01891e3840a0cce19704f6a5bed47dd980630.1698083429.git.andreas.enge@inria.fr> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , jgart Content-Transfer-Encoding: 8bit Received-SPF: softfail client-ip=185.233.100.1; envelope-from=andreas.enge@inria.fr; helo=hera.aquilenet.fr X-Spam_score_int: 9 X-Spam_score: 0.9 X-Spam_bar: / X-Spam_report: (0.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.665, TVD_SPACE_RATIO=0.001, TVD_SPACE_RATIO_MINFP=2.157 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/python-xyz.scm (python-numpy-illustrated): New variable. Change-Id: If4546822f2c36966698fb59499f5a20001a0a0e1 --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 TVD_SPACE_RATIO No description available. 1.6 TVD_SPACE_RATIO_MINFP Space ratio (vertical text obfuscation?) X-Debbugs-Envelope-To: submit Cc: Andreas Enge X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python-xyz.scm (python-numpy-illustrated): New variable. Change-Id: If4546822f2c36966698fb59499f5a20001a0a0e1 --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 65c23cb318..dd2d49f919 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7401,6 +7401,26 @@ (define-public python-numpy-documentation (description "This package provides the complete NumPy documentation in the Texinfo, HTML, and PDF formats."))) +(define-public python-numpy-illustrated + (package + (name "python-numpy-illustrated") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "numpy-illustrated" version)) + (sha256 + (base32 "0s7ki6lm9xwd4pj7rx6al230wbywqk11wjvgdk44lbdq2fz7kfxd")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-numpy)) + (home-page "https://github.com/axil/numpy-illustrated") + (synopsis "Helper functions from the NumPy Illustrated guide") + (description + "This package provides helper functions for the +@url{https://betterprogramming.pub/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d?sk=57b908a77aa44075a49293fa1631dd9b, +NumPy Illustrated} programming guide.") + (license license:expat))) + (define-public python-munch (package (name "python-munch") base-commit: b6619c5db410fb01e552c6168bd6bc7f41c6c993 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 23 13:59:15 2023 Received: (at 66707-done) by debbugs.gnu.org; 23 Oct 2023 17:59:15 +0000 Received: from localhost ([127.0.0.1]:51614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quzCt-0005Rw-Ac for submit@debbugs.gnu.org; Mon, 23 Oct 2023 13:59:15 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:15886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quzCr-0005Ri-9N for 66707-done@debbugs.gnu.org; Mon, 23 Oct 2023 13:59:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:subject:message-id:mime-version; bh=PIZYO+HVmrOQKn4uwS8DhdUJKlexWI2Bww3eOC3xCv0=; b=m3HicG5KiysPGHeZQXpdWR1IBg/u9kO+HEbnawDN7FBfAmLRrWp78pVF 8gKQeHcau2c3bsyjFPiQ5ZkBp/F9PG6jvRMXAWIKhWvFxmhqd9XVr3o+L NBy/uf0/UpXenjbgkqVcrabST2+p1ZHo1OI1SHPD+CMd/IwxyUeXbRwYb U=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=andreas.enge@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.03,246,1694728800"; d="scan'208";a="132771303" Received: from 176-179-191-150.abo.bbox.fr (HELO jurong) ([176.179.191.150]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2023 19:58:38 +0200 Date: Mon, 23 Oct 2023 19:58:36 +0200 From: Andreas Enge To: 66707-done@debbugs.gnu.org Subject: Closing for now Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66707-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This is supposed to be the outcome of a tutorial on Guix packaging I plan to give next month, and which I am testing. So please just disregard it for now, I will file it again live. Andreas From unknown Mon Jun 23 07:47:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Nov 2023 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator