From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 08:38:03 2021 Received: (at submit) by debbugs.gnu.org; 13 Nov 2021 13:38:03 +0000 Received: from localhost ([127.0.0.1]:46733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mltEF-00011s-0P for submit@debbugs.gnu.org; Sat, 13 Nov 2021 08:38:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:55790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mltE9-00011g-Ec for submit@debbugs.gnu.org; Sat, 13 Nov 2021 08:37:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mltE9-0006kp-6V for guix-patches@gnu.org; Sat, 13 Nov 2021 08:37:53 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46048) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mltE5-00054b-Ay for guix-patches@gnu.org; Sat, 13 Nov 2021 08:37:51 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 63B1B1060163 for ; Sat, 13 Nov 2021 13:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1636810662; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=oxQtgvoHEwPUJ8n6h+V1nJiD6Ets5JO2HzwiLgeb28I=; b=u1UdFqflqpon9dAUxkvkCY4lBhwdsDGjvajl5YKPd+3RFjmkhcOdwhlCg/WuXxqR urcTTNcpF9l6BFRnW2Pkabh8HYxI5veEwK2js4TglttkUwB6B1aIxW8sQCAP15F53fZ Et5nVrJFAFs4QbWL4oeL+Gv6P2eg19BSY1VkN6v9GDoWk5lIDvFBEqLtf9XNGUqmHI0 XB/6Os5ZO2tEnHYzMhyxb0enGMMWqHN1jjwqtT+g1NdmDSkyq59eD0zz7GKSsdM9Jvm WG8OI5RdNGfTrI+wq2S1zv9siZiXP/n/YQqUhIU8srjWz+v75VaGhEs2Kne27aM4rz5 On5CXcKibQ== Date: Sat, 13 Nov 2021 14:37:42 +0100 (CET) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add python-discord.py. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_902378_1180724642.1636810662393" Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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: -2.4 (--) ------=_Part_902378_1180724642.1636810662393 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ------=_Part_902378_1180724642.1636810662393 Content-Type: text/x-patch; charset=UTF-8; name=0001-gnu-Add-python-discord.py.patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-Add-python-discord.py.patch >From 3eac8e320d0f31e74b7ce649881625244c777929 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Sat, 13 Nov 2021 16:33:59 +0300 Subject: [PATCH] gnu: Add python-discord.py. * gnu/packages/python-xyz.scm (python-discord.py): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e5cdaad..027e957 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -111,6 +111,7 @@ ;;; Copyright =C2=A9 2021 Felix Gruber ;;; Copyright =C2=A9 2021 S=C3=A9bastien Lerique ;;; Copyright =C2=A9 2021 Rapha=C3=ABl M=C3=A9lotte +;;; Copyright =C2=A9 2021 Adam Kandur ;;; ;;; This file is part of GNU Guix. ;;; @@ -2076,6 +2077,28 @@ (define-public python-diskcache (description "DiskCache is a disk and file backed persistent cache.") (license license:asl2.0))) =20 +(define-public python-discord.py + (package + (name "python-discord.py") + (version "1.7.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Rapptz/discord.py") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0la2fcfn25xgy0iag6w2kjrpm7xqpa0zyy77cmfimksjc76c59bq")))) + (build-system python-build-system) + (propagated-inputs + `(("python-aiohttp" ,python-aiohttp))) + (home-page "https://discordpy.readthedocs.io/en/stable") + (synopsis "An API wrapper for Discord written in Python") + (description + "Modern, easy to use, feature-rich, and async ready API wrapper for D= iscord.") + (license license:expat))) + (define-public python-bitstruct (package (name "python-bitstruct") --=20 2.33.1 ------=_Part_902378_1180724642.1636810662393--