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 7E9E71581D3 for ; Wed, 15 May 2024 16:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C79BE2ABB; Wed, 15 May 2024 16:55:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DC8EE2ABB for ; Wed, 15 May 2024 16:55:35 +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 36315335D63 for ; Wed, 15 May 2024 16:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12E61ACD for ; Wed, 15 May 2024 16:55:32 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792115.04853b1c6e18c47af8755833572aee7aa499f955.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-http-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild dev-python/python-http-client/python-http-client-3.3.5.ebuild X-VCS-Directories: dev-python/python-http-client/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 04853b1c6e18c47af8755833572aee7aa499f955 X-VCS-Branch: dev Date: Wed, 15 May 2024 16:55:32 +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: 30f229b8-856a-408d-8b53-24ee4329c934 X-Archives-Hash: ca62990db102f3dd3e192bb277d00ce4 commit: 04853b1c6e18c47af8755833572aee7aa499f955 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:15:32 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04853b1c dev-python/python-http-client: use PEP517, enable py3.12, enable py3.13 Closes: https://bugs.gentoo.org/921866 Closes: https://bugs.gentoo.org/931413 Signed-off-by: Julien Roy jroy.ca> ...ent-3.3.5.ebuild => python-http-client-3.3.5-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/python-http-client/python-http-client-3.3.5.ebuild b/dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild similarity index 66% rename from dev-python/python-http-client/python-http-client-3.3.5.ebuild rename to dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild index efe1d29aed..0281a8c19e 100644 --- a/dev-python/python-http-client/python-http-client-3.3.5.ebuild +++ b/dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild @@ -1,14 +1,18 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="HTTP REST client, simplified for Python" -HOMEPAGE="https://github.com/sendgrid/python-http-client https://pypi.org/project/python-http-client/" +HOMEPAGE=" + https://github.com/sendgrid/python-http-client + https://pypi.org/project/python-http-client/ +" LICENSE="MIT" SLOT="0" @@ -25,8 +29,4 @@ BDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] )" -python_test() { - py.test -v -v || die -} - 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 6AE681581D3 for ; Wed, 15 May 2024 17:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20DA8E2AA5; Wed, 15 May 2024 17:00:34 +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 09E3EE2AA5 for ; Wed, 15 May 2024 17:00:34 +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 48839340906 for ; Wed, 15 May 2024 17:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88CA1AD1 for ; Wed, 15 May 2024 17:00:31 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792115.04853b1c6e18c47af8755833572aee7aa499f955.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-http-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild dev-python/python-http-client/python-http-client-3.3.5.ebuild X-VCS-Directories: dev-python/python-http-client/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 04853b1c6e18c47af8755833572aee7aa499f955 X-VCS-Branch: master Date: Wed, 15 May 2024 17:00:31 +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: 01b01b9f-7c09-4d54-a771-285684abfa37 X-Archives-Hash: e2730c1d0e6124031478d40d0d53a953 Message-ID: <20240515170031.GlFLG773n9JQkFFQETv6ST-FNYK7bzloqfXP3e0XPC8@z> commit: 04853b1c6e18c47af8755833572aee7aa499f955 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:15:32 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04853b1c dev-python/python-http-client: use PEP517, enable py3.12, enable py3.13 Closes: https://bugs.gentoo.org/921866 Closes: https://bugs.gentoo.org/931413 Signed-off-by: Julien Roy jroy.ca> ...ent-3.3.5.ebuild => python-http-client-3.3.5-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-python/python-http-client/python-http-client-3.3.5.ebuild b/dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild similarity index 66% rename from dev-python/python-http-client/python-http-client-3.3.5.ebuild rename to dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild index efe1d29aed..0281a8c19e 100644 --- a/dev-python/python-http-client/python-http-client-3.3.5.ebuild +++ b/dev-python/python-http-client/python-http-client-3.3.5-r1.ebuild @@ -1,14 +1,18 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="HTTP REST client, simplified for Python" -HOMEPAGE="https://github.com/sendgrid/python-http-client https://pypi.org/project/python-http-client/" +HOMEPAGE=" + https://github.com/sendgrid/python-http-client + https://pypi.org/project/python-http-client/ +" LICENSE="MIT" SLOT="0" @@ -25,8 +29,4 @@ BDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] )" -python_test() { - py.test -v -v || die -} - distutils_enable_tests pytest