floppym 14/12/01 15:39:15 Modified: ChangeLog Added: python-ptrace-0.8.1-r1.ebuild Removed: python-ptrace-0.8.1.ebuild Log: Fix tests with python3.4. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.20 dev-python/python-ptrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 1 Dec 2014 02:16:04 -0000 1.19 +++ ChangeLog 1 Dec 2014 15:39:15 -0000 1.20 @@ -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.19 2014/12/01 02:16:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.20 2014/12/01 15:39:15 floppym Exp $ + +*python-ptrace-0.8.1-r1 (01 Dec 2014) + + 01 Dec 2014; Mike Gilbert <[email protected]> +files/0.8.1-python3.4.patch, + +python-ptrace-0.8.1-r1.ebuild, -python-ptrace-0.8.1.ebuild: + Fix tests with python3.4. 01 Dec 2014; Mike Gilbert <[email protected]> python-ptrace-0.8.1.ebuild: Add upstream bug url. 1.1 dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1-r1.ebuild?rev=1.1&content-type=text/plain Index: python-ptrace-0.8.1-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2014/12/01 15:39:15 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 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" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" PATCHES=( "${FILESDIR}/0.8.1-python3.4.patch" ) python_test() { "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}" } python_install_all() { use examples && local EXAMPLES=( examples/. ) # doc folder missing key files to effect a proper doc build use doc && local DOCS=( README doc/* ) distutils-r1_python_install_all }
