Skip to content

Commit b542056

Browse files
committed
dev-python/apsw: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
1 parent 1a40338 commit b542056

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

dev-python/apsw/apsw-3.8.10.1_p1.ebuild

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ python_compile() {
3636
distutils-r1_python_compile --enable=load_extension
3737
}
3838

39-
src_test() {
40-
# tests use overlapping database files
41-
local DISTUTILS_NO_PARALLEL_BUILD=1
42-
distutils-r1_src_test
43-
}
44-
4539
python_test() {
4640
"${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed"
4741
"${PYTHON}" tests.py -v || die

dev-python/apsw/apsw-3.8.11.1_p1.ebuild

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ python_compile() {
3636
distutils-r1_python_compile --enable=load_extension
3737
}
3838

39-
src_test() {
40-
# tests use overlapping database files
41-
local DISTUTILS_NO_PARALLEL_BUILD=1
42-
distutils-r1_src_test
43-
}
44-
4539
python_test() {
4640
"${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed"
4741
"${PYTHON}" tests.py -v || die

dev-python/apsw/apsw-3.8.7.1_p1.ebuild

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# $Id$
44

55
EAPI=5
6+
67
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
78

89
inherit distutils-r1
@@ -36,12 +37,6 @@ python_compile() {
3637
distutils-r1_python_compile --enable=load_extension
3738
}
3839

39-
src_test() {
40-
# tests use overlapping database files
41-
local DISTUTILS_NO_PARALLEL_BUILD=1
42-
distutils-r1_src_test
43-
}
44-
4540
python_test() {
4641
"${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed"
4742
"${PYTHON}" tests.py -v || die

0 commit comments

Comments
 (0)