aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Puck Neuwirth <alexander@neuwirth-informatik.de>2024-11-29 09:45:05 +0100
committerAlexander Puck Neuwirth <alexander@neuwirth-informatik.de>2024-11-29 09:45:05 +0100
commitec95b3ac105a4281222e2b221fa26f85c7db9d8b (patch)
treefd67dcf59cc599146a41e3b8876d92060e35ba33
parentRename dev-python/{GitPython → gitpython} (diff)
downloadsci-ec95b3ac105a4281222e2b221fa26f85c7db9d8b.tar.gz
sci-ec95b3ac105a4281222e2b221fa26f85c7db9d8b.tar.bz2
sci-ec95b3ac105a4281222e2b221fa26f85c7db9d8b.zip
Rename dev-python/{ConfigArgParse → configargparse}
See-also: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edc10531f4c6ff9dfe3e2748e1252a31fce077f Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
-rw-r--r--dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild2
-rw-r--r--dev-python/snakemake/snakemake-7.32.4.ebuild2
-rw-r--r--dev-python/snakemake/snakemake-8.16.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
index 943af2cfc..4ac42c358 100644
--- a/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
+++ b/dev-python/snakemake-interface-common/snakemake-interface-common-1.17.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-python/argparse-dataclass[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]"
+ dev-python/configargparse[${PYTHON_USEDEP}]"
RESTRICT="test" # no tests collected
#distutils_enable_tests pytest
diff --git a/dev-python/snakemake/snakemake-7.32.4.ebuild b/dev-python/snakemake/snakemake-7.32.4.ebuild
index ff319298e..912fbbd37 100644
--- a/dev-python/snakemake/snakemake-7.32.4.ebuild
+++ b/dev-python/snakemake/snakemake-7.32.4.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
dev-python/connection_pool[${PYTHON_USEDEP}]
dev-python/datrie[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
diff --git a/dev-python/snakemake/snakemake-8.16.0.ebuild b/dev-python/snakemake/snakemake-8.16.0.ebuild
index c4ba74128..f204537d1 100644
--- a/dev-python/snakemake/snakemake-8.16.0.ebuild
+++ b/dev-python/snakemake/snakemake-8.16.0.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/immutables[${PYTHON_USEDEP}]
- dev-python/ConfigArgParse[${PYTHON_USEDEP}]
+ dev-python/configargparse[${PYTHON_USEDEP}]
>=dev-python/connection_pool-0.0.3[${PYTHON_USEDEP}]
dev-python/datrie[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]