From b7f3689cb779637ff5cac89e303facb46bc4057f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 7 Nov 2021 11:25:09 +0100 Subject: [PATCH] dev-python/certifi: Lower certifi-shim version to open upgrade path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../certifi/{certifi-10001-r1.ebuild => certifi-2999.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/certifi/{certifi-10001-r1.ebuild => certifi-2999.ebuild} (93%) 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 e810f32cf9358..c78d9961bb3be 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/