diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-12-03 20:00:39 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-12-03 20:00:39 +0000 |
commit | f3cccd58a10f9fd4bd72911a677d6b25c427daef (patch) | |
tree | b1f9c05cadca71b8f51f5ef5c60825c06f8469e0 /eclass/distutils-r1.eclass | |
parent | Revert last change and replace distutils-r1_python_test with distutils-r1_src... (diff) | |
download | gentoo-2-f3cccd58a10f9fd4bd72911a677d6b25c427daef.tar.gz gentoo-2-f3cccd58a10f9fd4bd72911a677d6b25c427daef.tar.bz2 gentoo-2-f3cccd58a10f9fd4bd72911a677d6b25c427daef.zip |
Remove pointless distutils-r1_python_test function.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 8fae61249e63..2fbcbe7b75f1 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -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/eclass/distutils-r1.eclass,v 1.92 2013/12/02 13:14:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.93 2013/12/03 20:00:39 floppym Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -394,15 +394,6 @@ distutils-r1_python_compile() { esetup.py build "${@}" } -# @FUNCTION: distutils-r1_python_test -# @DESCRIPTION: -# The default python_test(). A no-op. -distutils-r1_python_test() { - debug-print-function ${FUNCNAME} "${@}" - - : -} - # @FUNCTION: _distutils-r1_wrap_scripts # @USAGE: <path> <bindir> # @INTERNAL |