Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Sat, 09 Feb 2019 08:48:17
Message-Id: 1549702084.4fbf614fb3296db40e21556e307713f90cbc8629.mgorny@gentoo
1 commit: 4fbf614fb3296db40e21556e307713f90cbc8629
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 07:39:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 08:48:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbf614f
7
8 dev-python/setuptools: Add conditional test restriction
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/setuptools-40.8.0.ebuild | 1 +
13 dev-python/setuptools/setuptools-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/dev-python/setuptools/setuptools-40.8.0.ebuild b/dev-python/setuptools/setuptools-40.8.0.ebuild
17 index d67bd927712..4660a0f89c9 100644
18 --- a/dev-python/setuptools/setuptools-40.8.0.ebuild
19 +++ b/dev-python/setuptools/setuptools-40.8.0.ebuild
20 @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools
21 LICENSE="MIT"
22 SLOT="0"
23 IUSE="test"
24 +RESTRICT="!test? ( test )"
25
26 RDEPEND="
27 "
28
29 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild
30 index d67bd927712..4660a0f89c9 100644
31 --- a/dev-python/setuptools/setuptools-9999.ebuild
32 +++ b/dev-python/setuptools/setuptools-9999.ebuild
33 @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools
34 LICENSE="MIT"
35 SLOT="0"
36 IUSE="test"
37 +RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 "