From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 11 15:58:27 2021 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= To: Daniel =?utf-8?Q?Mei=C3=9Fner?= via Guix-patches via , 50505@debbugs.gnu.org Subject: Re: [bug#50505] [PATCH 07/12] gnu: Add python-pyrr. 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-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Fri, Sep 10 2021, Daniel Meißner 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- [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: Daniel =?utf-8?Q?Mei=C3=9Fner?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Fri, Sep 10 2021, Daniel Meißner 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- [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= 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----- --=-=-=--