summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-13 10:26:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-13 10:55:58 +0100
commit0dec450a90c7490f11df7e69cd9c6709c099285c (patch)
tree313134a60630eb9a702af9fcfe07805392fb2716 /dev-python
parentdev-python/git-python: Remove stale comment (diff)
downloadgentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.tar.gz
gentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.tar.bz2
gentoo-0dec450a90c7490f11df7e69cd9c6709c099285c.zip
Move dev-python/{git-python → GitPython}
Use upstream package name, especially that there is another package called 'git-python' on PyPI. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/GitPython/GitPython-2.1.11.ebuild (renamed from dev-python/git-python/git-python-2.1.11.ebuild)0
-rw-r--r--dev-python/GitPython/GitPython-3.1.0.ebuild (renamed from dev-python/git-python/git-python-3.1.0.ebuild)0
-rw-r--r--dev-python/GitPython/Manifest (renamed from dev-python/git-python/Manifest)0
-rw-r--r--dev-python/GitPython/metadata.xml (renamed from dev-python/git-python/metadata.xml)0
-rw-r--r--dev-python/bandit/bandit-1.5.1-r1.ebuild2
-rw-r--r--dev-python/bandit/bandit-1.6.2.ebuild2
6 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/GitPython/GitPython-2.1.11.ebuild
index c995e67a79ea..c995e67a79ea 100644
--- a/dev-python/git-python/git-python-2.1.11.ebuild
+++ b/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
index 586d0abb46de..586d0abb46de 100644
--- a/dev-python/git-python/git-python-3.1.0.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
diff --git a/dev-python/git-python/Manifest b/dev-python/GitPython/Manifest
index ea18deb602d6..ea18deb602d6 100644
--- a/dev-python/git-python/Manifest
+++ b/dev-python/GitPython/Manifest
diff --git a/dev-python/git-python/metadata.xml b/dev-python/GitPython/metadata.xml
index 7e626312fece..7e626312fece 100644
--- a/dev-python/git-python/metadata.xml
+++ b/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}]"