Rename dev-python/{PyGithub → pygithub}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-23 11:51:14 +01:00
parent a1b47979a5
commit b05ebdb6b1
10 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
dev-python/click[${PYTHON_USEDEP}]
dev-python/PyGithub[${PYTHON_USEDEP}]
dev-python/pygithub[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/terminaltables[${PYTHON_USEDEP}]
"

View File

@@ -43,7 +43,7 @@ RDEPEND="
>=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
>=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
>=dev-python/psutil-5.3[${PYTHON_USEDEP}]
>=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pygithub-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
>=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
>=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]

View File

@@ -43,7 +43,7 @@ RDEPEND="
>=dev-python/pexpect-4.4.0[${PYTHON_USEDEP}]
>=dev-python/pickleshare-0.4[${PYTHON_USEDEP}]
>=dev-python/psutil-5.3[${PYTHON_USEDEP}]
>=dev-python/PyGithub-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pygithub-2.3.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
>=dev-python/pylint-venv-3.0.2[${PYTHON_USEDEP}]
>=dev-python/python-lsp-black-2.0.0[${PYTHON_USEDEP}]

View File

@@ -130,7 +130,7 @@ dev-python/elasticsearch
dev-python/dns-lexicon
dev-python/dissononce
dev-python/consonance
dev-python/PyGithub
dev-python/pygithub
dev-python/adblock
dev-python/pysnmp
dev-python/pysnmp-mibs

View File

@@ -48,3 +48,4 @@ move dev-python/textX dev-python/textx
move dev-python/pyClamd dev-python/pyclamd
move dev-python/pyDes dev-python/pydes
move dev-python/pyxDamerauLevenshtein dev-python/pyxdameraulevenshtein
move dev-python/PyGithub dev-python/pygithub

View File

@@ -27,7 +27,7 @@ SLOT="0"
BDEPEND="
>=dev-python/gitpython-2.1.11[${PYTHON_USEDEP}]
dev-python/PyGithub[${PYTHON_USEDEP}]
dev-python/pygithub[${PYTHON_USEDEP}]
dev-python/atomicwrites[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]