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