From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ALcYK5hAb2W0LAAAauVa8A:P1 (envelope-from ) for ; Tue, 05 Dec 2023 16:24:08 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id ALcYK5hAb2W0LAAAauVa8A (envelope-from ) for ; Tue, 05 Dec 2023 16:24:08 +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 964E83101B for ; Tue, 5 Dec 2023 16:24:08 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=NAV434pX; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701789848; 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=VM/J1OwrEk532IN5b18/vF42KIy8c6748zCNQCAIN2E=; b=DsZQcpp3wwPNISJEk0VT40ZKMARc1dPF8hDnWUajNH4dNxb0MGuQJYUW/23t9DJgVxLqst RNefVv+OC+daYptfSOXVAFassmj6ZBNZqVgQ8HMumnWVLFMv6Levv4d2x1MTQ6Kc7C+cJk mDZVW5V7w9+oyZnt4I7eDQOwLA1tpyPAGrgdsOcUPgq08Uyp5EozrkOZ8DT3NROQiZ2zBQ 1ebBArVEELT1wHrdvw+ROeLUT/y9FD8oWNHxj4lyA1bBD3VEdZYelLjUDHi/e7V26KXwDw Fk2ugTFfaWSBPG1C6vnsfEEbwvWlDHbA/fgvBhGrCh9AFEub+HiwPcDBBE/I/A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=NAV434pX; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701789848; a=rsa-sha256; cv=none; b=T4Hc2iKFZyxLeS6NFS/0s6Gi/wmNe4sv0lJQKMMaapwD0tfiQwor3+mz89+l3EPK7FNrZh 0w09GXFc893VfR32CT6iVgLpO3aLoVojzbdH82tSAt8c2bAbZ1giqumYWmT2Lpv3fNEzXH +YyJhlwxfYOlxm2mu+PeDMcW7CJgDILQjbj8EZTxWs7LfRwV3ounJ0HnvTvqTvSPYx8/si vDOF2b/REDvqclVnbj8ExUK+iChRxskl3ryBQQmY4zeB8GQ0pH2UMhs/Cxk4xuYUReOZIR zywke1nPEVP/pDf2koiXgE+ZoUEtMHwSdTKLMg8+aPb2eGCnKzRrf2q8Vc+y3w== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rAXH8-0005b8-Ql; Tue, 05 Dec 2023 10:23:54 -0500 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 1rAXH6-0005a2-CS for guix-patches@gnu.org; Tue, 05 Dec 2023 10:23:52 -0500 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 1rAXH6-0005eH-4T for guix-patches@gnu.org; Tue, 05 Dec 2023 10:23:52 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rAXHH-0006PS-9N for guix-patches@gnu.org; Tue, 05 Dec 2023 10:24:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67642] [PATCH 5/5] gnu: Add python-spin. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 05 Dec 2023 15:24:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67642 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67642@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 67642-submit@debbugs.gnu.org id=B67642.170178979024536 (code B ref 67642); Tue, 05 Dec 2023 15:24:03 +0000 Received: (at 67642) by debbugs.gnu.org; 5 Dec 2023 15:23:10 +0000 Received: from localhost ([127.0.0.1]:38066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAXGP-0006Ng-NX for submit@debbugs.gnu.org; Tue, 05 Dec 2023 10:23:10 -0500 Received: from mout01.posteo.de ([185.67.36.65]:32827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAXGO-0006N1-Hv for 67642@debbugs.gnu.org; Tue, 05 Dec 2023 10:23:08 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id AE0AA240029 for <67642@debbugs.gnu.org>; Tue, 5 Dec 2023 16:22:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1701789771; bh=2jlUsBoX6YWlM2P1NMQQgrBw8tyDvHJUyTRaKK9N5DI=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=NAV434pXy59jLasUWQb89b9QkZnZyhJaEvi4rWLj1SWLSkr/IvDdCKhGeCj7gpyi0 pI5CeQ2Xkqgk3bNBvwHqN8y4Zd8AlfEo/LinZBbFTLx/4GcTYBW2q4ymC0FpQXQpKD 3tuOm0xCZnl3OMeLZyOZbXx3xZsm+MEy+Yk/By9EuRWfN3n2cwr7EzZ9hTzqenz9b2 FCr4uk9tPZmrT4EOxJMLMPJifkeZwquZ7Fem5HdUffSbcypBjRM2X6ANJIrmE3hSdS 7xdojVZDPNB41SuFSdNUix61tl/8cgQ4psf60BstlGoa9B6MpwVlSnNtkXfLIrm/IT 77lvrEa8Oxx4Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Sl46L63mPz6tvZ; Tue, 5 Dec 2023 16:22:50 +0100 (CET) From: Vinicius Monego Date: Tue, 5 Dec 2023 15:21:58 +0000 Message-Id: <37bad6d18c8d47e126f50b382dfb9b682329e018.1701788624.git.monego@posteo.net> 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: 5.65 X-Spam-Score: 5.65 X-Migadu-Queue-Id: 964E83101B X-Migadu-Scanner: mx12.migadu.com X-TUID: GYZeXspZTYT9 * gnu/packages/python-science.scm (python-spin): New variable. Change-Id: I794845d559f3f4f3ab9cf98b0e4a4321b470f7f8 --- gnu/packages/python-science.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1b7ae663eb..d48eebb4a9 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -713,6 +713,32 @@ (define-public python-numpoly (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux")) (license license:bsd-2))) +(define-public python-spin + (package + (name "python-spin") + (version "0.8") + (source + (origin + (method url-fetch) + (uri (pypi-uri "spin" version)) + (sha256 + (base32 "0ff48nagfaai3j26g1db4zq2bwdv6kj5l7xhcs2l9kzg7qzrmhr7")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-click python-colorama python-tomli)) + (native-inputs (list python-pytest)) + (home-page "https://github.com/scientific-python/spin") + (synopsis "Developer tool for scientific Python libraries") + (description "@code{spin} is a simple interface for common development +tasks. It comes with a few common build commands out the box, but can +easily be customized per project. + +The impetus behind developing the tool was the mass migration of scientific +Python libraries (SciPy, scikit-image, and NumPy, etc.) to Meson, after +distutils was deprecated. When many of the build and installation commands +changed, it made sense to abstract away the nuisance of having to re-learn +them.") + (license license:bsd-3))) + (define-public python-baycomp (package (name "python-baycomp") -- 2.39.2