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-ptrace: python-ptrace-0.8.1.ebuild ChangeLog python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild python-ptrace-0.6.6.ebuild
Date: Mon, 01 Dec 2014 02:02:56
Message-Id: 20141201020253.33588B40E@oystercatcher.gentoo.org
1 floppym 14/12/01 02:02:53
2
3 Modified: python-ptrace-0.8.1.ebuild ChangeLog
4 Removed: python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild
5 python-ptrace-0.6.6.ebuild
6 Log:
7 Drop optional runtime dep on dev-libs/distorm64, and restore python3 and pypy support. Remove old.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.3 dev-python/python-ptrace/python-ptrace-0.8.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?r1=1.2&r2=1.3
17
18 Index: python-ptrace-0.8.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- python-ptrace-0.8.1.ebuild 30 Nov 2014 16:55:05 -0000 1.2
25 +++ python-ptrace-0.8.1.ebuild 1 Dec 2014 02:02:53 -0000 1.3
26 @@ -1,9 +1,9 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.3 2014/12/01 02:02:53 floppym Exp $
31
32 EAPI=5
33 -PYTHON_COMPAT=( python2_7 )
34 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
35
36 inherit distutils-r1
37
38 @@ -16,13 +16,10 @@
39 KEYWORDS="~amd64 ~x86"
40 IUSE="doc examples"
41
42 -DEPEND=""
43 -RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
44 -# Req'd for tests
45 -DISTUTILS_IN_SOURCE_BUILD=1
46 -
47 python_test() {
48 - "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
49 + # Python 3.4 adds SOCK_CLOEXEC to socket.type automatically, and ptrace does
50 + # not translate that on output causing it to fail test_strace.test_socket.
51 + "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}"
52 }
53
54 python_install_all() {
55
56
57
58 1.18 dev-python/python-ptrace/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.18&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.18&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.17&r2=1.18
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
67 retrieving revision 1.17
68 retrieving revision 1.18
69 diff -u -r1.17 -r1.18
70 --- ChangeLog 30 Nov 2014 16:55:05 -0000 1.17
71 +++ ChangeLog 1 Dec 2014 02:02:53 -0000 1.18
72 @@ -1,6 +1,12 @@
73 # ChangeLog for dev-python/python-ptrace
74 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.17 2014/11/30 16:55:05 mgorny Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.18 2014/12/01 02:02:53 floppym Exp $
77 +
78 + 01 Dec 2014; Mike Gilbert <floppym@g.o> -python-ptrace-0.6.6.ebuild,
79 + -python-ptrace-0.7.ebuild, -python-ptrace-0.8.ebuild,
80 + python-ptrace-0.8.1.ebuild:
81 + Drop optional runtime dep on dev-libs/distorm64, and restore python3 and pypy
82 + support. Remove old.
83
84 30 Nov 2014; Michał Górny <mgorny@g.o> python-ptrace-0.7.ebuild,
85 python-ptrace-0.8.1.ebuild, python-ptrace-0.8.ebuild: