diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-25 17:57:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-25 18:05:11 +0200 |
commit | 6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9 (patch) | |
tree | 8b47a8eeca2450e80682aff07c3c0981b139bba8 /sys-cluster/charliecloud | |
parent | dev-python/lark-parser: Prepare for rename (diff) | |
download | gentoo-6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9.tar.gz gentoo-6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9.tar.bz2 gentoo-6fe438acb9c7e05b7c0a0f22bb86f1d3026bd9f9.zip |
Rename dev-python/{lark-parser → lark}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.26-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.27.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
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}" |