* [gentoo-commits] gentoo-x86 commit in dev-python/scimath: scimath-3.0.5.ebuild
@ 2010-03-25 21:19 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-03-25 21:19 UTC (permalink / raw
To: gentoo-commits
bicatali 10/03/25 21:19:16
Modified: scimath-3.0.5.ebuild
Log:
Remove setupdocs magic
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/scimath/scimath-3.0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?r1=1.1&r2=1.2
Index: scimath-3.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scimath-3.0.5.ebuild 23 Mar 2010 05:15:59 -0000 1.1
+++ scimath-3.0.5.ebuild 25 Mar 2010 21:19:16 -0000 1.2
@@ -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/scimath/scimath-3.0.5.ebuild,v 1.1 2010/03/23 05:15:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v 1.2 2010/03/25 21:19:16 bicatali Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -33,7 +33,10 @@
PYTHON_MODNAME="enthought"
src_prepare() {
- sed -e "s/self.run_command('build_docs')/pass/" -i setup.py || die
+ sed -i \
+ -e "s/self.run_command('build_docs')/pass/" \
+ -e "s/setupdocs>=1.0//" \
+ setup.py || die
}
src_test() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/scimath: scimath-3.0.5.ebuild
@ 2010-04-23 18:44 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-23 18:44 UTC (permalink / raw
To: gentoo-commits
arfrever 10/04/23 18:44:16
Modified: scimath-3.0.5.ebuild
Log:
Simplify src_test().
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/scimath/scimath-3.0.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild?r1=1.3&r2=1.4
Index: scimath-3.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scimath-3.0.5.ebuild 23 Apr 2010 06:05:55 -0000 1.3
+++ scimath-3.0.5.ebuild 23 Apr 2010 18:44:16 -0000 1.4
@@ -1,9 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v 1.3 2010/04/23 06:05:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v 1.4 2010/04/23 18:44:16 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
+DISTUTILS_SRC_TEST="setup.py"
inherit distutils
@@ -39,10 +40,3 @@
-e "s/setupdocs>=1.0//" \
setup.py || die
}
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
- }
- python_execute_function testing
-}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-23 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 18:44 [gentoo-commits] gentoo-x86 commit in dev-python/scimath: scimath-3.0.5.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-03-25 21:19 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox