dev-python/fleep: Update homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-17 19:48:18 +02:00
parent 337a1e0b35
commit 61fb71c20d
3 changed files with 7 additions and 7 deletions

View File

@@ -9,12 +9,12 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
inherit git-r3
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
@@ -23,7 +23,7 @@ fi
DESCRIPTION="File format determination library for Python"
HOMEPAGE="
https://github.com/floyernick/fleep-py/
https://github.com/ua-nick/fleep-py/
https://pypi.org/project/fleep/
"

View File

@@ -9,12 +9,12 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/floyernick/fleep-py.git"
EGIT_REPO_URI="https://github.com/ua-nick/fleep-py.git"
inherit git-r3
else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
SRC_URI="https://github.com/ua-nick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"
@@ -23,7 +23,7 @@ fi
DESCRIPTION="File format determination library for Python"
HOMEPAGE="
https://github.com/floyernick/fleep-py/
https://github.com/ua-nick/fleep-py/
https://pypi.org/project/fleep/
"

View File

@@ -11,6 +11,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">fleep</remote-id>
<remote-id type="github">floyernick/fleep-py</remote-id>
<remote-id type="github">ua-nick/fleep-py</remote-id>
</upstream>
</pkgmetadata>