Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/
Date: Tue, 01 Dec 2015 12:13:08
Message-Id: 1448971978.96957448029b8914ccc769cc9c36c60311b6653b.jlec@gentoo
1 commit: 96957448029b8914ccc769cc9c36c60311b6653b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 11:48:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 12:12:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96957448
7
8 dev-python/certifi: Version Bump
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/certifi/Manifest | 1 +
14 dev-python/certifi/certifi-2015.11.20.1.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
18 index 630bd9c..ed2ea64 100644
19 --- a/dev-python/certifi/Manifest
20 +++ b/dev-python/certifi/Manifest
21 @@ -1,2 +1,3 @@
22 +DIST certifi-2015.11.20.1.tar.gz 365934 SHA256 30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 SHA512 e075c67ca134a34908ca775fb909e61c349fa3cf9f48b8c934b795c8295fc859753d65187c560e4bf11d05bcaead038212e22384524af2a296acdd6246fcc1b3 WHIRLPOOL b3dad9eb8e0b2a37008280d9abd632a0bf2875bfefc18fbb01c60525f3c94a4d723b6579e71d20c85f7958aa1a09a49547a1326f2ee7d51e7b3338edeadd3e49
23 DIST certifi-2015.11.20.tar.gz 364503 SHA256 7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de SHA512 d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58 WHIRLPOOL 02712c93ca05fdd4d7afced1ccfedb52fddca7b8f2e29b41681ece953f026106fdc84c02b06db6c7b7a639af9ed6796efad65e47a1ec2c2089e854128a13201d
24 DIST certifi-2015.9.6.2.tar.gz 368588 SHA256 dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 SHA512 78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31 WHIRLPOOL 4c1f075ea41d00819325bd49213c39f0af3f7e0393a2ea8b4c6efbfc38e828ee8e6b807da4a43974182a65565c6eed76d491d09f03841c9f96251d15bf19f9b7
25
26 diff --git a/dev-python/certifi/certifi-2015.11.20.1.ebuild b/dev-python/certifi/certifi-2015.11.20.1.ebuild
27 new file mode 100644
28 index 0000000..2770d0c
29 --- /dev/null
30 +++ b/dev-python/certifi/certifi-2015.11.20.1.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Python package for providing Mozilla's CA Bundle"
43 +HOMEPAGE="http://certifi.io/"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="LGPL-2.1"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
49 +IUSE=""
50 +
51 +RDEPEND=""
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"