commit: bdc4bc3bcec74a189d2345ea86eaa849d9d81286
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 14:59:25 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 15:03:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc4bc3b
dev-python/python-dotenv: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-dotenv/python-dotenv-1.0.0.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-dotenv/python-dotenv-1.0.0.ebuild
b/dev-python/python-dotenv/python-dotenv-1.0.0.ebuild
index e01febbbeece..eefe5f60a4b6 100644
--- a/dev-python/python-dotenv/python-dotenv-1.0.0.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-1.0.0.ebuild
@@ -5,12 +5,15 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Manage .env files"
-HOMEPAGE="https://github.com/theskumar/python-dotenv"
+HOMEPAGE="
+ https://github.com/theskumar/python-dotenv/
+ https://pypi.org/project/python-dotenv/
+"
LICENSE="BSD"
SLOT="0"
@@ -22,7 +25,7 @@ BDEPEND="
>=dev-python/sh-2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/ipython[${PYTHON_USEDEP}]
- ' 'python*')
+ ' python3_{10,11})
)
"