From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id qHkYJYFdRmU0pAAA9RJhRA:P1 (envelope-from ) for ; Sat, 04 Nov 2023 16:04:33 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id qHkYJYFdRmU0pAAA9RJhRA (envelope-from ) for ; Sat, 04 Nov 2023 16:04:33 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8598816E55 for ; Sat, 4 Nov 2023 16:04:32 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="MrhzpiS/"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699110272; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=oMl11DvRyj7WOSp58n4bmVHSrRwlF1l8Kv0aki2YbH4=; b=rS1TPkbiJdvUPiOiV9F6c+IzFORFFfTNTXoBR8v3N5nvKJrqvQAThr5m9+au+IFCDVDKA0 cXrNBWz6gx5OjiXce7iAOQEfUY7KWWV9sXgS6Iett2awGIIMaUoDiEtcy6vvSG0htL8crA 1KcGtELATpPmBgc7UtmqKH8IIHPFsonU91Puia59uSpZBQFZxL4/tC7s1CUDS5OTXjlKiH R80KejBhueIQZ8zT3CnqvEa7GoYS23ziC5vkWqJkazdIMwGl5Sm4i7BK3aoaxV76WGJwFs xabTvXYOZfqoiF4uElrvNwlLSsTtSz0IgS2f9A8zt2UP7V4sptQLRfq4hHu6cQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="MrhzpiS/"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699110272; a=rsa-sha256; cv=none; b=VXCDBsxwVOp/k5EXX45/uAceWdSxcMr7Ijsd7vaUQQqLC+cWcmV589OCxmnTuuNLLDGf7J 7d6Td/W1DEFtTiSiKlGA2PBTbfLeh6KZCPnTFB6mh2j90V2i7hxGBYGYKi2HXO1DSKzgt7 e94dt4GJBCgwSeiJX1bevD4zaI/mnUIDnEoNR81hFbSqps5zpaXKo4ya7uqETXr+eSwqgi 5DbA8Ovp4VjSbUgXy1IEz4efppzdFD9m3npqB8YmbZ7GIsGD0mtaJ8Zd1Asac+arQJSSMq YvPkYu3U2Q3C21M65bHRrBj+x1acC+jX4mj4Ny7b2wfamo9S8WU2+LjazyM2Ew== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qzICN-0008JX-1h; Sat, 04 Nov 2023 11:04:31 -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 1qzICI-0008Hz-PE for guix-patches@gnu.org; Sat, 04 Nov 2023 11:04:26 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qzICI-0006tz-H5 for guix-patches@gnu.org; Sat, 04 Nov 2023 11:04:26 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qzICs-0005Kb-Mb for guix-patches@gnu.org; Sat, 04 Nov 2023 11:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66929] [PATCH 03/10] gnu: Add python-npx. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Nov 2023 15:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66929 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66929@debbugs.gnu.org Cc: Felix Gruber Received: via spool by 66929-submit@debbugs.gnu.org id=B66929.169911024520318 (code B ref 66929); Sat, 04 Nov 2023 15:05:02 +0000 Received: (at 66929) by debbugs.gnu.org; 4 Nov 2023 15:04:05 +0000 Received: from localhost ([127.0.0.1]:35536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qzIBw-0005Hd-M6 for submit@debbugs.gnu.org; Sat, 04 Nov 2023 11:04:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]:46287) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qzIBv-0005Go-DI for 66929@debbugs.gnu.org; Sat, 04 Nov 2023 11:04:03 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8F5F1240101 for <66929@debbugs.gnu.org>; Sat, 4 Nov 2023 16:03:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1699110201; bh=utvt9HwDIYb0W60Tn17fvn3PLiJzZ5P1p8+OKkXcFuE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=MrhzpiS/fZvIMLlVrrk5SnfcScbsbYf0S/dZgZN4KVYztPxvIbn/p/6puoodwlwbX JPNz9cljmnC6sjiHkV59UBE8QFqGCQeMXTJG4WxQhaRqJdMn1cEwMftXMXhnBS73q9 Au+VUwzDM+IRw7yU17iMrVpFGVW7BZynEorORwt8+V8CGbeb7ipEXL2g90LQaiUXNi O9cI3eQy28z8QdTQs7lT2Nsfe5WeJkr3cyRZE1GWF5Add3ZBveiS9mmKqBIDbTMLRS dhgUnGrOQlJOGF1gn4YzGaxDOvAMu+lqYPSfPF8hDEPp2Wg3UYasaGgZ7G02bCOHhA /R5CINivSTptw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SN18915VQz6twF; Sat, 4 Nov 2023 16:03:21 +0100 (CET) From: Felix Gruber Date: Sat, 4 Nov 2023 15:02:32 +0000 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 4.19 X-Spam-Score: 4.19 X-Migadu-Queue-Id: 8598816E55 X-Migadu-Scanner: mx10.migadu.com X-TUID: D1T+6N5Wfy3O * gnu/packages/python-xyz.scm (python-npx): New variable. Change-Id: I9520ce12a936c68d38f2ac706165eff816d8b1ad --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 33b0c401ef..54e1086af8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7431,6 +7431,28 @@ (define-public python-numpy-documentation (description "This package provides the complete NumPy documentation in the Texinfo, HTML, and PDF formats."))) +(define-public python-npx + (package + (name "python-npx") + (version "0.1.1") + (source (origin + (method url-fetch) + (uri (pypi-uri "npx" version)) + (sha256 + (base32 + "1m0v2p5mh3aqrypl4ipgzvr5nhx7bk5vv9ah2xr9l1xgj6nnmqnc")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-numpy)) + (native-inputs (list python-flit-core python-networkx python-pytest)) + (home-page "https://github.com/nschloe/npx") + (synopsis "Extensions for NumPy") + (description "NumPy is a large library used everywhere in scientific +computing. That's why breaking backwards-compatibility comes at a +significant cost and is almost always avoided, even if the API of some +methods is arguably lacking. This package provides drop-in wrappers +\"fixing\" those.") + (license license:bsd-3))) + (define-public python-munch (package (name "python-munch") -- 2.42.0