Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/certifi: metadata.xml certifi-0.0.6.ebuild Manifest ChangeLog
Date: Mon, 02 Jan 2012 06:56:48
Message-Id: 20120102065639.0C3832004B@flycatcher.gentoo.org
1 floppym 12/01/02 06:56:39
2
3 Added: metadata.xml certifi-0.0.6.ebuild Manifest
4 ChangeLog
5 Log:
6 New package.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-python/certifi/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>python</herd>
22 </pkgmetadata>
23
24
25
26 1.1 dev-python/certifi/certifi-0.0.6.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-0.0.6.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-0.0.6.ebuild?rev=1.1&content-type=text/plain
30
31 Index: certifi-0.0.6.ebuild
32 ===================================================================
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-0.0.6.ebuild,v 1.1 2012/01/02 06:56:38 floppym Exp $
36
37 EAPI="4"
38 PYTHON_DEPEND="2"
39 SUPPORT_PYTHON_ABIS="1"
40 RESTRICT_PYTHON_ABIS="3.*"
41
42 inherit distutils
43
44 DESCRIPTION="SSL root certificate bundle"
45 HOMEPAGE="http://python-requests.org/"
46 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
47
48 LICENSE="ISC"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND="app-misc/ca-certificates"
54
55 src_install() {
56 distutils_src_install
57 installing() {
58 # Overwrite bundled certificates with a symlink.
59 dosym "${EPREFIX}/etc/ssl/certs/ca-certificates.crt" \
60 "$(python_get_sitedir -b)/certifi/cacert.pem"
61 }
62 python_execute_function installing
63 }
64
65
66
67 1.1 dev-python/certifi/Manifest
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/Manifest?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/Manifest?rev=1.1&content-type=text/plain
71
72 Index: Manifest
73 ===================================================================
74 DIST certifi-0.0.6.tar.gz 118451 RMD160 65827de13f51cb9127d1b5a8097698dd074f6320 SHA1 aca0de0c545b95d528ce413ef1560108da1cf46e SHA256 e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585
75 EBUILD certifi-0.0.6.ebuild 696 RMD160 e17267888a31d6ba3f95c17016ffeb6c96041d1e SHA1 3445473b679f99c4e555b593a73e9daaf8d01b1d SHA256 3fe6b7b9038ef3706beaf23eaaad026df5c1ccbf48f1af75487fc71322340981
76 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
77
78
79
80 1.1 dev-python/certifi/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for dev-python/certifi
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.1 2012/01/02 06:56:38 floppym Exp $
90
91 *certifi-0.0.6 (02 Jan 2012)
92
93 02 Jan 2012; Mike Gilbert <floppym@g.o> +certifi-0.0.6.ebuild,
94 +metadata.xml:
95 New package.