diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-17 11:44:56 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-17 11:44:56 +0000 |
commit | baf4e2b04bf149c89193bccf4d9cc8bce5b278b6 (patch) | |
tree | de0e0b676f98bc30fe9df2e1fd36f3de19fc0281 /dev-python/scimath/scimath-4.1.2-r1.ebuild | |
parent | add missing (pypy support and test phase) and matching patch (diff) | |
download | gentoo-2-baf4e2b04bf149c89193bccf4d9cc8bce5b278b6.tar.gz gentoo-2-baf4e2b04bf149c89193bccf4d9cc8bce5b278b6.tar.bz2 gentoo-2-baf4e2b04bf149c89193bccf4d9cc8bce5b278b6.zip |
remove old, minor cleanup to -4.1.2-r1
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/scimath/scimath-4.1.2-r1.ebuild')
-rw-r--r-- | dev-python/scimath/scimath-4.1.2-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/scimath/scimath-4.1.2-r1.ebuild b/dev-python/scimath/scimath-4.1.2-r1.ebuild index 270d30911f4c..f892049caa1e 100644 --- a/dev-python/scimath/scimath-4.1.2-r1.ebuild +++ b/dev-python/scimath/scimath-4.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.1.2-r1.ebuild,v 1.1 2013/04/16 06:39:28 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.1.2-r1.ebuild,v 1.2 2013/06/17 11:44:56 idella4 Exp $ EAPI=5 @@ -35,13 +35,12 @@ python_compile_all() { } python_test() { - # ONE test assumes PYTHONPATH in its own dir!!! ! !! ! + # ONE test assumes PYTHONPATH in its own dir!!! PYTHONPATH=build/lib/:build/lib/scimath/interpolate/ VIRTUALX_COMMAND="nosetests" virtualmake } python_install_all() { + use doc && HTML_DOCS=( docs/build/html/. ) distutils-r1_python_install_all - - use doc && dohtml -r docs/build/html/* } |