* [gentoo-commits] gentoo-x86 commit in dev-python/pyro: ChangeLog pyro-4.2.ebuild
@ 2011-01-04 21:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-04 21:32 UTC (permalink / raw
To: gentoo-commits
arfrever 11/01/04 21:32:26
Modified: ChangeLog
Added: pyro-4.2.ebuild
Log:
Version bump. Disable tests requiring network connection (bug #341723).
(Portage version: 2.2.0_alpha12_p8/cvs/Linux x86_64)
Revision Changes Path
1.29 dev-python/pyro/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 1 Aug 2010 13:39:19 -0000 1.28
+++ ChangeLog 4 Jan 2011 21:32:26 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyro
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.28 2010/08/01 13:39:19 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.29 2011/01/04 21:32:26 arfrever Exp $
+
+*pyro-4.2 (04 Jan 2011)
+
+ 04 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +pyro-4.2.ebuild:
+ Version bump. Disable tests requiring network connection (bug #341723).
01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> pyro-4.1.ebuild:
Stable on amd64 wrt bug #330605
1.1 dev-python/pyro/pyro-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild?rev=1.1&content-type=text/plain
Index: pyro-4.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.2.ebuild,v 1.1 2011/01/04 21:32:26 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4"
inherit distutils
MY_P="Pyro4-${PV}"
DESCRIPTION="Advanced and powerful Distributed Object Technology system written entirely in Python"
HOMEPAGE="http://www.xs4all.nl/~irmen/pyro4/ http://pypi.python.org/pypi/Pyro4"
SRC_URI="http://www.xs4all.nl/~irmen/pyro4/download/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="Pyro4"
src_prepare() {
distutils_src_prepare
# Fix tests with >=dev-python/coverage-3.4.
sed -e "s/omit_prefixes=/omit=/" -i tests/run_testsuite.py
# Disable tests requiring network connection.
sed \
-e "s/testOwnloopBasics/_&/" \
-e "s/testStartNSfunc/_&/" \
-i tests/PyroTests/namingtests2.py
sed -e "s/testServerConnections/_&/" -i tests/PyroTests/servertests.py
sed \
-e "s/testBroadcast/_&/" \
-e "s/testGetIP/_&/" \
-i tests/PyroTests/sockettests.py
sed \
-e "s/testBCstart/_&/" \
-e "s/testDaemonPyroObj/_&/" \
-e "s/testLookupAndRegister/_&/" \
-e "s/testMulti/_&/" \
-e "s/testRefuseDottedNames/_&/" \
-e "s/testResolve/_&/" \
-i tests/PyroTests/namingtests.py
}
src_test() {
cd tests
testing() {
"$(PYTHON)" run_testsuite.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/* || die "Installation of documentation failed"
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-04 21:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 21:32 [gentoo-commits] gentoo-x86 commit in dev-python/pyro: ChangeLog pyro-4.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox