diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 16:59:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 17:03:14 +0200 |
commit | bdc4bc3bcec74a189d2345ea86eaa849d9d81286 (patch) | |
tree | 9eb68e95eff272f339c62a9f57a01d8419fd19d1 /dev-python/python-dotenv | |
parent | dev-python/socksio: Enable py3.12 (diff) | |
download | gentoo-bdc4bc3bcec74a189d2345ea86eaa849d9d81286.tar.gz gentoo-bdc4bc3bcec74a189d2345ea86eaa849d9d81286.tar.bz2 gentoo-bdc4bc3bcec74a189d2345ea86eaa849d9d81286.zip |
dev-python/python-dotenv: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-dotenv')
-rw-r--r-- | dev-python/python-dotenv/python-dotenv-1.0.0.ebuild | 9 |
1 files 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}) ) " |