summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:43:58 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit6473637139767c7dcd5ddc99938ae74e140fd6c8 (patch)
treeb64721c9d494ed79033e5d9f1b07ed315e63bab5 /sys-fs/pysize
parentdev-python/django: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff)
downloadgentoo-6473637139767c7dcd5ddc99938ae74e140fd6c8.tar.gz
gentoo-6473637139767c7dcd5ddc99938ae74e140fd6c8.tar.bz2
gentoo-6473637139767c7dcd5ddc99938ae74e140fd6c8.zip
sys-fs/pysize: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-fs/pysize')
-rw-r--r--sys-fs/pysize/pysize-0.2-r1.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys-fs/pysize/pysize-0.2-r1.ebuild b/sys-fs/pysize/pysize-0.2-r1.ebuild
index e5966b3edc58..0b2526307cc0 100644
--- a/sys-fs/pysize/pysize-0.2-r1.ebuild
+++ b/sys-fs/pysize/pysize-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -30,8 +30,6 @@ PATCHES=(
"${FILESDIR}"/${PV}-setuptools-automagic.patch
)
-DISTUTILS_NO_PARALLEL_BUILD=1
-
python_prepare_all() {
if ! use gtk; then
sed \
@@ -58,12 +56,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-src_test() {
- # Tests shatter otherwise
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
pushd "${S}"/tests > /dev/null
PYTHONPATH=.:../ "${PYTHON}" pysize_tests.py || die "tests failed under ${EPYTHON}"