From unknown Sun Jun 22 11:33:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#56208 <56208@debbugs.gnu.org> To: bug#56208 <56208@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-sendgrid. Reply-To: bug#56208 <56208@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:33:15 +0000 retitle 56208 [PATCH] gnu: Add python-sendgrid. reassign 56208 guix-patches submitter 56208 Antero Mejr severity 56208 normal tag 56208 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 25 00:25:18 2022 Received: (at submit) by debbugs.gnu.org; 25 Jun 2022 04:25:18 +0000 Received: from localhost ([127.0.0.1]:43920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4xMD-0007RJ-M5 for submit@debbugs.gnu.org; Sat, 25 Jun 2022 00:25:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:49430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4xMA-0007RB-Vb for submit@debbugs.gnu.org; Sat, 25 Jun 2022 00:25:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4xMA-0001qM-Py for guix-patches@gnu.org; Sat, 25 Jun 2022 00:25:14 -0400 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]:57598) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1o4xM8-00060U-Vj for guix-patches@gnu.org; Sat, 25 Jun 2022 00:25:14 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4LVLW84d4vz9sSx for ; Sat, 25 Jun 2022 06:25:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1656131108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QHveXXn1cIP+5CwAwAMO7TASrggh5gQRxuk5bT0PxSA=; b=FT6wjxXgBR2VrzFj7XgdITinmhMyLVetYt+xWlaUeiX+SICgZfpF2O/3F+yBYLvgZB7E4J bIP16el66xi/BQhm2jwyrZ5SXgCj44e9HMHVOqJIMSWV0M2xccT9nPJUt9XmhLb6O0vR3I yv99M0+8X+bRUFlSkcR3vjisqOS0zbVCLW89oEqieQgfxLILhuZJ+o4MF//QlrSARFWdzT I89D1McX7mpalU7KuZmNIP2xBHeR+YvirMvW90+1mnhb0ybSU9TF9zXneusK9Acz81Y3+I HGvd0qusfDkHSLqLGSAie1qlQRxDY3hmsM3+jgpnM1hcZypcDzK/HT1Wqo8RLQ== From: Antero Mejr To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-sendgrid. Date: Sat, 25 Jun 2022 04:25:03 +0000 Message-Id: <20220625042503.7243-1-antero@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-RS-ID: c239c02b809265f8fa5 X-MBO-RS-META: xrfr9hn5rr8ydnub77p4zqb3dt94c4xx Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=antero@mailbox.org; helo=mout-p-103.mailbox.org 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) Depends on patch #56196 (python-http-client) and #56207 (python-starkbank-ecdsa). https://issues.guix.gnu.org/56196 https://issues.guix.gnu.org/56207 * gnu/packages/python-web.scm (python-sendgrid): New variable. --- gnu/packages/python-web.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6c121907e6..1afa0ef487 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7546,3 +7546,27 @@ (define-public python-zeep @end itemize") (license license:expat))) +(define-public python-sendgrid + (package + (name "python-sendgrid") + (version "6.9.7") + (home-page "https://github.com/sendgrid/sendgrid-python/") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kvp4gm3bpcsj2mkv05pgvlcv1jlsfhcljcv61wz5kq9d273h7rg")))) + (build-system python-build-system) + (arguments + (list #:tests? #f)) ;241/340 tests fail due to attempted web access + (propagated-inputs (list python-http-client python-starkbank-ecdsa)) + (synopsis "SendGrid API library for Python") + (description + "The @code{sendgrid} Python library allows access to the +SendGrid Web API v3. Version 3+ of the library provides full support for all +SendGrid Web API v3 endpoints, including the new v3 /mail/send.") + (license license:expat))) -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 17:19:02 2022 Received: (at 56208-done) by debbugs.gnu.org; 26 Jun 2022 21:19:02 +0000 Received: from localhost ([127.0.0.1]:49251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Zeo-00046h-9c for submit@debbugs.gnu.org; Sun, 26 Jun 2022 17:19:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Zeg-00046I-Rt for 56208-done@debbugs.gnu.org; Sun, 26 Jun 2022 17:19:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Zea-0006Eu-QI; Sun, 26 Jun 2022 17:18:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=rORtMx5e1UNk2/Fc6mZRuBLkVCS9mloU/+DP8Sux9s4=; b=cUHLYb1miVL6GE+1O5/m /XQ8BNE5plRk4XB14DiOK47tkGDMiqg8hPVLDmNO1S7+PZAsp3ga4xuMKXEo4HN3//VhMl7hw4oPX PcrHYrPYGwjsAw1TNXqsUDnWZ3zvjBVUE7PdCaRWMgMFSGhANm0AfeyNdDN3ukFRdH/Av8EE5YuTi UB8RsRp5xqsawgh6qGbaI7Xj0D2tvy5m3L18nXLt8zfkk2KBZsxSb5ojoNKGXAp14lkawenxGhear D7d8lqqtkBmCF48z/aPv8hI60rrtdgi6rPT/pkUv4tyjmOcb307PLZ3Kw8pzOsc8gQouh4x+eLxda XcpqlYCVYbH9Fg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63804 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Zea-00048J-Dd; Sun, 26 Jun 2022 17:18:48 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Antero Mejr Subject: Re: bug#56208: [PATCH] gnu: Add python-sendgrid. References: <20220625042503.7243-1-antero@mailbox.org> Date: Sun, 26 Jun 2022 23:18:47 +0200 In-Reply-To: <20220625042503.7243-1-antero@mailbox.org> (Antero Mejr's message of "Sat, 25 Jun 2022 04:25:03 +0000") Message-ID: <87ilonqg20.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56208-done Cc: 56208-done@debbugs.gnu.org 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: -3.3 (---) Antero Mejr skribis: > Depends on patch #56196 (python-http-client) and #56207 (python-starkbank-ecdsa). > https://issues.guix.gnu.org/56196 > https://issues.guix.gnu.org/56207 > > * gnu/packages/python-web.scm (python-sendgrid): New variable. Applied, thanks! From unknown Sun Jun 22 11:33:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 25 Jul 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator