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/, dev-python/certifi/files/
Date: Wed, 14 Aug 2019 23:04:57
Message-Id: 1565823889.bb1dbfea18380e02c8c460c144f4deeb30f18429.mgorny@gentoo
1 commit: bb1dbfea18380e02c8c460c144f4deeb30f18429
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 22:00:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:04:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1dbfea
7
8 dev-python/certifi: Bump to 2019.6.16
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/certifi/Manifest | 1 +
13 dev-python/certifi/certifi-2019.6.16.ebuild | 43 ++++++++++++++++++++++
14 .../certifi-2018.4.16-use-system-cacerts.patch | 7 +---
15 3 files changed, 45 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
18 index e1534648066..859e4a81c03 100644
19 --- a/dev-python/certifi/Manifest
20 +++ b/dev-python/certifi/Manifest
21 @@ -2,3 +2,4 @@ DIST certifi-2018.10.15.tar.gz 145887 BLAKE2B 695b4236d67022f12639850fdcd1695703
22 DIST certifi-2018.11.29.tar.gz 153772 BLAKE2B fb146409560beb85731b136541012f3f114a8e35c1b0ae9a9bac31d10642dc4ff3cad6a7e722e14e1d5092f9d4e3d7f5c4acb231edd2602d3452a6c9cebd323c SHA512 6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e
23 DIST certifi-2018.4.16.tar.gz 149967 BLAKE2B 4a69ec495266d54032dfabc9c17d0b1e78ad1467214f9f981feb4fae279c1f4b5f0bc3f7a643c2229b17d19e32c1ea894dc16d73b036a0b32f17faa9ac55615c SHA512 96369b318df9592ed4ff48d79ae695f89d27d85e8f5de72548fccb19ac15b83a33fb8bc096a3092d7a7f5b201af08805576888418c7927cf48b892df56464682
24 DIST certifi-2018.8.24.tar.gz 146866 BLAKE2B 92a609bffd777a624d18e612e2fa504b1cd4f0764f979d22bf6785158fb928d30984fba16b839f6b4066395dadcca485e6215c6f0b6b550d891673a79ea77c08 SHA512 bb0af24570dd4806bc80cd438cae42db82f820de815a6148b184f58c19cd91a03f9275815559817a84220dcbd7c87a4a7d12e35cf4a95a1dbad286a1dfecf907
25 +DIST certifi-2019.6.16.tar.gz 156721 BLAKE2B 3990a9c122dbaf554f4482ad97192efa66f1cf54e83bd4ee67248bbea8797dc4da38ab537230a8263a491a2a2115528138965480ef4da6d6cba9ac2af5bff830 SHA512 4641626bc5073cd0b3a520855ddef1007dcb42933baa7a3469856f936e725581042bcbd5b67e984ba9748e7faa62b9125cba7dc160dcc5db2eafe46461a29f5e
26
27 diff --git a/dev-python/certifi/certifi-2019.6.16.ebuild b/dev-python/certifi/certifi-2019.6.16.ebuild
28 new file mode 100644
29 index 00000000000..50b26cdf12c
30 --- /dev/null
31 +++ b/dev-python/certifi/certifi-2019.6.16.ebuild
32 @@ -0,0 +1,43 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
39 +
40 +inherit distutils-r1 prefix readme.gentoo-r1
41 +
42 +DESCRIPTION="Python package for providing Mozilla's CA Bundle"
43 +HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="MPL-2.0"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 +IUSE=""
50 +
51 +RDEPEND="app-misc/ca-certificates"
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 +
54 +# Do not drop this patch -- this will affect system's security
55 +PATCHES=( "${FILESDIR}"/certifi-2018.4.16-use-system-cacerts.patch )
56 +
57 +python_prepare_all() {
58 + distutils-r1_python_prepare_all
59 +
60 + eprefixify certifi/core.py
61 +}
62 +
63 +python_install_all() {
64 + distutils-r1_python_install_all
65 +
66 + local DOC_CONTENTS="
67 + In Gentoo, we don't use certifi's bundled CA certificates.
68 + Instead we remove bundled cacert.pem and patch certifi
69 + to return system's CA certificates.
70 + "
71 + readme.gentoo_create_doc
72 +
73 + # Precaution -- nothing should use bundled CA certificates
74 + find "${D}" -name 'cacert.pem' -delete || die "Failed to delete bundled CA certificates"
75 +}
76
77 diff --git a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
78 index 009f21168c1..1c21a2ae1e0 100644
79 --- a/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
80 +++ b/dev-python/certifi/files/certifi-2018.4.16-use-system-cacerts.patch
81 @@ -2,14 +2,9 @@ Use system's CA certificate store
82
83 --- a/certifi/core.py
84 +++ b/certifi/core.py
85 -@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning):
86 -
87 -
88 +@@ -21,4 +21,2 @@ class DeprecatedBundleWarning(DeprecationWarning):
89 def where():
90 - f = os.path.dirname(__file__)
91 -
92 - return os.path.join(f, 'cacert.pem')
93 + return "@GENTOO_PORTAGE_EPREFIX@/etc/ssl/certs/ca-certificates.crt"
94 -
95 -
96 - def old_where():