commit: 61fb71c20dd607c9de1ce32bdcea40e9bf18831e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 17:48:18 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 17:48:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fb71c2
dev-python/fleep: Update homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fleep/fleep-1.0.1-r1.ebuild | 6 +++---
dev-python/fleep/fleep-9999.ebuild | 6 +++---
dev-python/fleep/metadata.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild
b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index b11c9948d6f9..c697dad55e35 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -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/
"
diff --git a/dev-python/fleep/fleep-9999.ebuild
b/dev-python/fleep/fleep-9999.ebuild
index b17ae14409cf..d7007f963039 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -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/
"
diff --git a/dev-python/fleep/metadata.xml b/dev-python/fleep/metadata.xml
index 34cefcfdb518..69a30fa8a583 100644
--- a/dev-python/fleep/metadata.xml
+++ b/dev-python/fleep/metadata.xml
@@ -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>