public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/, profiles/features/wd40/, dev-python/keep/, ...
@ 2024-11-23 11:17 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-11-23 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b05ebdb6b18dcbe95c4126ce8b7ea99be952aed4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 10:51:14 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 10:51:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05ebdb6

Rename dev-python/{PyGithub → pygithub}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/keep/keep-2.10.1-r2.ebuild                                 | 4 ++--
 dev-python/{PyGithub => pygithub}/Manifest                            | 0
 dev-python/{PyGithub => pygithub}/metadata.xml                        | 0
 .../PyGithub-2.4.0.ebuild => pygithub/pygithub-2.4.0.ebuild}          | 0
 .../PyGithub-2.5.0.ebuild => pygithub/pygithub-2.5.0.ebuild}          | 0
 dev-python/spyder/spyder-6.0.1.ebuild                                 | 2 +-
 dev-python/spyder/spyder-6.0.2.ebuild                                 | 2 +-
 profiles/features/wd40/package.mask                                   | 2 +-
 profiles/updates/4Q-2024                                              | 1 +
 sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild           | 2 +-
 10 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/keep/keep-2.10.1-r2.ebuild b/dev-python/keep/keep-2.10.1-r2.ebuild
index eb8e284dce45..c71c85f113ca 100644
--- a/dev-python/keep/keep-2.10.1-r2.ebuild
+++ b/dev-python/keep/keep-2.10.1-r2.ebuild
@@ -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}]
 "

diff --git a/dev-python/PyGithub/Manifest b/dev-python/pygithub/Manifest
similarity index 100%
rename from dev-python/PyGithub/Manifest
rename to dev-python/pygithub/Manifest

diff --git a/dev-python/PyGithub/metadata.xml b/dev-python/pygithub/metadata.xml
similarity index 100%
rename from dev-python/PyGithub/metadata.xml
rename to dev-python/pygithub/metadata.xml

diff --git a/dev-python/PyGithub/PyGithub-2.4.0.ebuild b/dev-python/pygithub/pygithub-2.4.0.ebuild
similarity index 100%
rename from dev-python/PyGithub/PyGithub-2.4.0.ebuild
rename to dev-python/pygithub/pygithub-2.4.0.ebuild

diff --git a/dev-python/PyGithub/PyGithub-2.5.0.ebuild b/dev-python/pygithub/pygithub-2.5.0.ebuild
similarity index 100%
rename from dev-python/PyGithub/PyGithub-2.5.0.ebuild
rename to dev-python/pygithub/pygithub-2.5.0.ebuild

diff --git a/dev-python/spyder/spyder-6.0.1.ebuild b/dev-python/spyder/spyder-6.0.1.ebuild
index de1b888b8ba3..ee28d9e3a893 100644
--- a/dev-python/spyder/spyder-6.0.1.ebuild
+++ b/dev-python/spyder/spyder-6.0.1.ebuild
@@ -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}]

diff --git a/dev-python/spyder/spyder-6.0.2.ebuild b/dev-python/spyder/spyder-6.0.2.ebuild
index a108b3e71f44..a0fec847c988 100644
--- a/dev-python/spyder/spyder-6.0.2.ebuild
+++ b/dev-python/spyder/spyder-6.0.2.ebuild
@@ -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}]

diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask
index f96cd5b28b77..df2982845e76 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -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

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index bd364eec8882..52c178fede62 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -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

diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
index 22309e782a80..80869ab68400 100644
--- a/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
+++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
@@ -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}]


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-23 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 11:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/, profiles/features/wd40/, dev-python/keep/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox