summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 21:20:37 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 21:23:50 +0100
commit50493c7d7466fec885d592e3b0b11c48c44846cc (patch)
tree984a763f2dd7c06fa1332f9ffb259a7951985597 /dev-vcs
parentRename dev-python/{Frozen-Flask → frozen-flask} (diff)
downloadgentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.gz
gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.bz2
gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.zip
Rename dev-python/{GitPython → gitpython}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-extras/git-extras-7.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-extras/git-extras-7.2.0.ebuild b/dev-vcs/git-extras/git-extras-7.2.0.ebuild
index 514d3fd4d220..45de416dfecf 100644
--- a/dev-vcs/git-extras/git-extras-7.2.0.ebuild
+++ b/dev-vcs/git-extras/git-extras-7.2.0.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
BDEPEND="
test? (
$(python_gen_any_dep '
- >=dev-python/GitPython-3.1.40[${PYTHON_USEDEP}]
+ >=dev-python/gitpython-3.1.40[${PYTHON_USEDEP}]
>=dev-python/pytest-7.2[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]
')
@@ -31,7 +31,7 @@ BDEPEND="
"
python_check_deps() {
- python_has_version ">=dev-python/GitPython-3.1.40[${PYTHON_USEDEP}]" &&
+ python_has_version ">=dev-python/gitpython-3.1.40[${PYTHON_USEDEP}]" &&
python_has_version ">=dev-python/pytest-7.2[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/testpath[${PYTHON_USEDEP}]"
}