* [bug#66707] [PATCH] gnu: Add python-numpy-illustrated.
@ 2023-10-23 17:50 Andreas Enge
2023-10-23 17:58 ` bug#66707: Closing for now Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2023-10-23 17:50 UTC (permalink / raw)
To: 66707
Cc: Andreas Enge, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#66707: Closing for now
2023-10-23 17:50 [bug#66707] [PATCH] gnu: Add python-numpy-illustrated Andreas Enge
@ 2023-10-23 17:58 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2023-10-23 17:58 UTC (permalink / raw)
To: 66707-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-23 17:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23 17:50 [bug#66707] [PATCH] gnu: Add python-numpy-illustrated Andreas Enge
2023-10-23 17:58 ` bug#66707: Closing for now Andreas Enge
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).