floppym 14/12/01 02:02:53
Modified: python-ptrace-0.8.1.ebuild ChangeLog
Removed: python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild
python-ptrace-0.6.6.ebuild
Log:
Drop optional runtime dep on dev-libs/distorm64, and restore python3 and pypy
support. Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0BBEEA1FEA4843A4)
Revision Changes Path
1.3 dev-python/python-ptrace/python-ptrace-0.8.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.3&view=markup
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
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
Index: python-ptrace-0.8.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-ptrace-0.8.1.ebuild 30 Nov 2014 16:55:05 -0000 1.2
+++ python-ptrace-0.8.1.ebuild 1 Dec 2014 02:02:53 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@@ -16,13 +16,10 @@
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-DEPEND=""
-RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
-# Req'd for tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
python_test() {
- "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
+ # Python 3.4 adds SOCK_CLOEXEC to socket.type automatically, and ptrace
does
+ # not translate that on output causing it to fail
test_strace.test_socket.
+ "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
1.18 dev-python/python-ptrace/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.18&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.18&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 30 Nov 2014 16:55:05 -0000 1.17
+++ ChangeLog 1 Dec 2014 02:02:53 -0000 1.18
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/python-ptrace
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.17
2014/11/30 16:55:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.18
2014/12/01 02:02:53 floppym Exp $
+
+ 01 Dec 2014; Mike Gilbert <[email protected]> -python-ptrace-0.6.6.ebuild,
+ -python-ptrace-0.7.ebuild, -python-ptrace-0.8.ebuild,
+ python-ptrace-0.8.1.ebuild:
+ Drop optional runtime dep on dev-libs/distorm64, and restore python3 and pypy
+ support. Remove old.
30 Nov 2014; Michał Górny <[email protected]> python-ptrace-0.7.ebuild,
python-ptrace-0.8.1.ebuild, python-ptrace-0.8.ebuild: