public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/
Date: Thu, 12 Sep 2019 14:11:00 +0000 (UTC)	[thread overview]
Message-ID: <1568297455.b7e06d401cd2482b4be5187f5f55ee93c236e3ac.mgorny@gentoo> (raw)

commit:     b7e06d401cd2482b4be5187f5f55ee93c236e3ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 13:22:55 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 14:10:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e06d40

dev-python/certifi: Bump to 2019.9.16

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/certifi/Manifest                 |  1 +
 dev-python/certifi/certifi-2019.9.11.ebuild | 43 +++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index 859e4a81c03..2373b632552 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -3,3 +3,4 @@ DIST certifi-2018.11.29.tar.gz 153772 BLAKE2B fb146409560beb85731b136541012f3f11
 DIST certifi-2018.4.16.tar.gz 149967 BLAKE2B 4a69ec495266d54032dfabc9c17d0b1e78ad1467214f9f981feb4fae279c1f4b5f0bc3f7a643c2229b17d19e32c1ea894dc16d73b036a0b32f17faa9ac55615c SHA512 96369b318df9592ed4ff48d79ae695f89d27d85e8f5de72548fccb19ac15b83a33fb8bc096a3092d7a7f5b201af08805576888418c7927cf48b892df56464682
 DIST certifi-2018.8.24.tar.gz 146866 BLAKE2B 92a609bffd777a624d18e612e2fa504b1cd4f0764f979d22bf6785158fb928d30984fba16b839f6b4066395dadcca485e6215c6f0b6b550d891673a79ea77c08 SHA512 bb0af24570dd4806bc80cd438cae42db82f820de815a6148b184f58c19cd91a03f9275815559817a84220dcbd7c87a4a7d12e35cf4a95a1dbad286a1dfecf907
 DIST certifi-2019.6.16.tar.gz 156721 BLAKE2B 3990a9c122dbaf554f4482ad97192efa66f1cf54e83bd4ee67248bbea8797dc4da38ab537230a8263a491a2a2115528138965480ef4da6d6cba9ac2af5bff830 SHA512 4641626bc5073cd0b3a520855ddef1007dcb42933baa7a3469856f936e725581042bcbd5b67e984ba9748e7faa62b9125cba7dc160dcc5db2eafe46461a29f5e
+DIST certifi-2019.9.11.tar.gz 154855 BLAKE2B 1a2e39b44e2285bcf2dfc0104873fc2c5004c54b346a27beebffa28894c22ba77b7ba0b17131e686846be14c2200ea0fba89f8b465f4c61139122d88d6d1ebf6 SHA512 aab5734bf65cbad12772bb120153b0325a5c3226339e0a03fdf4c3413303feb930b6d53d1d9dab93bd4f3cf00d2bfbe86419c4c462570340f1a4aa143a31373c

