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/lz4: lz4-0.6.0_p20140104.ebuild lz4-0.6.1.ebuild ChangeLog
Date: Wed, 02 Jul 2014 05:15:25
Message-Id: 20140702051521.BC5072004E@flycatcher.gentoo.org
1 idella4 14/07/02 05:15:21
2
3 Modified: lz4-0.6.0_p20140104.ebuild lz4-0.6.1.ebuild
4 ChangeLog
5 Log:
6 -0.6.0_p20140104;drop py2.6 -0.6.1; drop py2.6 add py3.4 pypy, removed IUSE test, dep nose & test phase due to absence (again) of tests folder in that release; both; add missing dep setuptools, fixes bug #515016
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 dev-python/lz4/lz4-0.6.0_p20140104.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?r1=1.3&r2=1.4
16
17 Index: lz4-0.6.0_p20140104.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- lz4-0.6.0_p20140104.ebuild 21 Mar 2014 08:03:12 -0000 1.3
24 +++ lz4-0.6.0_p20140104.ebuild 2 Jul 2014 05:15:21 -0000 1.4
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 1.3 2014/03/21 08:03:12 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 1.4 2014/07/02 05:15:21 idella4 Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
35
36 inherit distutils-r1
37
38 @@ -18,7 +18,7 @@
39 IUSE="test"
40
41 RDEPEND=""
42 -DEPEND="
43 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
44 test? ( dev-python/nose )"
45
46 python_prepare_all() {
47
48
49
50 1.2 dev-python/lz4/lz4-0.6.1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?r1=1.1&r2=1.2
55
56 Index: lz4-0.6.1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- lz4-0.6.1.ebuild 21 Mar 2014 08:03:12 -0000 1.1
63 +++ lz4-0.6.1.ebuild 2 Jul 2014 05:15:21 -0000 1.2
64 @@ -1,10 +1,10 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.1 2014/03/21 08:03:12 jlec Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.2 2014/07/02 05:15:21 idella4 Exp $
69
70 EAPI=5
71
72 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
73 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
74
75 inherit distutils-r1
76
77 @@ -15,11 +15,9 @@
78 SLOT="0"
79 LICENSE="BSD"
80 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
81 -IUSE="test"
82
83 RDEPEND=""
84 -DEPEND="
85 - test? ( dev-python/nose )"
86 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
87
88 python_prepare_all() {
89 sed \
90 @@ -27,8 +25,3 @@
91 -e 's:"-O4"::g' \
92 -i setup.py || die
93 }
94 -
95 -python_test() {
96 - cd tests || die
97 - nosetests || die
98 -}
99
100
101
102 1.4 dev-python/lz4/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.4&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.4&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?r1=1.3&r2=1.4
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v
111 retrieving revision 1.3
112 retrieving revision 1.4
113 diff -u -r1.3 -r1.4
114 --- ChangeLog 21 Mar 2014 08:03:12 -0000 1.3
115 +++ ChangeLog 2 Jul 2014 05:15:21 -0000 1.4
116 @@ -1,6 +1,12 @@
117 # ChangeLog for dev-python/lz4
118 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.3 2014/03/21 08:03:12 jlec Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.4 2014/07/02 05:15:21 idella4 Exp $
121 +
122 + 02 Jul 2014; Ian Delaney <idella4@g.o> lz4-0.6.0_p20140104.ebuild,
123 + lz4-0.6.1.ebuild:
124 + -0.6.0_p20140104;drop py2.6 -0.6.1; drop py2.6 add py3.4 pypy, removed IUSE
125 + test, dep nose & test phase due to absence (again) of tests folder in that
126 + release; both; add missing dep setuptools, fixes bug #515016
127
128 *lz4-0.6.1 (21 Mar 2014)
129
130 @@ -16,4 +22,3 @@
131 27 Jan 2014; Justin Lecher <jlec@g.o> +lz4-0.6.0_p20140104.ebuild,
132 +metadata.xml:
133 New addition, written by me
134 -