diff options
-rw-r--r-- | dev-python/fleep/fleep-1.0.1-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-python/fleep/fleep-9999.ebuild | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild index 7c46bd0bd0e1..b11c9948d6f9 100644 --- a/dev-python/fleep/fleep-1.0.1-r1.ebuild +++ b/dev-python/fleep/fleep-1.0.1-r1.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" 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" |