all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas.enge@inria.fr>
To: 66707@debbugs.gnu.org
Cc: Andreas Enge <andreas.enge@inria.fr>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	jgart <jgart@dismail.de>
Subject: [bug#66707] [PATCH] gnu: Add python-numpy-illustrated.
Date: Mon, 23 Oct 2023 19:50:29 +0200	[thread overview]
Message-ID: <05b01891e3840a0cce19704f6a5bed47dd980630.1698083429.git.andreas.enge@inria.fr> (raw)

* 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	other threads:[~2023-10-23 17:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23 17:50 Andreas Enge [this message]
2023-10-23 17:58 ` bug#66707: Closing for now Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05b01891e3840a0cce19704f6a5bed47dd980630.1698083429.git.andreas.enge@inria.fr \
    --to=andreas.enge@inria.fr \
    --cc=66707@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.