dev-python/Levenshtein: Update homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-12-29 18:03:21 +01:00
parent dda312932c
commit cd2da704ba
2 changed files with 3 additions and 3 deletions

View File

@@ -13,10 +13,10 @@ inherit distutils-r1
DESCRIPTION="Functions for fast computation of Levenshtein distance, and edit operations"
HOMEPAGE="
https://pypi.org/project/Levenshtein/
https://github.com/maxbachmann/Levenshtein/
https://github.com/rapidfuzz/Levenshtein/
"
SRC_URI="
https://github.com/maxbachmann/Levenshtein/archive/v${PV}.tar.gz
https://github.com/rapidfuzz/Levenshtein/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"

View File

@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">Levenshtein</remote-id>
<remote-id type="github">maxbachmann/Levenshtein</remote-id>
<remote-id type="github">rapidfuzz/Levenshtein</remote-id>
</upstream>
</pkgmetadata>