commit:     5a2720422fab72fb111194609508452e6d3e05fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 13:06:31 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 13:12:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a272042

dev-python/httmock: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httmock/httmock-1.4.0-r1.ebuild | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-python/httmock/httmock-1.4.0-r1.ebuild 
b/dev-python/httmock/httmock-1.4.0-r1.ebuild
index e0747ae48590..cc6956a776a2 100644
--- a/dev-python/httmock/httmock-1.4.0-r1.ebuild
+++ b/dev-python/httmock/httmock-1.4.0-r1.ebuild
@@ -4,18 +4,26 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="A mocking library for requests"
-HOMEPAGE="https://github.com/patrys/httmock";
-SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+       https://github.com/patrys/httmock/
+       https://pypi.org/project/httmock/
+"
+SRC_URI="
+       https://github.com/patrys/httmock/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
+RDEPEND="
+       >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests unittest

Reply via email to