Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/
Date: Sun, 07 Nov 2021 10:27:18
Message-Id: 1636280829.b7f3689cb779637ff5cac89e303facb46bc4057f.mgorny@gentoo
1 commit: b7f3689cb779637ff5cac89e303facb46bc4057f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 10:25:09 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 10:27:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f3689c
7
8 dev-python/certifi: Lower certifi-shim version to open upgrade path
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/certifi/{certifi-10001-r1.ebuild => certifi-2999.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/certifi/certifi-10001-r1.ebuild b/dev-python/certifi/certifi-2999.ebuild
16 similarity index 93%
17 rename from dev-python/certifi/certifi-10001-r1.ebuild
18 rename to dev-python/certifi/certifi-2999.ebuild
19 index e810f32cf93..c78d9961bb3 100644
20 --- a/dev-python/certifi/certifi-10001-r1.ebuild
21 +++ b/dev-python/certifi/certifi-2999.ebuild
22 @@ -5,11 +5,11 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=no
26 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
28
29 inherit distutils-r1
30
31 -MY_P=certifi-shim-${PV}
32 +MY_P=certifi-shim-10001
33 DESCRIPTION="Thin replacement for certifi using system certificate store"
34 HOMEPAGE="
35 https://github.com/mgorny/certifi-shim/