From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9A161389E2 for ; Mon, 1 Dec 2014 02:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F167EE08BE; Mon, 1 Dec 2014 02:02:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BC0BE08BE for ; Mon, 1 Dec 2014 02:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E004340100 for ; Mon, 1 Dec 2014 02:02:54 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2304) id 33588B40E; Mon, 1 Dec 2014 02:02:53 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org 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 X-VCS-Repository: gentoo-x86 X-VCS-Files: python-ptrace-0.8.1.ebuild ChangeLog python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild python-ptrace-0.6.6.ebuild X-VCS-Directories: dev-python/python-ptrace X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141201020253.33588B40E@oystercatcher.gentoo.org> Date: Mon, 1 Dec 2014 02:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 22e53058-e207-4704-85eb-ce957593a58d X-Archives-Hash: 1acfc6c22825b341793e3b9b64c3bfc6 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 -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 python-ptrace-0.7.ebuild, python-ptrace-0.8.1.ebuild, python-ptrace-0.8.ebuild: