commit: f1f7e8bd4aa4765450049b74a77035bef5ede636
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 09:23:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 10:00:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f7e8bd
dev-python/ordered-set: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ordered-set/ordered-set-4.1.0-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/ordered-set/ordered-set-4.1.0-r1.ebuild
b/dev-python/ordered-set/ordered-set-4.1.0-r1.ebuild
index f6ee44709cff..6bf618009614 100644
--- a/dev-python/ordered-set/ordered-set-4.1.0-r1.ebuild
+++ b/dev-python/ordered-set/ordered-set-4.1.0-r1.ebuild
@@ -10,7 +10,10 @@ PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="A mutable set that remembers the order of its entries"
-HOMEPAGE="https://github.com/rspeer/ordered-set"
+HOMEPAGE="
+ https://github.com/rspeer/ordered-set/
+ https://pypi.org/project/ordered-set/
+"
LICENSE="MIT"
SLOT="0"