diff options
author | 2024-05-17 19:46:26 +0200 | |
---|---|---|
committer | 2024-05-17 19:47:14 +0200 | |
commit | 258e3cd83accd9fdc402340a3f29d8de47a9ed9d (patch) | |
tree | ae3d377376c9591a834ab10e4b6276ee7467e220 /dev-python/fleep/fleep-9999.ebuild | |
parent | dev-python/flexmock: Enable py3.13 (diff) | |
download | gentoo-258e3cd83accd9fdc402340a3f29d8de47a9ed9d.tar.gz gentoo-258e3cd83accd9fdc402340a3f29d8de47a9ed9d.tar.bz2 gentoo-258e3cd83accd9fdc402340a3f29d8de47a9ed9d.zip |
dev-python/fleep: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fleep/fleep-9999.ebuild')
-rw-r--r-- | dev-python/fleep/fleep-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild index 0a6f6b209866..b17ae14409cf 100644 --- a/dev-python/fleep/fleep-9999.ebuild +++ b/dev-python/fleep/fleep-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 if [[ ${PV} == 9999 ]]; then @@ -21,7 +22,10 @@ else fi DESCRIPTION="File format determination library for Python" -HOMEPAGE="https://github.com/floyernick/fleep-py" +HOMEPAGE=" + https://github.com/floyernick/fleep-py/ + https://pypi.org/project/fleep/ +" LICENSE="MIT" SLOT="0" |