commit:     10f55c1b4c15922f85cb2e3b2fb67f75897f7ccd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:38:22 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f55c1b

dev-python/pysrt: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pysrt/pysrt-1.0.0.ebuild | 4 ----
 dev-python/pysrt/pysrt-1.0.1.ebuild | 4 ----
 dev-python/pysrt/pysrt-9999.ebuild  | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/dev-python/pysrt/pysrt-1.0.0.ebuild 
b/dev-python/pysrt/pysrt-1.0.0.ebuild
index aa5f07d..cf9be9a 100644
--- a/dev-python/pysrt/pysrt-1.0.0.ebuild
+++ b/dev-python/pysrt/pysrt-1.0.0.ebuild
@@ -27,10 +27,6 @@ DEPEND="${RDEPEND}
 # https://github.com/byroot/pysrt/issues/42
 RESTRICT="test"
 
-src_test() {
-       DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
 python_test() {
        nosetests --with-coverage --cover-package=pysrt \
                || die "Tests failed under ${EPYTHON}"

diff --git a/dev-python/pysrt/pysrt-1.0.1.ebuild 
b/dev-python/pysrt/pysrt-1.0.1.ebuild
index 2c3b488..db90218 100644
--- a/dev-python/pysrt/pysrt-1.0.1.ebuild
+++ b/dev-python/pysrt/pysrt-1.0.1.ebuild
@@ -27,10 +27,6 @@ DEPEND="${RDEPEND}
 # https://github.com/byroot/pysrt/issues/42
 RESTRICT="test"
 
-src_test() {
-       DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
 python_test() {
        nosetests --with-coverage --cover-package=pysrt \
                || die "Tests failed under ${EPYTHON}"

diff --git a/dev-python/pysrt/pysrt-9999.ebuild 
b/dev-python/pysrt/pysrt-9999.ebuild
index 9c1a0c1..374a8c7 100644
--- a/dev-python/pysrt/pysrt-9999.ebuild
+++ b/dev-python/pysrt/pysrt-9999.ebuild
@@ -24,10 +24,6 @@ DEPEND="${RDEPEND}
        test? ( dev-python/nose[coverage(+),${PYTHON_USEDEP}] )
 "
 
-src_test() {
-       DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
-}
-
 python_test() {
        nosetests --with-coverage --cover-package=pysrt \
                || die "Tests failed under ${EPYTHON}"

Reply via email to