From bdc4bc3bcec74a189d2345ea86eaa849d9d81286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 29 May 2023 16:59:25 +0200 Subject: [PATCH] dev-python/python-dotenv: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 e01febbbeecef..eefe5f60a4b6a 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}) ) "