diff --git a/app-admin/gixy/gixy-0.1.20-r1.ebuild b/app-admin/gixy/gixy-0.1.20-r1.ebuild index 806f19111532c..ec3ee6ce15136 100644 --- a/app-admin/gixy/gixy-0.1.20-r1.ebuild +++ b/app-admin/gixy/gixy-0.1.20-r1.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=8 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.11.0[${PYTHON_USEDEP}] >=dev-python/jinja-2.8[${PYTHON_USEDEP}] >=dev-python/six-1.1.0[${PYTHON_USEDEP}]" diff --git a/app-crypt/certbot/certbot-1.26.0.ebuild b/app-crypt/certbot/certbot-1.26.0.ebuild index 44b7e3889a5e3..3b7237a33e986 100644 --- a/app-crypt/certbot/certbot-1.26.0.ebuild +++ b/app-crypt/certbot/certbot-1.26.0.ebuild @@ -27,7 +27,7 @@ IUSE="selinux" RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-1.27.0.ebuild b/app-crypt/certbot/certbot-1.27.0.ebuild index 44b7e3889a5e3..3b7237a33e986 100644 --- a/app-crypt/certbot/certbot-1.27.0.ebuild +++ b/app-crypt/certbot/certbot-1.27.0.ebuild @@ -27,7 +27,7 @@ IUSE="selinux" RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-1.28.0.ebuild b/app-crypt/certbot/certbot-1.28.0.ebuild index bad8bc65b32db..e705aa1d52ec5 100644 --- a/app-crypt/certbot/certbot-1.28.0.ebuild +++ b/app-crypt/certbot/certbot-1.28.0.ebuild @@ -27,7 +27,7 @@ IUSE="selinux" RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index bad8bc65b32db..e705aa1d52ec5 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -27,7 +27,7 @@ IUSE="selinux" RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] diff --git a/dev-python/configargparse/configargparse-1.5.3.ebuild b/dev-python/ConfigArgParse/ConfigArgParse-1.5.3.ebuild similarity index 100% rename from dev-python/configargparse/configargparse-1.5.3.ebuild rename to dev-python/ConfigArgParse/ConfigArgParse-1.5.3.ebuild diff --git a/dev-python/configargparse/Manifest b/dev-python/ConfigArgParse/Manifest similarity index 100% rename from dev-python/configargparse/Manifest rename to dev-python/ConfigArgParse/Manifest diff --git a/dev-python/configargparse/metadata.xml b/dev-python/ConfigArgParse/metadata.xml similarity index 100% rename from dev-python/configargparse/metadata.xml rename to dev-python/ConfigArgParse/metadata.xml diff --git a/media-video/yle-dl/yle-dl-20220531.ebuild b/media-video/yle-dl/yle-dl-20220531.ebuild index b715582199de1..ae354c51465e4 100644 --- a/media-video/yle-dl/yle-dl-20220531.ebuild +++ b/media-video/yle-dl/yle-dl-20220531.ebuild @@ -25,7 +25,7 @@ RESTRICT="test" RDEPEND="media-video/ffmpeg net-misc/wget >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/progress[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" diff --git a/media-video/yle-dl/yle-dl-20220610.ebuild b/media-video/yle-dl/yle-dl-20220610.ebuild index b715582199de1..ae354c51465e4 100644 --- a/media-video/yle-dl/yle-dl-20220610.ebuild +++ b/media-video/yle-dl/yle-dl-20220610.ebuild @@ -25,7 +25,7 @@ RESTRICT="test" RDEPEND="media-video/ffmpeg net-misc/wget >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}] - >=dev-python/configargparse-0.13.0[${PYTHON_USEDEP}] + >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/progress[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" diff --git a/net-im/yowsup/yowsup-3.3.0.ebuild b/net-im/yowsup/yowsup-3.3.0.ebuild index 8c23695dc49f0..2c325425e65b8 100644 --- a/net-im/yowsup/yowsup-3.3.0.ebuild +++ b/net-im/yowsup/yowsup-3.3.0.ebuild @@ -22,7 +22,7 @@ RESTRICT="test" RDEPEND=" dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/ConfigArgParse[${PYTHON_USEDEP}] dev-python/consonance[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022 index 552764072ac2c..0be926a81e6a7 100644 --- a/profiles/updates/3Q-2022 +++ b/profiles/updates/3Q-2022 @@ -1 +1,2 @@ move dev-python/async_timeout dev-python/async-timeout +move dev-python/configargparse dev-python/ConfigArgParse diff --git a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild b/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild index dd37156e47c05..f710c7d3e34fe 100644 --- a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild +++ b/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" - dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/ConfigArgParse[${PYTHON_USEDEP}] sys-apps/portage[${PYTHON_USEDEP}]" src_install() { diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-9999.ebuild index dd37156e47c05..f710c7d3e34fe 100644 --- a/sys-apps/kcheck/kcheck-9999.ebuild +++ b/sys-apps/kcheck/kcheck-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ LICENSE="MIT" SLOT="0" RDEPEND=" - dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/ConfigArgParse[${PYTHON_USEDEP}] sys-apps/portage[${PYTHON_USEDEP}]" src_install() {