commit:     04853b1c6e18c47af8755833572aee7aa499f955
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 16:15:32 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> 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 <julien <AT> 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

Reply via email to