diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-01 12:48:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-01 13:12:58 +0100 |
commit | 96957448029b8914ccc769cc9c36c60311b6653b (patch) | |
tree | c2df873c7ebe66cc975d55ebb6a89fa014bf63fa /dev-python/certifi | |
parent | ros-meta/image_common: Bump to 1.11.8. (diff) | |
download | gentoo-96957448029b8914ccc769cc9c36c60311b6653b.tar.gz gentoo-96957448029b8914ccc769cc9c36c60311b6653b.tar.bz2 gentoo-96957448029b8914ccc769cc9c36c60311b6653b.zip |
dev-python/certifi: Version Bump
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/certifi/certifi-2015.11.20.1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest index 630bd9cb6906..ed2ea64b5130 100644 --- a/dev-python/certifi/Manifest +++ b/dev-python/certifi/Manifest @@ -1,2 +1,3 @@ +DIST certifi-2015.11.20.1.tar.gz 365934 SHA256 30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 SHA512 e075c67ca134a34908ca775fb909e61c349fa3cf9f48b8c934b795c8295fc859753d65187c560e4bf11d05bcaead038212e22384524af2a296acdd6246fcc1b3 WHIRLPOOL b3dad9eb8e0b2a37008280d9abd632a0bf2875bfefc18fbb01c60525f3c94a4d723b6579e71d20c85f7958aa1a09a49547a1326f2ee7d51e7b3338edeadd3e49 DIST certifi-2015.11.20.tar.gz 364503 SHA256 7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de SHA512 d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58 WHIRLPOOL 02712c93ca05fdd4d7afced1ccfedb52fddca7b8f2e29b41681ece953f026106fdc84c02b06db6c7b7a639af9ed6796efad65e47a1ec2c2089e854128a13201d DIST certifi-2015.9.6.2.tar.gz 368588 SHA256 dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 SHA512 78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31 WHIRLPOOL 4c1f075ea41d00819325bd49213c39f0af3f7e0393a2ea8b4c6efbfc38e828ee8e6b807da4a43974182a65565c6eed76d491d09f03841c9f96251d15bf19f9b7 diff --git a/dev-python/certifi/certifi-2015.11.20.1.ebuild b/dev-python/certifi/certifi-2015.11.20.1.ebuild new file mode 100644 index 000000000000..2770d0cf2249 --- /dev/null +++ b/dev-python/certifi/certifi-2015.11.20.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python package for providing Mozilla's CA Bundle" +HOMEPAGE="http://certifi.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |