Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pathlib: ChangeLog pathlib-1.0.1.ebuild
Date: Sat, 01 Aug 2015 10:27:11
Message-Id: 20150801102645.E33BC115@oystercatcher.gentoo.org
1 patrick 15/08/01 10:26:45
2
3 Modified: ChangeLog pathlib-1.0.1.ebuild
4 Log:
5 Add py3.4 hugs
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.12 dev-python/pathlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 Jun 2015 08:17:17 -0000 1.11
23 +++ ChangeLog 1 Aug 2015 10:26:45 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pathlib
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.11 2015/06/12 08:17:17 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.12 2015/08/01 10:26:45 patrick Exp $
29 +
30 + 01 Aug 2015; Patrick Lauer <patrick@g.o> pathlib-1.0.1.ebuild:
31 + Add py3.4 hugs
32
33 12 Jun 2015; Ian Delaney <idella4@g.o> pathlib-1.0.1.ebuild:
34 add pypy support
35
36
37
38 1.6 dev-python/pathlib/pathlib-1.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?r1=1.5&r2=1.6
43
44 Index: pathlib-1.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- pathlib-1.0.1.ebuild 12 Jun 2015 08:17:17 -0000 1.5
51 +++ pathlib-1.0.1.ebuild 1 Aug 2015 10:26:45 -0000 1.6
52 @@ -1,11 +1,11 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.5 2015/06/12 08:17:17 idella4 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.6 2015/08/01 10:26:45 patrick Exp $
57
58 EAPI=5
59
60 # In Python 3.4, pathlib is now part of the standard library.
61 -PYTHON_COMPAT=( python{2_7,3_3} pypy )
62 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
63 inherit distutils-r1
64
65 DESCRIPTION="Object-oriented filesystem paths"