public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry-core/, dev-python/lark-parser/, dev-python/commentjson/, ...
@ 2022-04-25 16:05 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2022-04-25 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 15:57:17 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 16:05:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe438ac

Rename dev-python/{lark-parser → lark}

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

 dev-python/commentjson/commentjson-0.9.0.ebuild                       | 2 +-
 dev-python/{lark-parser => lark}/Manifest                             | 0
 .../lark-parser-0.11.3-r1.ebuild => lark/lark-0.11.3-r1.ebuild}       | 0
 dev-python/{lark-parser => lark}/metadata.xml                         | 0
 dev-python/poetry-core/poetry-core-1.0.8.ebuild                       | 2 +-
 profiles/updates/2Q-2022                                              | 1 +
 sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild                  | 4 ++--
 sys-cluster/charliecloud/charliecloud-0.27.ebuild                     | 4 ++--
 sys-cluster/charliecloud/charliecloud-9999.ebuild                     | 4 ++--
 www-apps/prewikka/prewikka-5.2.0.ebuild                               | 4 ++--
 10 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild
index d76e173d3810..cd66d386dfeb 100644
--- a/dev-python/commentjson/commentjson-0.9.0.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
-	dev-python/lark-parser[${PYTHON_USEDEP}]"
+	dev-python/lark[${PYTHON_USEDEP}]"
 BDEPEND="
 	test? (
 		dev-python/six[${PYTHON_USEDEP}]

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

diff --git a/dev-python/lark-parser/lark-parser-0.11.3-r1.ebuild b/dev-python/lark/lark-0.11.3-r1.ebuild
similarity index 100%
rename from dev-python/lark-parser/lark-parser-0.11.3-r1.ebuild
rename to dev-python/lark/lark-0.11.3-r1.ebuild

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

diff --git a/dev-python/poetry-core/poetry-core-1.0.8.ebuild b/dev-python/poetry-core/poetry-core-1.0.8.ebuild
index e8241366bd28..497006d41331 100644
--- a/dev-python/poetry-core/poetry-core-1.0.8.ebuild
+++ b/dev-python/poetry-core/poetry-core-1.0.8.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
 RDEPEND="
 	dev-python/attrs[${PYTHON_USEDEP}]
 	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/lark-parser[${PYTHON_USEDEP}]
+	dev-python/lark[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/pyparsing[${PYTHON_USEDEP}]
 	dev-python/pyrsistent[${PYTHON_USEDEP}]

diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
index 11b9052efc44..710c0d0082c0 100644
--- a/profiles/updates/2Q-2022
+++ b/profiles/updates/2Q-2022
@@ -2,3 +2,4 @@ move app-text/kramdown-rfc2629 app-text/kramdown-rfc
 move dev-python/PyECLib dev-python/pyeclib
 move sys-auth/solo-python sys-auth/solo1
 move dev-python/setuptools_rust dev-python/setuptools-rust
+move dev-python/lark-parser dev-python/lark

diff --git a/sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild b/sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild
index 14f8aa4a1aa5..229be33862e8 100644
--- a/sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="
 	ch-image? (
 		$(python_gen_cond_dep '
-			dev-python/lark-parser[${PYTHON_USEDEP}]
+			dev-python/lark[${PYTHON_USEDEP}]
 			dev-python/requests[${PYTHON_USEDEP}]
 		')
 	)
@@ -64,7 +64,7 @@ src_configure() {
 		--with-sphinx-python=${PYTHON}
 		# This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
 		--enable-buggy-build
-		# Do not use bundled version of dev-python/lark-parser.
+		# Do not use bundled version of dev-python/lark.
 		--disable-bundled-lark
 		# Use correct shebang.
 		--with-python=${PYTHON}

diff --git a/sys-cluster/charliecloud/charliecloud-0.27.ebuild b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
index e3f49d23c4f0..41b9c8ba478d 100644
--- a/sys-cluster/charliecloud/charliecloud-0.27.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-0.27.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="
 	ch-image? (
 		$(python_gen_cond_dep '
-			dev-python/lark-parser[${PYTHON_USEDEP}]
+			dev-python/lark[${PYTHON_USEDEP}]
 			dev-python/requests[${PYTHON_USEDEP}]
 		')
 	)
@@ -64,7 +64,7 @@ src_configure() {
 		--with-sphinx-python="${PYTHON}"
 		# This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
 		--enable-buggy-build
-		# Do not use bundled version of dev-python/lark-parser.
+		# Do not use bundled version of dev-python/lark.
 		--disable-bundled-lark
 		# Use correct shebang.
 		--with-python="${PYTHON}"

diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index e3f49d23c4f0..41b9c8ba478d 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="
 	ch-image? (
 		$(python_gen_cond_dep '
-			dev-python/lark-parser[${PYTHON_USEDEP}]
+			dev-python/lark[${PYTHON_USEDEP}]
 			dev-python/requests[${PYTHON_USEDEP}]
 		')
 	)
@@ -64,7 +64,7 @@ src_configure() {
 		--with-sphinx-python="${PYTHON}"
 		# This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
 		--enable-buggy-build
-		# Do not use bundled version of dev-python/lark-parser.
+		# Do not use bundled version of dev-python/lark.
 		--disable-bundled-lark
 		# Use correct shebang.
 		--with-python="${PYTHON}"

diff --git a/www-apps/prewikka/prewikka-5.2.0.ebuild b/www-apps/prewikka/prewikka-5.2.0.ebuild
index 112641e22195..05a33df39048 100644
--- a/www-apps/prewikka/prewikka-5.2.0.ebuild
+++ b/www-apps/prewikka/prewikka-5.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/libprelude-5.2.0[python,${PYTHON_USEDEP}]
 	dev-python/Babel[${PYTHON_USEDEP}]
 	dev-python/croniter[${PYTHON_USEDEP}]
 	dev-python/gevent[${PYTHON_USEDEP}]
-	dev-python/lark-parser[${PYTHON_USEDEP}]
+	dev-python/lark[${PYTHON_USEDEP}]
 	dev-python/mako[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	dev-python/pytz[${PYTHON_USEDEP}]


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

only message in thread, other threads:[~2022-04-25 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-25 16:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/poetry-core/, dev-python/lark-parser/, dev-python/commentjson/, 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