summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:46:26 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:47:14 +0200
commit258e3cd83accd9fdc402340a3f29d8de47a9ed9d (patch)
treeae3d377376c9591a834ab10e4b6276ee7467e220
parentdev-python/flexmock: Enable py3.13 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/fleep/fleep-1.0.1-r1.ebuild10
-rw-r--r--dev-python/fleep/fleep-9999.ebuild10
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"