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-util
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-util')
-rw-r--r--dev-util/gertty/gertty-1.6.0-r2.ebuild4
-rw-r--r--dev-util/gertty/gertty-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild
index de0a8ec025a5..44edab692a02 100644
--- a/dev-util/gertty/gertty-1.6.0-r2.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
- >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}]
+ >=dev-python/gitpython-0.3.7[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 0fb789cd3c51..6a4229ef4634 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
- >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}]
+ >=dev-python/gitpython-0.3.7[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
<dev-python/requests-3.0.0[${PYTHON_USEDEP}]