From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id qPSKGZAKPWHxLQEAgWs5BA (envelope-from ) for ; Sat, 11 Sep 2021 21:59:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eNFBFZAKPWFfawAA1q6Kng (envelope-from ) for ; Sat, 11 Sep 2021 19:59:12 +0000 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 DE3CF39C7 for ; Sat, 11 Sep 2021 21:59:11 +0200 (CEST) Received: from localhost ([::1]:45482 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mP99b-00017G-0G for larch@yhetil.org; Sat, 11 Sep 2021 15:59:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP99S-00016x-G3 for guix-patches@gnu.org; Sat, 11 Sep 2021 15:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58201) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mP99S-0007qp-4K for guix-patches@gnu.org; Sat, 11 Sep 2021 15:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mP99R-0003gV-VC for guix-patches@gnu.org; Sat, 11 Sep 2021 15:59:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50505] [PATCH 07/12] gnu: Add python-pyrr. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Sep 2021 19:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50505 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50505@debbugs.gnu.org Cc: Daniel =?UTF-8?Q?Mei=C3=9Fner?= X-Debbugs-Original-To: Daniel =?UTF-8?Q?Mei=C3=9Fner?= via Guix-patches via , 50505@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163139030814116 (code B ref -1); Sat, 11 Sep 2021 19:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Sep 2021 19:58:28 +0000 Received: from localhost ([127.0.0.1]:41512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP98t-0003fX-MO for submit@debbugs.gnu.org; Sat, 11 Sep 2021 15:58:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:48890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP98r-0003fP-HX for submit@debbugs.gnu.org; Sat, 11 Sep 2021 15:58:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP98r-00016K-8W for guix-patches@gnu.org; Sat, 11 Sep 2021 15:58:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39844 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP98p-0007Rq-IS for guix-patches@gnu.org; Sat, 11 Sep 2021 15:58:25 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631390299; bh=J3Onc8unbQVSmLxUHZcgRjIerfOygx6PkksuevNDdPw=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=nNpsdvBCRPzY9/kIeBZUC23N5QT/K3mXFfm5x1SSI7xnGKeqG4xn2N3Jx58xTJQ92 Pq/U+s8HuY/IU22OfBn3aMUPlVZ2zhL2n+L1ImPJ9LgzbfVvZlSyi0+YJzjAiPO2YS hguRnlecG/j5MhD0iPoDD6yKdoTkwDhFppSLyais= In-Reply-To: <20210910112502.6466-7-daniel.meissner-i4k@ruhr-uni-bochum.de> References: <20210910112231.6411-1-daniel.meissner-i4k@ruhr-uni-bochum.de> <20210910112502.6466-1-daniel.meissner-i4k@ruhr-uni-bochum.de> <20210910112502.6466-7-daniel.meissner-i4k@ruhr-uni-bochum.de> Date: Sat, 11 Sep 2021 21:58:18 +0200 Message-ID: <87lf42ubol.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1631390352; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: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=n+kDjH4VmHhEfyaKy5YsOK0nmTvcP+YFS6ruZHeO3pw=; b=rpfsjHwUsbFTGqna4JBS0RNlnX7nbQyma/Na4rJIEGbM59J9ymvsSZWgeF6DMSOyKLp7DW qNk9VPP1XgjbRNyVwTGAxWWm3jIHKzMoB3hA895DIN6eqpb6O9mxQMZY3QO1fr25PDXYfu Tku54k+yb/4vPEA5lpxy6krIxQVRkhNzhwG7E0l9aVhRrvifqhE+U5sWv0kllD/13PnbZH NQ1Xk0EdgBG0rfRmb2ivSmFA1skZnKUSuvw0Lvu5EL3wi8R5exzv7bVhfXmOl7EK05mPa2 4mJMToZNR0ItqVCXUfBcdb7iH1kqUSB3rmO7gjb3pyFMrSq5X/3U1Jxh1lkTfw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1631390352; a=rsa-sha256; cv=none; b=b3wVHvtxW+iciPmKTGDDOKnnb0t28efu7ruBOKI9RXpxXxpDK4HIMZQO9Z3nyzg0ZPn+M3 Gu2CibxFve9LryKt0T87flbcK6g/krWZu5IRplVx0RyN1HoSzV3vcn0ZqkJXFXCnBDNu7d UybMvz8VHW+YUwSWqJ7CJPfwy1P320OyLu7qzYuF/vI98JMolzJngg5/lJAI7Fq7r3HMyd cYSn4917ezp6lbrhIPBTjQIWVaDV6H2ymhPk0X4hkn6eG35U6isrm5+dE20vLWAJJ3lQmk qO2zKK3rqEsMh+UcZWdhCVvcWiahehTlnqGJo36oMdXwzKURONBi+HjbscVzFg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=yoctocell.xyz header.s=mail header.b=nNpsdvBC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=yoctocell.xyz (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.41 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=yoctocell.xyz header.s=mail header.b=nNpsdvBC; dmarc=fail reason="SPF not aligned (relaxed)" header.from=yoctocell.xyz (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: DE3CF39C7 X-Spam-Score: -3.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: 5UMKg3pbymDc --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Fri, Sep 10 2021, Daniel Mei=C3=9Fner via Guix-patches via wrote: > * gnu/packages/python-xyz.scm (python-pyrr): New variable. > --- > gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 0102dbc4bb..eb0e67c98d 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -18977,6 +18977,31 @@ also written in C++ for high performance.") > types more concise to write. ") > (license license:bsd-3))) >=20=20 > +(define-public python-pyrr > + (package > + (name "python-pyrr") > + (version "0.10.3") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "pyrr" version)) > + (sha256 > + (base32 > + "07byxkq8dcc8n6fc2q7g3vq3mxzzj0hqzm8hlq3gfwbf68h7n3rw")))) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-multipledispatch" ,python-multipledispatch) > + ("python-numpy" ,python-numpy))) > + (home-page > + "https://github.com/adamlwgriffiths/Pyrr") No need for a newline :-) > + (synopsis > + "Mathematical functions for 3D graphics using NumPy") Likewise. > + (description > + "A collection of object-oriented and procedural interfaces for work= ing > +with matrices, quaternions, vectors and plane/line/ray objects for 3D > +graphics.") The description should consist of one or more complete sentences, see =E2=80=9C16.4.4 Synopses and Descriptions=E2=80=9D in the manual. Maybe This Python package provides collection of object-oriented and procedural interfaces for working with matrices, quaternions, vectors and plane/line/ray objects for 3D graphics. ? > + (license license:bsd-3))) The LICENSE file looks more like BSD-2. > + > (define-public python-pyglet > (package > (name "python-pyglet") > --=20 > 2.33.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmE9CloVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x51YYP/iO+x3kPvsqG0Jhso1+N++DVItEd Gz/gCZdsrx1HnZlulqAuRJXrbkSSjFuhLKqZZef5ZBrQtdCih7n5HPRH5/NNIfh4 Ha7jOTv4zXz7uwWUMygX5dfYtbr5TqPGfcakkRVXOnevozNleQMHyj3w/DRx0IAx KJBI1FTii13046r+vvFd5J8PvgGNra69QvnDI0/eErvXobSF+ZbgMa37mDIK3KuN LNrjHI2/0OrKkq48CJIBOMtzEz6pcyilWDt9/swqptL6VWlScuuTj37pzh4n0El0 MMCmZLEII1vNeA4nR/qdA7fVo/u58nzaFlsROgBrMqewIlWOERHJGK/xRHH8TJYJ aTuLRxyaaSNCKIgXkvFNMwl4u2yZXDv70Uyu+/wtfJY5LtMY9+asrAfMT1NapK+J ssDfneVwyr3MjHe2SVTN6b1YlQ+RHGXrNYKm0h7rQVxcdF//aWlaYuApRzb66G2I sFAkCs2fRKHqZ5vFpmLN9HHgnz4HHEN+DM8YU+MuwjjJwvZlS4J+ov9SqGoiJNxq qemVFJtAuXVer1Je01nSDBXAXo3aKiZAe3Lb0iy3v07D+/uAmxxQOS25wyEdQB5L 4/sn/8oiwscnlf6argB9lVcwDaq58/kr9KI6+Z/JnKv9RSGiXI5+pr7oO9vwAsX2 Epu4ntNZFVjU/IIO =o0tR -----END PGP SIGNATURE----- --=-=-=--