From 6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 25 Apr 2022 17:57:17 +0200 Subject: Rename dev-python/{lark-parser → lark} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild | 4 ++-- sys-cluster/charliecloud/charliecloud-0.27.ebuild | 4 ++-- sys-cluster/charliecloud/charliecloud-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-cluster') 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}" -- cgit v1.2.3-65-gdbad