commit: 1029ecd087b1f821f02ae84d834ada86f04f575f Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Sep 7 12:54:55 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Sep 7 12:54:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1029ecd0
dev-python/sortedcollections: enable py3.13 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> dev-python/sortedcollections/metadata.xml | 2 +- dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sortedcollections/metadata.xml b/dev-python/sortedcollections/metadata.xml index 3d094b8b5..f66072768 100644 --- a/dev-python/sortedcollections/metadata.xml +++ b/dev-python/sortedcollections/metadata.xml @@ -2,7 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <upstream> - <doc>http://www.grantjenks.com/docs/sortedcollections/</doc> + <doc>https://grantjenks.com/docs/sortedcollections/</doc> <remote-id type="github">grantjenks/python-sortedcollections</remote-id> <remote-id type="pypi">sortedcollections</remote-id> </upstream> diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index 734a2b09e..0fb404f29 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
