From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id s9eyJeEHPWGMKAEAgWs5BA (envelope-from ) for ; Sat, 11 Sep 2021 21:47:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id sPurIOEHPWH6NQAAbx9fmQ (envelope-from ) for ; Sat, 11 Sep 2021 19:47:45 +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 4A0F53822 for ; Sat, 11 Sep 2021 21:47:45 +0200 (CEST) Received: from localhost ([::1]:41838 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mP8yW-0006XM-C6 for larch@yhetil.org; Sat, 11 Sep 2021 15:47:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54496) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP8xt-0005o1-Jd for guix-patches@gnu.org; Sat, 11 Sep 2021 15:47:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mP8xp-0008Ez-Ux for guix-patches@gnu.org; Sat, 11 Sep 2021 15:47:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mP8xp-0003Lq-TK for guix-patches@gnu.org; Sat, 11 Sep 2021 15:47:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50505] [PATCH 04/12] gnu: Add python-moderngl. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Sep 2021 19:47: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.163138958912840 (code B ref -1); Sat, 11 Sep 2021 19:47:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Sep 2021 19:46:29 +0000 Received: from localhost ([127.0.0.1]:41483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP8xJ-0003L1-7n for submit@debbugs.gnu.org; Sat, 11 Sep 2021 15:46:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:44212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP8xH-0003Ku-Rm for submit@debbugs.gnu.org; Sat, 11 Sep 2021 15:46:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP8xF-0005nI-Ux for guix-patches@gnu.org; Sat, 11 Sep 2021 15:46:27 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39514 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 1mP8wz-0007hB-Ui for guix-patches@gnu.org; Sat, 11 Sep 2021 15:46:25 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631389565; bh=OrVFpSQ1u/RV0Vq36oqCMwFk04famaPjvjWc6aoKxmI=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=IAPd8I71IwaLAdJbqMFTiGQoLGfLI/HuFHPtu7fxRl9JtZ/dwsFMABP4mtMWK06E8 S4KYjMYvTnh//EMFVYIFrWN7izV/Uos6hJe5fnTJZVaxjMEgojTsv2SlBFF0sYiRvf tK39Pb6/0XbGLnEvMm6vJxP/zbRnEcaQslcxFn4E= In-Reply-To: <20210910112502.6466-4-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-4-daniel.meissner-i4k@ruhr-uni-bochum.de> Date: Sat, 11 Sep 2021 21:46:04 +0200 Message-ID: <87tuiquc8z.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: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=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=1631389665; 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=rZFIqW9XGbanLrdNUR7Wj3GdTtueFQg5YJMFSR3Qi9w=; b=ZaX2D6ftsVKRCOIApISNvjVnZc5t1DAxe0dllU9bp8ZN1W+GEuazhyvbARtgAm9yzgIamC GkDYwVKpnYUgOJi6/LJIkBA1LCyhHGU3rj4U/zi4krQKWm+HdnNVLrd3y6MU9P8TXtcHTc g2qE3OZmwmSFwDmURkH3H4Y70KXuXMQgYbd3McCyM8ujqXaQKWqnBLPue4bct6xKbYSmOk otulyAKcs59diIRNC93k9v/DWcFlOYGWaNaiBj93bMwpJVN6qal+7WVmPdZZFJyWLJcacp 7VP30jufye1teiJrDNPm+i5rbcDFvi9B6ZqKcZxNfSx+OqGdtfE7Q/2H7Mkvsg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1631389665; a=rsa-sha256; cv=none; b=BgkwLMnfbf0emZBb6rnFqJtMGhzS04RyFSClavQprqebE2aFrINJ5G20fuJ8b28xhRBa+z cmNfyUsgCm/J2hwOp+kPZAedRu/AE284SSxR0X0n27GkhD2V/AnHNR/0zr54Weg+xty9pX bfg1k1TukF6wtgKeDm5mZvH1wFgnJjhuRJK5VeVNv7VwcrogZnVvENXbZw+lIQu+4SVGzH aX5L3hanwJPYBcnaAwc+JAx4PeXBAP6rQ5DmDsbTG+7kegK3/CvhmI7zF1qvXLnjBZ6BHQ aL4hdlVHdo5vKSTc1qtA9w6KnULCqCjTIry/hLv0693PoUQAf+MSAJSWYFHJKQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=yoctocell.xyz header.s=mail header.b=IAPd8I71; 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=IAPd8I71; 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: 4A0F53822 X-Spam-Score: -3.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: sU18oqbcmzwr --=-=-= 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-moderngl): New variable. > --- > gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 251aad5b61..394f30226f 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -18930,6 +18930,33 @@ library.") > for ModernGL on multiple platforms.") > (license license:expat))) >=20=20 > +(define-public python-moderngl > + (package > + (name "python-moderngl") > + (version "5.6.4") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "moderngl" version)) > + (sha256 > + (base32 > + "1ysinnyr3rkdisbihdrn1623l3rw45nx8p2j31dgffsykxah8vcc")))) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-glcontext" ,python-glcontext))) > + (home-page > + "https://github.com/moderngl/moderngl") Nit: no need for a newline :-) > + (synopsis > + "Python wrapper for OpenGL") Likewise. > + (description "ModernGL is a python wrapper over OpenGL 3.3+ core that > +simplifies the creation of simple graphics applications like scientific > +simulations, games or user interfaces. Usually, acquiring in-depth know= ledge > +of OpenGL requires a steep learning curve. In contrast, ModernGL is eas= y to > +learn and use, moreover it is capable of rendering with high performance= and > +quality, with less code written. The majority of the moderngl code base= is > +also written in C++ for high performance.") > + (license license:expat))) > + > (define-public python-rencode > (package > (name "python-rencode") > --=20 > 2.33.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmE9B3wVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5vTQP/0VDYRTAeYJokxEULVxyEDHkfodi FhmGIz6aFhyURDfgnZEW0I8qbNfPfcB+2Ew0S0CrNIhx6mHAhhdLN7RbY4LrPjUq QL9GN+UCGPCggDKR1NS4vY+IQturOSbH1d7PWx3OIicOv4dwyi1cBgk1A3k4pGbA V9c6ouGPjDGHtrUNrbuONDbTMJnnN/Er4U9V9XhP5zFYLsWZx/Mi7VqXJdQ+b/4v w7RCiECTGwkTANHBinaSTdF9GNozgupG3XbIbwnhG69oEXFpEOYqX8ksqblvj3/R XgQI/Yt60Ewd/HLkU8/UepuCWjNBSSSovcMMi3rtyv0uxr68EauGji/goHMgMCKb 8Lf1B2fv/zUKzH/+PTYjSntwlHEc4Vb3dK0Jm7Gsp23ZCYjU3dyi66X0T7NSxvXQ iWOm6Lb2RddiJjCfrwtfktT2edUV1wlWvlHLCBdkulDmKzEnk3Xe2ESm+VxghUFm AR5W2it9OZuNsuoNh2nmmy5a9lcnEhC52tTPEiihkVUD6a+4g+djUi7sny5wtyU1 BMEckTi4HpIZ/1uuPzyqdTDmEk7u0y7MtmDj2YrDTaOmdoA9tLb8P762hVXR2UDQ VCZy+o++g00/Wen/cDNPtsgxLytC+hJQdLkqGWFe4EolILd+VtTFyKJQQsyiuvHl /mLSWFnGxi/OgukD =lAQ4 -----END PGP SIGNATURE----- --=-=-=--