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/w3lib: w3lib-1.6.ebuild ChangeLog w3lib-1.2-r1.ebuild w3lib-1.2.ebuild w3lib-1.0.ebuild w3lib-1.3.ebuild w3lib-1.1.ebuild
Date: Tue, 10 Jun 2014 07:45:14
Message-Id: 20140610074510.D67552004E@flycatcher.gentoo.org
1 idella4 14/06/10 07:45:10
2
3 Modified: ChangeLog
4 Added: w3lib-1.6.ebuild
5 Removed: w3lib-1.2-r1.ebuild w3lib-1.2.ebuild
6 w3lib-1.0.ebuild w3lib-1.3.ebuild w3lib-1.1.ebuild
7 Log:
8 bump; drop py2.6 pypy2_0 add py3 support, rm old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
11
12 Revision Changes Path
13 1.9 dev-python/w3lib/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?rev=1.9&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?rev=1.9&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?r1=1.8&r2=1.9
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v
22 retrieving revision 1.8
23 retrieving revision 1.9
24 diff -u -r1.8 -r1.9
25 --- ChangeLog 31 Mar 2014 20:38:34 -0000 1.8
26 +++ ChangeLog 10 Jun 2014 07:45:10 -0000 1.9
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-python/w3lib
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.8 2014/03/31 20:38:34 mgorny Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.9 2014/06/10 07:45:10 idella4 Exp $
32 +
33 +*w3lib-1.6 (10 Jun 2014)
34 +
35 + 10 Jun 2014; Ian Delaney <idella4@g.o> +w3lib-1.6.ebuild,
36 + -w3lib-1.0.ebuild, -w3lib-1.1.ebuild, -w3lib-1.2-r1.ebuild, -w3lib-1.2.ebuild,
37 + -w3lib-1.3.ebuild:
38 + bump; drop py2.6 pypy2_0 add py3 support, rm old
39
40 31 Mar 2014; Michał Górny <mgorny@g.o> w3lib-1.2-r1.ebuild,
41 w3lib-1.3.ebuild, w3lib-1.5.ebuild:
42
43
44
45 1.1 dev-python/w3lib/w3lib-1.6.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/w3lib-1.6.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/w3lib-1.6.ebuild?rev=1.1&content-type=text/plain
49
50 Index: w3lib-1.6.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.6.ebuild,v 1.1 2014/06/10 07:45:10 idella4 Exp $
55
56 EAPI=5
57
58 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
59
60 inherit distutils-r1
61
62 DESCRIPTION="Python library of web-related functions"
63 HOMEPAGE="http://github.com/scrapy/w3lib"
64 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
72 RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"