From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DC1715A7D9 for ; Thu, 16 Mar 2023 08:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709C7E0857; Thu, 16 Mar 2023 08:41:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D9ADE0857 for ; Thu, 16 Mar 2023 08:41:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73C87340BC1 for ; Thu, 16 Mar 2023 08:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32D278D4 for ; Thu, 16 Mar 2023 08:41:52 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678955534.8f431f52f806fc6aa60a238d38e69975c48e5c5a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sendgrid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sendgrid/sendgrid-6.9.7.ebuild X-VCS-Directories: dev-python/sendgrid/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8f431f52f806fc6aa60a238d38e69975c48e5c5a X-VCS-Branch: master Date: Thu, 16 Mar 2023 08:41:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8755a87a-532f-4ca4-b503-5bba8c4cf583 X-Archives-Hash: 9650d4da3b821498375e6cf71afe7856 commit: 8f431f52f806fc6aa60a238d38e69975c48e5c5a Author: Florian Schmaus gentoo org> AuthorDate: Thu Mar 16 08:32:14 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Mar 16 08:32:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f431f52 dev-python/sendgrid: fix deps: (app-dicts → dev-python)/{python-http-client,starkbank-ecdsa} Signed-off-by: Florian Schmaus gentoo.org> dev-python/sendgrid/sendgrid-6.9.7.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild b/dev-python/sendgrid/sendgrid-6.9.7.ebuild index 62f564ce9..f27f68140 100644 --- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild +++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild @@ -19,8 +19,8 @@ RESTRICT="!test? ( test )" DOCS="README.rst" -RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}] - >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/python-http-client-3.3.5[${PYTHON_USEDEP}] + >=dev-python/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -32,4 +32,3 @@ python_test() { } distutils_enable_tests pytest - From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 461E815A7D9 for ; Thu, 16 Mar 2023 08:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E18E07B3; Thu, 16 Mar 2023 08:32:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 248ECE07B3 for ; Thu, 16 Mar 2023 08:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A76C33BF05 for ; Thu, 16 Mar 2023 08:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A44D08D5 for ; Thu, 16 Mar 2023 08:32:25 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678955534.8f431f52f806fc6aa60a238d38e69975c48e5c5a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sendgrid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sendgrid/sendgrid-6.9.7.ebuild X-VCS-Directories: dev-python/sendgrid/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8f431f52f806fc6aa60a238d38e69975c48e5c5a X-VCS-Branch: dev Date: Thu, 16 Mar 2023 08:32:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2bbbd4f-d7fe-4414-b75d-4488c7fa41ce X-Archives-Hash: 6a5afaf0438fb485231f20c56c620697 Message-ID: <20230316083225.iLqTu6eD0DYR7oEPLcHxwxRHtspxPPeVfqMwUVDgv7U@z> commit: 8f431f52f806fc6aa60a238d38e69975c48e5c5a Author: Florian Schmaus gentoo org> AuthorDate: Thu Mar 16 08:32:14 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Mar 16 08:32:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f431f52 dev-python/sendgrid: fix deps: (app-dicts → dev-python)/{python-http-client,starkbank-ecdsa} Signed-off-by: Florian Schmaus gentoo.org> dev-python/sendgrid/sendgrid-6.9.7.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/sendgrid/sendgrid-6.9.7.ebuild b/dev-python/sendgrid/sendgrid-6.9.7.ebuild index 62f564ce9..f27f68140 100644 --- a/dev-python/sendgrid/sendgrid-6.9.7.ebuild +++ b/dev-python/sendgrid/sendgrid-6.9.7.ebuild @@ -19,8 +19,8 @@ RESTRICT="!test? ( test )" DOCS="README.rst" -RDEPEND=">=app-dicts/python-http-client-3.3.5[${PYTHON_USEDEP}] - >=app-dicts/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/python-http-client-3.3.5[${PYTHON_USEDEP}] + >=dev-python/starkbank-ecdsa-2.2.0[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -32,4 +32,3 @@ python_test() { } distutils_enable_tests pytest -