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/python-cluster: python-cluster-1.2.2.ebuild metadata.xml ChangeLog
Date: Wed, 31 Dec 2014 04:53:56
Message-Id: 20141231045348.AF82EE8AF@oystercatcher.gentoo.org
1 floppym 14/12/31 04:53:48
2
3 Modified: metadata.xml ChangeLog
4 Added: python-cluster-1.2.2.ebuild
5 Log:
6 Version bump. Convert to distutils-r1.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.3 dev-python/python-cluster/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cluster/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 15 Jan 2013 21:20:48 -0000 1.2
24 +++ metadata.xml 31 Dec 2014 04:53:48 -0000 1.3
25 @@ -3,4 +3,3 @@
26 <pkgmetadata>
27 <herd>python</herd>
28 </pkgmetadata>
29 -
30
31
32
33 1.5 dev-python/python-cluster/ChangeLog
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/ChangeLog?rev=1.5&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/ChangeLog?rev=1.5&content-type=text/plain
37 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/ChangeLog?r1=1.4&r2=1.5
38
39 Index: ChangeLog
40 ===================================================================
41 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v
42 retrieving revision 1.4
43 retrieving revision 1.5
44 diff -u -r1.4 -r1.5
45 --- ChangeLog 15 Jan 2013 21:20:48 -0000 1.4
46 +++ ChangeLog 31 Dec 2014 04:53:48 -0000 1.5
47 @@ -1,6 +1,12 @@
48 # ChangeLog for dev-python/python-cluster
49 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
50 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.4 2013/01/15 21:20:48 hwoarang Exp $
51 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
52 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/ChangeLog,v 1.5 2014/12/31 04:53:48 floppym Exp $
53 +
54 +*python-cluster-1.2.2 (31 Dec 2014)
55 +
56 + 31 Dec 2014; Mike Gilbert <floppym@g.o> +python-cluster-1.2.2.ebuild,
57 + metadata.xml:
58 + Version bump. Convert to distutils-r1.
59
60 15 Jan 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
61 Remove myself from metadata
62
63
64
65 1.1 dev-python/python-cluster/python-cluster-1.2.2.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/python-cluster-1.2.2.ebuild?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cluster/python-cluster-1.2.2.ebuild?rev=1.1&content-type=text/plain
69
70 Index: python-cluster-1.2.2.ebuild
71 ===================================================================
72 # Copyright 1999-2014 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-cluster/python-cluster-1.2.2.ebuild,v 1.1 2014/12/31 04:53:48 floppym Exp $
75
76 EAPI=5
77
78 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
79
80 inherit distutils-r1 eutils
81
82 DESCRIPTION="Allows grouping a list of arbitrary objects into related groups (clusters)"
83 HOMEPAGE="https://github.com/exhuma/python-cluster"
84 SRC_URI="mirror://pypi/c/cluster/cluster-${PV}.tar.gz"
85
86 LICENSE="LGPL-2.1"
87 SLOT="0"
88 KEYWORDS="~amd64 ~x86"
89 IUSE=""
90
91 S="${WORKDIR}/cluster-${PV}"
92
93 python_test() {
94 "${PYTHON}" test.py || die "Testing failed with ${EPYTHON}"
95 }