diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fusil/fusil-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysvn/pysvn-1.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-ptrace/python-ptrace-0.6.2.ebuild | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/dev-python/fusil/fusil-1.3.2.ebuild b/dev-python/fusil/fusil-1.3.2.ebuild index ace92ca37471..1e2abf1db0e1 100644 --- a/dev-python/fusil/fusil-1.3.2.ebuild +++ b/dev-python/fusil/fusil-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.2 2010/02/05 16:25:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.3 2010/02/28 13:39:51 arfrever Exp $ EAPI="2" NEED_PYTHON="2.5" @@ -24,7 +24,7 @@ RESTRICT_PYTHON_ABIS="2.4" DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" src_prepare() { - python_copy_sources --no-link + python_copy_sources conversion() { [[ "${PYTHON_ABI}" == 2.* ]] && return diff --git a/dev-python/pysvn/pysvn-1.7.2.ebuild b/dev-python/pysvn/pysvn-1.7.2.ebuild index 115ca7cd2893..e02b7ec107b0 100644 --- a/dev-python/pysvn/pysvn-1.7.2.ebuild +++ b/dev-python/pysvn/pysvn-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.2.ebuild,v 1.1 2010/01/28 15:44:12 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.2.ebuild,v 1.2 2010/02/28 13:43:06 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -27,7 +27,7 @@ src_prepare() { # Don't use internal copy of dev-python/pycxx. rm -fr Import - python_copy_sources --no-link + python_copy_sources preparation() { cd Source diff --git a/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild b/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild index 89aa416c9110..e4bc32b392f0 100644 --- a/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild +++ b/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2010 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.6.2.ebuild,v 1.2 2010/02/08 08:44:19 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.3 2010/02/28 13:45:43 arfrever Exp $ EAPI="2" - -NEED_PYTHON="2.5" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -inherit eutils distutils +inherit distutils eutils DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)." HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace" @@ -26,7 +25,7 @@ DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" PYTHON_MODNAME="ptrace" src_prepare() { - python_copy_sources --no-link + python_copy_sources conversion() { [[ "${PYTHON_ABI}" == 2.* ]] && return |