Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/certifi: metadata.xml certifi-14.05.14.ebuild Manifest ChangeLog
Date: Wed, 27 Aug 2014 15:24:35
Message-Id: 20140827152431.821903FDF@oystercatcher.gentoo.org
1 idella4 14/08/27 15:24:31
2
3 Added: metadata.xml certifi-14.05.14.ebuild Manifest
4 ChangeLog
5 Log:
6 new ebuild, dep to tornado-4.0.1, ebuild written by me
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 dev-python/certifi/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/metadata.xml?r1=1.3&r2=1.4
16
17
18
19
20 1.1 dev-python/certifi/certifi-14.05.14.ebuild
21
22 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild?rev=1.1&view=markup
23 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild?rev=1.1&content-type=text/plain
24
25 Index: certifi-14.05.14.ebuild
26 ===================================================================
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-14.05.14.ebuild,v 1.1 2014/08/27 15:24:31 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
33
34 inherit distutils-r1
35
36 DESCRIPTION="Python package for providing Mozilla's CA Bundle"
37 HOMEPAGE="http://python-requests.org/"
38 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39
40 LICENSE="LGPL-2.1"
41 SLOT="0"
42 KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 RDEPEND=""
46 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47
48
49
50 1.10 dev-python/certifi/Manifest
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/Manifest?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/Manifest?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/Manifest?r1=1.9&r2=1.10
55
56
57
58
59 1.7 dev-python/certifi/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.7&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.7&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?r1=1.6&r2=1.7