Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/requests-cache: metadata.xml requests-cache-0.3.0.ebuild ChangeLog
Date: Thu, 28 Feb 2013 17:31:18
Message-Id: 20130228173113.B036B2171D@flycatcher.gentoo.org
1 zx2c4 13/02/28 17:31:13
2
3 Added: metadata.xml requests-cache-0.3.0.ebuild ChangeLog
4 Log:
5 Import based on dev-python/requests.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.1 dev-python/requests-cache/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <maintainer>
22 <email>zx2c4@g.o</email>
23 <name>Jason A. Donenfeld</name>
24 </maintainer>
25 <upstream>
26 <remote-id type="pypi">requests-cache</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30
31
32 1.1 dev-python/requests-cache/requests-cache-0.3.0.ebuild
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild?rev=1.1&content-type=text/plain
36
37 Index: requests-cache-0.3.0.ebuild
38 ===================================================================
39 # Copyright 1999-2013 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
42
43 EAPI=5
44 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
45
46 inherit distutils-r1
47
48 DESCRIPTION="HTTP library for human beings"
49 HOMEPAGE="Persistent cache for requests library"
50 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
51
52 LICENSE="BSD"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55 IUSE=""
56
57 RDEPEND=">=dev-python/requests-1.1.0"
58 DEPEND="${RDEPEND}
59 dev-python/setuptools[${PYTHON_USEDEP}]"
60
61 DOCS=( README.rst HISTORY.rst )
62
63
64
65 1.1 dev-python/requests-cache/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for dev-python/requests-cache
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
75
76 *requests-cache-0.3.0 (28 Feb 2013)
77
78 28 Feb 2013; Jason A. Donenfeld <zx2c4@g.o> +metadata.xml,
79 +requests-cache-0.3.0.ebuild:
80 Import based on dev-python/requests.