Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild python-ptrace-0.8.1.ebuild ChangeLog
Date: Sun, 30 Nov 2014 16:55:10
Message-Id: 20141130165506.087B4B3B7@oystercatcher.gentoo.org
1 mgorny 14/11/30 16:55:06
2
3 Modified: python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild
4 python-ptrace-0.8.1.ebuild ChangeLog
5 Log:
6 Add missing PYTHON_USEDEPs. Remove Python3 & PyPy since distorm64 does not support them.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-python/python-ptrace/python-ptrace-0.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild?r1=1.1&r2=1.2
16
17 Index: python-ptrace-0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- python-ptrace-0.8.ebuild 17 Oct 2014 04:15:24 -0000 1.1
24 +++ python-ptrace-0.8.ebuild 30 Nov 2014 16:55:05 -0000 1.2
25 @@ -1,9 +1,9 @@
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/python-ptrace/python-ptrace-0.8.ebuild,v 1.1 2014/10/17 04:15:24 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild,v 1.2 2014/11/30 16:55:05 mgorny Exp $
30
31 EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
33 +PYTHON_COMPAT=( python2_7 )
34
35 inherit distutils-r1
36
37 @@ -17,15 +17,11 @@
38 IUSE="doc examples"
39
40 DEPEND=""
41 -RDEPEND="dev-libs/distorm64"
42 +RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
43 # Req'd for tests
44 DISTUTILS_IN_SOURCE_BUILD=1
45
46 python_test() {
47 - echo "${EPYTHON}"
48 - if python_is_python3; then
49 - 2to3 -w ptrace
50 - fi
51 "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
52 }
53
54
55
56
57 1.3 dev-python/python-ptrace/python-ptrace-0.7.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild?r1=1.2&r2=1.3
62
63 Index: python-ptrace-0.7.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- python-ptrace-0.7.ebuild 10 Aug 2014 21:19:40 -0000 1.2
70 +++ python-ptrace-0.7.ebuild 30 Nov 2014 16:55:05 -0000 1.3
71 @@ -1,9 +1,9 @@
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-ptrace/python-ptrace-0.7.ebuild,v 1.2 2014/08/10 21:19:40 slyfox Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild,v 1.3 2014/11/30 16:55:05 mgorny Exp $
76
77 EAPI=5
78 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy2_0 pypy )
79 +PYTHON_COMPAT=( python2_7 )
80
81 inherit distutils-r1
82
83 @@ -17,15 +17,11 @@
84 IUSE="examples"
85
86 DEPEND=""
87 -RDEPEND="dev-libs/distorm64"
88 +RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
89 # Req'd for tests
90 DISTUTILS_IN_SOURCE_BUILD=1
91
92 python_test() {
93 - echo "${EPYTHON}"
94 - if python_is_python3; then
95 - 2to3 -w ptrace
96 - fi
97 "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
98 }
99
100
101
102
103 1.2 dev-python/python-ptrace/python-ptrace-0.8.1.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?r1=1.1&r2=1.2
108
109 Index: python-ptrace-0.8.1.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- python-ptrace-0.8.1.ebuild 5 Nov 2014 05:32:30 -0000 1.1
116 +++ python-ptrace-0.8.1.ebuild 30 Nov 2014 16:55:05 -0000 1.2
117 @@ -1,9 +1,9 @@
118 # Copyright 1999-2014 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.1 2014/11/05 05:32:30 patrick Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.2 2014/11/30 16:55:05 mgorny Exp $
122
123 EAPI=5
124 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
125 +PYTHON_COMPAT=( python2_7 )
126
127 inherit distutils-r1
128
129 @@ -17,15 +17,11 @@
130 IUSE="doc examples"
131
132 DEPEND=""
133 -RDEPEND="dev-libs/distorm64"
134 +RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
135 # Req'd for tests
136 DISTUTILS_IN_SOURCE_BUILD=1
137
138 python_test() {
139 - echo "${EPYTHON}"
140 - if python_is_python3; then
141 - 2to3 -w ptrace
142 - fi
143 "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
144 }
145
146
147
148
149 1.17 dev-python/python-ptrace/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.17&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.17&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.16&r2=1.17
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
158 retrieving revision 1.16
159 retrieving revision 1.17
160 diff -u -r1.16 -r1.17
161 --- ChangeLog 5 Nov 2014 05:32:30 -0000 1.16
162 +++ ChangeLog 30 Nov 2014 16:55:05 -0000 1.17
163 @@ -1,6 +1,11 @@
164 # ChangeLog for dev-python/python-ptrace
165 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.16 2014/11/05 05:32:30 patrick Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.17 2014/11/30 16:55:05 mgorny Exp $
168 +
169 + 30 Nov 2014; Michał Górny <mgorny@g.o> python-ptrace-0.7.ebuild,
170 + python-ptrace-0.8.1.ebuild, python-ptrace-0.8.ebuild:
171 + Add missing PYTHON_USEDEPs. Remove Python3 & PyPy since distorm64 does not
172 + support them.
173
174 *python-ptrace-0.8.1 (05 Nov 2014)