commit: ef45090be273bb54f66ab46567fe5920d248935c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 15:43:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 15:43:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef45090b
dev-python/clint: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/clint/clint-0.5.1-r4.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild
b/dev-python/clint/clint-0.5.1-r4.ebuild
index 99459869f5f3..8333984a946a 100644
--- a/dev-python/clint/clint-0.5.1-r4.ebuild
+++ b/dev-python/clint/clint-0.5.1-r4.ebuild
@@ -1,17 +1,20 @@
-# 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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python Command-line Application Tools"
-HOMEPAGE="https://github.com/kennethreitz-archive/clint"
+HOMEPAGE="
+ https://github.com/kennethreitz-archive/clint/
+ https://pypi.org/project/clint/
+"
SRC_URI="
- https://github.com/kennethreitz-archive/${PN}/archive/v${PV}.tar.gz
+ https://github.com/kennethreitz-archive/clint/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"