Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pastescript: pastescript-1.7.3.ebuild
Date: Mon, 28 Jun 2010 18:35:32
Message-Id: 20100628183525.B453D2C621@corvid.gentoo.org
1 arfrever 10/06/28 18:35:25
2
3 Modified: pastescript-1.7.3.ebuild
4 Log:
5 Tests are restricted, so comment out DISTUTILS_SRC_TEST.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-python/pastescript/pastescript-1.7.3.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild?r1=1.6&r2=1.7
14
15 Index: pastescript-1.7.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pastescript-1.7.3.ebuild 27 Jun 2010 23:10:13 -0000 1.6
22 +++ pastescript-1.7.3.ebuild 28 Jun 2010 18:35:25 -0000 1.7
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.6 2010/06/27 23:10:13 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.7 2010/06/28 18:35:25 arfrever Exp $
28
29 EAPI="3"
30 PYTHON_DEPEND="2"
31 SUPPORT_PYTHON_ABIS="1"
32 RESTRICT_PYTHON_ABIS="3.*"
33 -DISTUTILS_SRC_TEST="nosetests"
34 +#DISTUTILS_SRC_TEST="nosetests"
35
36 inherit distutils