From 0dec450a90c7490f11df7e69cd9c6709c099285c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 13 Mar 2020 10:26:35 +0100 Subject: [PATCH] =?utf8?q?Move=20dev-python/{git-python=20=E2=86=92=20GitP?= =?utf8?q?ython}?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use upstream package name, especially that there is another package called 'git-python' on PyPI. Signed-off-by: Michał Górny --- .../GitPython-2.1.11.ebuild} | 0 .../GitPython-3.1.0.ebuild} | 0 dev-python/{git-python => GitPython}/Manifest | 0 dev-python/{git-python => GitPython}/metadata.xml | 0 dev-python/bandit/bandit-1.5.1-r1.ebuild | 2 +- dev-python/bandit/bandit-1.6.2.ebuild | 2 +- dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +- dev-util/gertty/gertty-9999.ebuild | 2 +- profiles/updates/1Q-2020 | 1 + sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild | 2 +- sys-apps/elivepatch-client/elivepatch-client-9999.ebuild | 2 +- 11 files changed, 7 insertions(+), 6 deletions(-) rename dev-python/{git-python/git-python-2.1.11.ebuild => GitPython/GitPython-2.1.11.ebuild} (100%) rename dev-python/{git-python/git-python-3.1.0.ebuild => GitPython/GitPython-3.1.0.ebuild} (100%) rename dev-python/{git-python => GitPython}/Manifest (100%) rename dev-python/{git-python => GitPython}/metadata.xml (100%) diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/GitPython/GitPython-2.1.11.ebuild similarity index 100% rename from dev-python/git-python/git-python-2.1.11.ebuild rename to dev-python/GitPython/GitPython-2.1.11.ebuild diff --git a/dev-python/git-python/git-python-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild similarity index 100% rename from dev-python/git-python/git-python-3.1.0.ebuild rename to dev-python/GitPython/GitPython-3.1.0.ebuild diff --git a/dev-python/git-python/Manifest b/dev-python/GitPython/Manifest similarity index 100% rename from dev-python/git-python/Manifest rename to dev-python/GitPython/Manifest diff --git a/dev-python/git-python/metadata.xml b/dev-python/GitPython/metadata.xml similarity index 100% rename from dev-python/git-python/metadata.xml rename to dev-python/GitPython/metadata.xml diff --git a/dev-python/bandit/bandit-1.5.1-r1.ebuild b/dev-python/bandit/bandit-1.5.1-r1.ebuild index 99300f639b21..998ae418d415 100644 --- a/dev-python/bandit/bandit-1.5.1-r1.ebuild +++ b/dev-python/bandit/bandit-1.5.1-r1.ebuild @@ -36,7 +36,7 @@ DEPEND=" )" RDEPEND=" ${CDEPEND} - >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}] + >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.6.2.ebuild b/dev-python/bandit/bandit-1.6.2.ebuild index 3f077f18a76b..f4cbf20f2c3f 100644 --- a/dev-python/bandit/bandit-1.6.2.ebuild +++ b/dev-python/bandit/bandit-1.6.2.ebuild @@ -36,7 +36,7 @@ DEPEND=" )" RDEPEND=" ${CDEPEND} - >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}] + >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]" diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index 357e03afb462..74a745757acf 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" ${CDEPEND} >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] - >=dev-python/git-python-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}]