summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/gixy/gixy-0.1.20-r1.ebuild4
-rw-r--r--app-crypt/certbot/certbot-1.26.0.ebuild2
-rw-r--r--app-crypt/certbot/certbot-1.27.0.ebuild2
-rw-r--r--app-crypt/certbot/certbot-1.28.0.ebuild2
-rw-r--r--app-crypt/certbot/certbot-9999.ebuild2
-rw-r--r--dev-python/ConfigArgParse/ConfigArgParse-1.5.3.ebuild (renamed from dev-python/configargparse/configargparse-1.5.3.ebuild)0
-rw-r--r--dev-python/ConfigArgParse/Manifest (renamed from dev-python/configargparse/Manifest)0
-rw-r--r--dev-python/ConfigArgParse/metadata.xml (renamed from dev-python/configargparse/metadata.xml)0
-rw-r--r--media-video/yle-dl/yle-dl-20220531.ebuild2
-rw-r--r--media-video/yle-dl/yle-dl-20220610.ebuild2
-rw-r--r--net-im/yowsup/yowsup-3.3.0.ebuild2
-rw-r--r--profiles/updates/3Q-20221
-rw-r--r--sys-apps/kcheck/kcheck-0.0.2-r1.ebuild4
-rw-r--r--sys-apps/kcheck/kcheck-9999.ebuild4
14 files changed, 14 insertions, 13 deletions
diff --git a/app-admin/gixy/gixy-0.1.20-r1.ebuild b/app-admin/gixy/gixy-0.1.20-r1.ebuild
index 806f19111532..ec3ee6ce1513 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 44b7e3889a5e..3b7237a33e98 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 44b7e3889a5e..3b7237a33e98 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 bad8bc65b32d..e705aa1d52ec 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 bad8bc65b32d..e705aa1d52ec 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
index 715bdebb734a..715bdebb734a 100644
--- a/dev-python/configargparse/configargparse-1.5.3.ebuild
+++ b/dev-python/ConfigArgParse/ConfigArgParse-1.5.3.ebuild
diff --git a/dev-python/configargparse/Manifest b/dev-python/ConfigArgParse/Manifest
index 6e371ece30a4..6e371ece30a4 100644
--- a/dev-python/configargparse/Manifest
+++ b/dev-python/ConfigArgParse/Manifest
diff --git a/dev-python/configargparse/metadata.xml b/dev-python/ConfigArgParse/metadata.xml
index f46051e99f5b..f46051e99f5b 100644
--- a/dev-python/configargparse/metadata.xml
+++ b/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 b715582199de..ae354c51465e 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 b715582199de..ae354c51465e 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 8c23695dc49f..2c325425e65b 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 552764072ac2..0be926a81e6a 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 dd37156e47c0..f710c7d3e34f 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 dd37156e47c0..f710c7d3e34f 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() {