Gentoo Archives: gentoo-commits

From: "Pavlos Ratis (dastergon)" <dastergon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ssl-fetch: ssl-fetch-0.2.1.ebuild ChangeLog
Date: Fri, 25 Jul 2014 17:27:15
Message-Id: 20140725172710.534CC2004E@flycatcher.gentoo.org
1 dastergon 14/07/25 17:27:10
2
3 Modified: ChangeLog
4 Added: ssl-fetch-0.2.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
9
10 Revision Changes Path
11 1.13 dev-python/ssl-fetch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 20 Jul 2014 12:15:12 -0000 1.12
24 +++ ChangeLog 25 Jul 2014 17:27:10 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/ssl-fetch
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.12 2014/07/20 12:15:12 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.13 2014/07/25 17:27:10 dastergon Exp $
30 +
31 +*ssl-fetch-0.2.1 (25 Jul 2014)
32 +
33 + 25 Jul 2014; Pavlos Ratis <dastergon@g.o> +ssl-fetch-0.2.1.ebuild:
34 + version bump
35
36 20 Jul 2014; Tobias Klausmann <klausman@g.o> ssl-fetch-0.2.ebuild:
37 Keyworded on alpha, bug #509628
38
39
40
41 1.1 dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ssl-fetch-0.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.1 2014/07/25 17:27:10 dastergon Exp $
51
52 EAPI="5"
53
54 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
55
56 inherit distutils-r1
57
58 DESCRIPTION="A small convinience library for fetching files securely"
59 HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
60 SRC_URI="https://github.com/dol-sen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 IUSE=""
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86"
67
68 DEPEND=""
69
70 RDEPEND="${DEPEND}
71 >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
72 python_targets_python2_7? (
73 dev-python/ndg-httpsclient[python_targets_python2_7]
74 dev-python/pyasn1[python_targets_python2_7]
75 >=dev-python/pyopenssl-0.13[python_targets_python2_7]
76 )
77 "
78
79 pkg_postinst() {
80 einfo
81 einfo "This is beta software."
82 einfo "The APIs it installs should be considered unstable"
83 einfo "and are subject to change in these early versions."
84 einfo
85 einfo "Please file any enhancement requests, or bugs"
86 einfo "at https://github.com/dol-sen/ssl-fetch/issues"
87 einfo "I am also on IRC @ #gentoo-portage, #gentoo-keys,... of the freenode network"
88 einfo
89 }