commit: b7f3689cb779637ff5cac89e303facb46bc4057f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 10:25:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 10:27:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f3689c
dev-python/certifi: Lower certifi-shim version to open upgrade path
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/certifi/{certifi-10001-r1.ebuild => certifi-2999.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/certifi/certifi-10001-r1.ebuild
b/dev-python/certifi/certifi-2999.ebuild
similarity index 93%
rename from dev-python/certifi/certifi-10001-r1.ebuild
rename to dev-python/certifi/certifi-2999.ebuild
index e810f32cf93..c78d9961bb3 100644
--- a/dev-python/certifi/certifi-10001-r1.ebuild
+++ b/dev-python/certifi/certifi-2999.ebuild
@@ -5,11 +5,11 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
-MY_P=certifi-shim-${PV}
+MY_P=certifi-shim-10001
DESCRIPTION="Thin replacement for certifi using system certificate store"
HOMEPAGE="
https://github.com/mgorny/certifi-shim/