mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/fleep: Update homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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/
|
||||
"
|
||||
|
||||
|
||||
@@ -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/
|
||||
"
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user