GNU bug report logs - #66707
[PATCH] gnu: Add python-numpy-illustrated.

Previous Next

Package: guix-patches;

Reported by: Andreas Enge <andreas.enge <at> inria.fr>

Date: Mon, 23 Oct 2023 17:52:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas.enge <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas.enge <at> inria.fr>
Subject: bug#66707: closed (Closing for now)
Date: Mon, 23 Oct 2023 18:00:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66707: [PATCH] gnu: Add python-numpy-illustrated.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66707 <at> debbugs.gnu.org.

-- 
66707: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66707
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas.enge <at> inria.fr>
To: 66707-done <at> debbugs.gnu.org
Subject: Closing for now
Date: Mon, 23 Oct 2023 19:58:36 +0200
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


[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas.enge <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Andreas Enge <andreas.enge <at> inria.fr>
Subject: [PATCH] gnu: Add python-numpy-illustrated.
Date: Mon, 23 Oct 2023 19:50:29 +0200
* 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




This bug report was last modified 1 year and 215 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.