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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66707 in the body.
You can then email your comments to 66707 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#66707; Package guix-patches. (Mon, 23 Oct 2023 17:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Enge <andreas.enge <at> inria.fr>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Mon, 23 Oct 2023 17:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Andreas Enge <andreas.enge <at> inria.fr>:
You have taken responsibility. (Mon, 23 Oct 2023 18:00:02 GMT) Full text and rfc822 format available.

Notification sent to Andreas Enge <andreas.enge <at> inria.fr>:
bug acknowledged by developer. (Mon, 23 Oct 2023 18:00:03 GMT) Full text and rfc822 format available.

Message #10 received at 66707-done <at> debbugs.gnu.org (full text, mbox):

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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Nov 2023 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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