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 | |
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')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 9ce2d7692635..9fc2459c097b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1077 2013/12/02 13:14:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1078 2013/12/03 20:00:39 floppym Exp $ + + 03 Dec 2013; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass: + Remove pointless distutils-r1_python_test function. 02 Dec 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. 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 |