public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libcst/, profiles/updates/
@ 2024-04-19 19:11 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-04-19 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e059a968647c9c854e5e330350acee7f46b695d8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 19 18:52:48 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 19 18:52:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e059a968

dev-python/typing_inspect: add package move

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +-
 profiles/updates/2Q-2024                        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
index e9d473f64d..e0a909b555 100644
--- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
+++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
@@ -132,7 +132,7 @@ RDEPEND="
 	>=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
 	>=dev-python/setuptools-rust-0.12.1[${PYTHON_USEDEP}]
 	>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
-	>=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+	>=dev-python/typing-inspect-0.4.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 # 	test? (

diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 9a96878dc6..0a92257a32 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -2,3 +2,4 @@ move dev-util/cargo-make dev-build/cargo-make
 move app-text/md4c dev-libs/md4c
 move dev-util/xmake dev-build/xmake
 move dev-python/dataclasses_json dev-python/dataclasses-json
+move dev-python/typing_inspect dev-python/typing-inspect


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/libcst/, profiles/updates/
  2024-04-22  5:59 [gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/, dev-python/libcst/ Viorel Munteanu
@ 2024-04-22  6:16 ` Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2024-04-22  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a31f8d244105c65bc046f57ac27c8f1f3c968fae
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 05:37:23 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 05:58:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31f8d24

Reapply "dev-python/typing_inspect: add package move"

This reverts commit 66579a3a146835d21b03627ffbf976d31e172d65.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +-
 profiles/updates/2Q-2024                        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
index e9d473f64d..e0a909b555 100644
--- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
+++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
@@ -132,7 +132,7 @@ RDEPEND="
 	>=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
 	>=dev-python/setuptools-rust-0.12.1[${PYTHON_USEDEP}]
 	>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
-	>=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+	>=dev-python/typing-inspect-0.4.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 # 	test? (

diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 1e16447374..e5cc206d62 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -5,3 +5,4 @@ move dev-python/dataclasses_json dev-python/dataclasses-json
 move media-gfx/heatshrink dev-libs/heatshrink
 move sys-apps/sdate app-misc/sdate
 move gui-libs/webp-pixbuf-loader gui-libs/gdk-pixbuf-loader-webp
+move dev-python/typing_inspect dev-python/typing-inspect


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-22  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 19:11 [gentoo-commits] repo/proj/guru:master commit in: dev-python/libcst/, profiles/updates/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-04-22  5:59 [gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/, dev-python/libcst/ Viorel Munteanu
2024-04-22  6:16 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/libcst/, profiles/updates/ Viorel Munteanu

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