Skip to content

Commit

Permalink
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 22, 2015
1 parent ad539da commit 1298dc2
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions dev-python/behave/behave-1.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ python_compile_all() {
python_test() {
nosetests || die "nosetests failed under ${EPYTHON}"

local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg"

distutils_install_for_testing
Expand Down
2 changes: 0 additions & 2 deletions dev-python/bokeh/bokeh-0.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ DOCS=( CHANGELOG QUICKSTART.md README.md )

PATCHES=( "${FILESDIR}"/${P}-setup.patch )

DISTUTILS_NO_PARALLEL_BUILD=1

python_prepare_all() {
DOC_CONTENTS="websockets work only with python2_7"

Expand Down
2 changes: 0 additions & 2 deletions dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"

# for testsuite
DISTUTILS_NO_PARALLEL_BUILD=1
# This time half the doc files are missing; Do you want them? toss a coin

python_test() {
Expand Down
2 changes: 0 additions & 2 deletions dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"

# for testsuite
DISTUTILS_NO_PARALLEL_BUILD=1
# This time half the doc files are missing; Do you want them? toss a coin

python_test() {
Expand Down
1 change: 0 additions & 1 deletion dev-python/egenix-mx-base/egenix-mx-base-3.2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ IUSE=""
# distutils.command.config writes to CWD, bug #450516
# mxSetup.py is broken with --build-lib
#DISTUTILS_IN_SOURCE_BUILD=1
DISTUTILS_NO_PARALLEL_BUILD=1

python_prepare_all() {
# Don't install documentation in site-packages directories.
Expand Down
1 change: 0 additions & 1 deletion dev-python/flask-testing/flask-testing-0.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
)"

S="${WORKDIR}/${MY_P}"
DISTUTILS_NO_PARALLEL_BUILD=1

python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
Expand Down
1 change: 0 additions & 1 deletion dev-python/httpretty/httpretty-0.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
# I believe we don't need unpackaged package markment
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"
DISTUTILS_NO_PARALLEL_BUILD=1

PATCHES=( "${FILESDIR}"/${P}-deps.patch )

Expand Down
2 changes: 0 additions & 2 deletions dev-python/mamba/mamba-0.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ python_prepare_all() {
}

python_test() {
local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg"

distutils_install_for_testing
Expand Down
2 changes: 0 additions & 2 deletions dev-python/mamba/mamba-0.8.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ python_prepare_all() {
}

python_test() {
local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg"

distutils_install_for_testing
Expand Down
2 changes: 0 additions & 2 deletions dev-python/oslotest/oslotest-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ python_compile_all() {
}

python_test() {
local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -rf .testrepository || die "coudln't remove '.testrepository' under ${EPYTHON}"

testr init || die "testr init failed under ${EPYTHON}"
Expand Down
1 change: 0 additions & 1 deletion dev-python/python-ldap/python-ldap-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ EAPI=5
# pypy: bug #458558 (wrong linker options due to not respecting CC)
PYTHON_COMPAT=( python2_7 )
DISTUTILS_IN_SOURCE_BUILD=1
DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1 git-2 multilib

Expand Down
1 change: 0 additions & 1 deletion dev-python/rdflib/rdflib-3.2.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ EAPI=5

PYTHON_COMPAT=( python{2_7,3_3} )
PYTHON_REQ_USE="sqlite?"
DISTUTILS_NO_PARALLEL_BUILD=true

inherit distutils-r1

Expand Down
1 change: 0 additions & 1 deletion dev-python/rdflib/rdflib-4.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="sqlite?"
DISTUTILS_NO_PARALLEL_BUILD=true
# The usual required for tests
DISTUTILS_IN_SOURCE_BUILD=1

Expand Down
2 changes: 0 additions & 2 deletions dev-python/reportlab/reportlab-2.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ RDEPEND="virtual/python-imaging
DEPEND="${RDEPEND}
app-arch/unzip"

DISTUTILS_NO_PARALLEL_BUILD=1

src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
Expand Down
2 changes: 0 additions & 2 deletions dev-python/reportlab/reportlab-3.1.44-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ DEPEND="${RDEPEND}
app-arch/unzip
"

DISTUTILS_NO_PARALLEL_BUILD=1

src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
Expand Down
2 changes: 0 additions & 2 deletions dev-python/requests-mock/requests-mock-0.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ RDEPEND="
"

python_test() {
local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"

testr init || die "testr init failed under ${EPYTHON}"
Expand Down
2 changes: 0 additions & 2 deletions dev-python/requests-mock/requests-mock-0.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ RDEPEND="
"

python_test() {
local DISTUTILS_NO_PARALLEL_BUILD=TRUE

rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"

testr init || die "testr init failed under ${EPYTHON}"
Expand Down
2 changes: 0 additions & 2 deletions dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ DEPEND="${RDEPEND}
>=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
)"

# py26 tests needs
DISTUTILS_NO_PARALLEL_BUILD=1
S="${WORKDIR}/${MY_P}"

PATCHES=( "${FILESDIR}/${PN}-0.7-logging.handlers.patch" )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ RDEPEND="
x11-libs/gtk+:3[introspection]"
DEPEND="${RDEPEND}
dev-python/python-distutils-extra[${PYTHON_USEDEP}]"

DISTUTILS_NO_PARALLEL_BUILD=true
2 changes: 0 additions & 2 deletions media-radio/radiotray/radiotray-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )

DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1 mercurial

DESCRIPTION="Online radio streaming player"
Expand Down
1 change: 0 additions & 1 deletion net-misc/polly/polly-0.93.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=( gdbm )
DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1 gnome2-utils vcs-snapshot

Expand Down
1 change: 0 additions & 1 deletion net-misc/polly/polly-0.93.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=( gdbm )
DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1 gnome2-utils vcs-snapshot

Expand Down
2 changes: 0 additions & 2 deletions net-news/rawdog/rawdog-2.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ IUSE=""

DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
RDEPEND=""
# Test run fails under multi threading
DISTUTILS_NO_PARALLEL_BUILD=1

python_test() {
# pypy fails half way through; meh
Expand Down
2 changes: 0 additions & 2 deletions net-news/rawdog/rawdog-2.20.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ IUSE=""

DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
RDEPEND=""
# Test run fails under multi threading
DISTUTILS_NO_PARALLEL_BUILD=1

python_test() {
# pypy fails half way through; meh
Expand Down
1 change: 0 additions & 1 deletion sci-libs/scikits_learn/scikits_learn-0.13.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_NO_PARALLEL_BUILD=true

inherit distutils-r1 multilib flag-o-matic

Expand Down
1 change: 0 additions & 1 deletion sci-libs/scikits_learn/scikits_learn-0.14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=5

PYTHON_COMPAT=( python{2_7,3_3} )
DISTUTILS_NO_PARALLEL_BUILD=true

inherit distutils-r1 eutils multilib flag-o-matic

Expand Down
1 change: 0 additions & 1 deletion sci-libs/scikits_learn/scikits_learn-0.15.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
DISTUTILS_NO_PARALLEL_BUILD=true

inherit distutils-r1 eutils multilib flag-o-matic

Expand Down
1 change: 0 additions & 1 deletion sci-libs/scikits_learn/scikits_learn-0.15.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
DISTUTILS_NO_PARALLEL_BUILD=true

inherit distutils-r1 eutils multilib flag-o-matic

Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/neutron/neutron-2015.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ python_test() {
# https://bugs.launchpad.net/neutron/+bug/1234857
# https://bugs.launchpad.net/swift/+bug/1249727
# https://bugs.launchpad.net/neutron/+bug/1251657
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
# Move tests out that attempt net connection, have failures
mv $(find . -name test_ovs_tunnel.py) . || die
sed -e 's:test_app_using_ipv6_and_ssl:_&:' \
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/neutron/neutron-2015.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ python_test() {
# https://bugs.launchpad.net/neutron/+bug/1234857
# https://bugs.launchpad.net/swift/+bug/1249727
# https://bugs.launchpad.net/neutron/+bug/1251657
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
# Move tests out that attempt net connection, have failures
mv $(find . -name test_ovs_tunnel.py) . || die
sed -e 's:test_app_using_ipv6_and_ssl:_&:' \
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/neutron/neutron-2015.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ python_test() {
# https://bugs.launchpad.net/neutron/+bug/1234857
# https://bugs.launchpad.net/swift/+bug/1249727
# https://bugs.launchpad.net/neutron/+bug/1251657
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
# Move tests out that attempt net connection, have failures
mv $(find . -name test_ovs_tunnel.py) . || die
sed -e 's:test_app_using_ipv6_and_ssl:_&:' \
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/neutron/neutron-2015.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ python_test() {
# https://bugs.launchpad.net/neutron/+bug/1234857
# https://bugs.launchpad.net/swift/+bug/1249727
# https://bugs.launchpad.net/neutron/+bug/1251657
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
# Move tests out that attempt net connection, have failures
mv $(find . -name test_ovs_tunnel.py) . || die
sed -e 's:test_app_using_ipv6_and_ssl:_&:' \
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/neutron/neutron-7.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ python_test() {
# https://bugs.launchpad.net/neutron/+bug/1234857
# https://bugs.launchpad.net/swift/+bug/1249727
# https://bugs.launchpad.net/neutron/+bug/1251657
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
# Move tests out that attempt net connection, have failures
mv $(find . -name test_ovs_tunnel.py) . || die
sed -e 's:test_app_using_ipv6_and_ssl:_&:' \
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/nova/nova-12.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ python_prepare_all() {
}

python_test() {
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
testr init
testr run --parallel || die "failed testsuite under python2.7"
}
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/nova/nova-2015.1.1-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ python_compile() {
}

python_test() {
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
testr init
testr run --parallel || die "failed testsuite under python2.7"
}
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/nova/nova-2015.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ python_compile() {
}

python_test() {
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
testr init
testr run --parallel || die "failed testsuite under python2.7"
}
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/nova/nova-2015.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ python_compile() {
}

python_test() {
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
testr init
testr run --parallel || die "failed testsuite under python2.7"
}
Expand Down
2 changes: 0 additions & 2 deletions sys-cluster/nova/nova-2015.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ python_prepare_all() {
}

python_test() {
# turn multiprocessing off, testr will use it --parallel
local DISTUTILS_NO_PARALLEL_BUILD=1
testr init
testr run --parallel || die "failed testsuite under python2.7"
}
Expand Down
1 change: 0 additions & 1 deletion x11-terms/terminator/terminator-0.97-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_NO_PARALLEL_BUILD=true

inherit gnome2 distutils-r1

Expand Down

0 comments on commit 1298dc2

Please sign in to comment.