Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psutil: psutil-0.2.1.ebuild ChangeLog
Date: Tue, 26 Jul 2011 16:09:01
Message-Id: 20110726160851.387C32004B@flycatcher.gentoo.org
1 neurogeek 11/07/26 16:08:51
2
3 Modified: psutil-0.2.1.ebuild ChangeLog
4 Log:
5 HOMEPAGE and tests fix
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-python/psutil/psutil-0.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: psutil-0.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- psutil-0.2.1.ebuild 30 May 2011 10:00:03 -0000 1.1
23 +++ psutil-0.2.1.ebuild 26 Jul 2011 16:08:51 -0000 1.2
24 @@ -1,15 +1,16 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild,v 1.1 2011/05/30 10:00:03 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.2.1.ebuild,v 1.2 2011/07/26 16:08:51 neurogeek Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="*"
32 SUPPORT_PYTHON_ABIS="1"
33 +PYTHON_TESTS_RESTRICTED_ABIS="3.*"
34
35 inherit distutils
36
37 DESCRIPTION="Retrieve information on running processes and system utilization"
38 -HOMEPAGE="http://code.google.com/p/psutil/"
39 +HOMEPAGE="http://code.google.com/p/psutil/ http://pypi.python.org/pypi/psutil"
40 SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz"
41
42 LICENSE="BSD"
43 @@ -22,9 +23,6 @@
44
45 src_test() {
46 testing() {
47 - # Test suite broken with Python 3
48 - [[ "${PYTHON_ABI}" == 3.* ]] && return
49 -
50 PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test/test_psutil.py
51 }
52 python_execute_function testing
53
54
55
56 1.2 dev-python/psutil/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psutil/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 30 May 2011 10:00:03 -0000 1.1
69 +++ ChangeLog 26 Jul 2011 16:08:51 -0000 1.2
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-python/psutil
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.1 2011/05/30 10:00:03 radhermit Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.2 2011/07/26 16:08:51 neurogeek Exp $
75 +
76 + 26 Jul 2011; Jesus Rivero <neurogeek@g.o> psutil-0.2.1.ebuild:
77 + HOMEPAGE and tests fix
78
79 *psutil-0.2.1 (30 May 2011)