diff --git a/dev-python/certifi/certifi-2019.9.11.ebuild b/dev-python/certifi/certifi-2019.9.11.ebuild
new file mode 100644
index 00000000000..50b26cdf12c
--- /dev/null
+++ b/dev-python/certifi/certifi-2019.9.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+
+inherit distutils-r1 prefix readme.gentoo-r1
+
+DESCRIPTION="Python package for providing Mozilla's CA Bundle"
+HOMEPAGE="http://certifi.io/ https://pypi.org/project/certifi"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+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"
+IUSE=""
+
+RDEPEND="app-misc/ca-certificates"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Do not drop this patch -- this will affect system's security
+PATCHES=( "${FILESDIR}"/certifi-2018.4.16-use-system-cacerts.patch )
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+
+	eprefixify certifi/core.py
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	local DOC_CONTENTS="
+		In Gentoo, we don't use certifi's bundled CA certificates.
+		Instead we remove bundled cacert.pem and patch certifi
+		to return system's CA certificates.
+	"
+	readme.gentoo_create_doc
+
+	# Precaution -- nothing should use bundled CA certificates
+	find "${D}" -name 'cacert.pem' -delete || die "Failed to delete bundled CA certificates"
+}


             reply	other threads:[~2019-09-12 14:11 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-12 14:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-11 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/ Sam James
2025-05-11 18:36 Sam James
2025-02-15 13:39 Michał Górny
2024-08-10  7:25 Michał Górny
2024-07-22  9:38 Michał Górny
2024-05-11  6:54 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 19:21 Sam James
2023-10-10  3:04 Sam James
2023-05-23 15:42 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-25  7:15 Sam James
2022-05-09 15:01 Michał Górny
2021-12-09 22:39 Michał Górny
2021-12-09 21:24 Sam James
2021-11-07 10:27 Michał Górny
2021-11-07 10:27 Michał Górny
2021-08-13  6:58 Michał Górny
2021-05-04 15:40 Michał Górny
2021-05-04 15:40 Michał Górny
2021-01-01  0:14 Michał Górny
2020-12-27 16:31 Fabian Groffen
2020-09-28 15:53 Michał Górny
2020-08-03  7:03 Michał Górny
2020-08-03  7:03 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 16:22 Sam James
2020-06-21  7:18 Michał Górny
2020-05-25 12:18 Michał Górny
2020-05-25 12:18 Michał Górny
2020-05-25 12:18 Michał Górny
2020-02-13 19:52 Sergei Trofimovich
2020-02-12 16:14 Agostino Sarubbo
2020-02-12  7:51 Agostino Sarubbo
2020-02-12  7:47 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2019-11-28 13:35 Michał Górny
2019-11-15  8:01 Michał Górny
2019-11-02  7:55 Mikle Kolyada
2019-11-02  7:55 Mikle Kolyada
2019-11-02  7:55 Mikle Kolyada
2019-09-21 18:09 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-16  6:52 Agostino Sarubbo
2019-09-13 23:58 Aaron Bauman
2019-09-13 17:27 Agostino Sarubbo
2019-09-13 12:03 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13  7:45 Agostino Sarubbo
2019-09-13  6:36 Agostino Sarubbo
2019-09-13  0:00 Thomas Deutschmann
2019-09-12 14:11 Michał Górny
2019-09-12 14:11 Michał Górny
2019-05-04 19:20 Andreas K. Hüttel
2018-12-17  1:03 Thomas Deutschmann
2018-12-17  1:03 Thomas Deutschmann
2018-09-18 21:23 Tim Harder
2018-06-17  4:10 Tim Harder
2018-06-03 13:55 Mike Frysinger
2018-05-26 10:06 Mart Raudsepp
2018-05-24  6:19 Sergei Trofimovich
2018-05-23 21:05 Mikle Kolyada
2018-05-23  7:28 Sergei Trofimovich
2018-04-21 23:26 Manuel Rüger
2018-01-12  4:10 Mike Frysinger
2017-11-25 13:20 Tim Harder
2017-10-05 22:01 Matt Thode
2017-09-30  0:31 Matt Thode
2017-08-20  3:47 Tim Harder
2017-07-08  7:13 Markus Meier
2017-06-30  7:44 Sergei Trofimovich
2017-06-26 20:18 Tobias Klausmann
2017-06-21 12:17 Agostino Sarubbo
2017-06-20  5:17 Agostino Sarubbo
2017-06-20  5:07 Agostino Sarubbo
2017-06-10 15:10 Agostino Sarubbo
2017-05-09 17:14 Markus Meier
2017-04-29 12:14 Jeroen Roovers
2017-04-27 11:23 Agostino Sarubbo
2017-04-25 15:04 Manuel Rüger
2017-04-22  7:33 Tobias Klausmann
2017-03-09 15:54 Michael Haubenwallner
2017-02-03  4:35 Mike Frysinger
2017-01-30 18:56 Lars Wendler
2017-01-30 18:56 Lars Wendler
2017-01-23  6:30 Jeroen Roovers
2016-12-24 10:25 Agostino Sarubbo
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-14  9:14 Tobias Klausmann
2016-11-03 21:04 Patrice Clement
2016-10-26 22:45 Tim Harder
2016-09-01  6:14 Tim Harder
2016-09-01  6:14 Tim Harder
2016-08-21 17:46 Tim Harder
2016-03-12 12:28 Dirkjan Ochtman
2016-01-11 19:53 Fabian Groffen
2015-12-07 18:33 Mike Frysinger
2015-12-03 10:21 Justin Lecher
2015-12-02 14:34 Agostino Sarubbo
2015-12-01 12:13 Justin Lecher
2015-11-20 11:29 Justin Lecher
2015-10-10 17:45 Mikle Kolyada
2015-09-29 13:50 Tobias Klausmann
2015-09-19  9:40 Justin Lecher
2015-09-12  7:13 Anthony G. Basile
2015-09-11  6:29 Justin Lecher
2015-09-11  6:09 Jeroen Roovers
2015-09-11  3:23 Mike Frysinger
2015-09-08  7:00 Justin Lecher
2015-09-08  7:00 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1568297455.b7e06d401cd2482b4be5187f5f55ee93c236e3ac.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox