mgorny 14/11/30 16:55:06
Modified: python-ptrace-0.8.ebuild python-ptrace-0.7.ebuild
python-ptrace-0.8.1.ebuild ChangeLog
Log:
Add missing PYTHON_USEDEPs. Remove Python3 & PyPy since distorm64 does not
support them.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.2 dev-python/python-ptrace/python-ptrace-0.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild?rev=1.2&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild?r1=1.1&r2=1.2
Index: python-ptrace-0.8.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ptrace-0.8.ebuild 17 Oct 2014 04:15:24 -0000 1.1
+++ python-ptrace-0.8.ebuild 30 Nov 2014 16:55:05 -0000 1.2
@@ -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.ebuild,v 1.1
2014/10/17 04:15:24 idella4 Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -17,15 +17,11 @@
IUSE="doc examples"
DEPEND=""
-RDEPEND="dev-libs/distorm64"
+RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
# Req'd for tests
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
- echo "${EPYTHON}"
- if python_is_python3; then
- 2to3 -w ptrace
- fi
"${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
}
1.3 dev-python/python-ptrace/python-ptrace-0.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild?rev=1.3&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild?r1=1.2&r2=1.3
Index: python-ptrace-0.7.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-ptrace-0.7.ebuild 10 Aug 2014 21:19:40 -0000 1.2
+++ python-ptrace-0.7.ebuild 30 Nov 2014 16:55:05 -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.7.ebuild,v 1.2
2014/08/10 21:19:40 slyfox Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy2_0 pypy )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -17,15 +17,11 @@
IUSE="examples"
DEPEND=""
-RDEPEND="dev-libs/distorm64"
+RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
# Req'd for tests
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
- echo "${EPYTHON}"
- if python_is_python3; then
- 2to3 -w ptrace
- fi
"${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
}
1.2 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.2&view=markup
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
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
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ptrace-0.8.1.ebuild 5 Nov 2014 05:32:30 -0000 1.1
+++ python-ptrace-0.8.1.ebuild 30 Nov 2014 16:55:05 -0000 1.2
@@ -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.1 2014/11/05 05:32:30 patrick Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -17,15 +17,11 @@
IUSE="doc examples"
DEPEND=""
-RDEPEND="dev-libs/distorm64"
+RDEPEND="dev-libs/distorm64[${PYTHON_USEDEP}]"
# Req'd for tests
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
- echo "${EPYTHON}"
- if python_is_python3; then
- 2to3 -w ptrace
- fi
"${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}"
}
1.17 dev-python/python-ptrace/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 5 Nov 2014 05:32:30 -0000 1.16
+++ ChangeLog 30 Nov 2014 16:55:05 -0000 1.17
@@ -1,6 +1,11 @@
# 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.16
2014/11/05 05:32:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.17
2014/11/30 16:55:05 mgorny Exp $
+
+ 30 Nov 2014; Michał Górny <[email protected]> python-ptrace-0.7.ebuild,
+ python-ptrace-0.8.1.ebuild, python-ptrace-0.8.ebuild:
+ Add missing PYTHON_USEDEPs. Remove Python3 & PyPy since distorm64 does not
+ support them.
*python-ptrace-0.8.1 (05 Nov 2014)