Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/
Date: Sun, 18 Nov 2018 20:23:06
Message-Id: 1542572563.9d4a09a8c6f9b0d10fef4a9ad793c2ea3c89365b.monsieurp@gentoo
1 commit: 9d4a09a8c6f9b0d10fef4a9ad793c2ea3c89365b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 20:21:28 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 20:22:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a09a8
7
8 dev-python/toml: remove test support.
9
10 Feel free to add it back if necessary.
11
12 Closes: https://bugs.gentoo.org/671466
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14 Package-Manager: Portage-2.3.49, Repoman-2.3.11
15
16 dev-python/toml/toml-0.9.6.ebuild | 14 +++-----------
17 1 file changed, 3 insertions(+), 11 deletions(-)
18
19 diff --git a/dev-python/toml/toml-0.9.6.ebuild b/dev-python/toml/toml-0.9.6.ebuild
20 index 875843eb94f..528467cd42e 100644
21 --- a/dev-python/toml/toml-0.9.6.ebuild
22 +++ b/dev-python/toml/toml-0.9.6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -14,15 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30 LICENSE="BSD"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE="test"
34
35 -DEPEND="
36 - dev-python/setuptools[${PYTHON_USEDEP}]
37 - test? (
38 - dev-python/pytest[${PYTHON_USEDEP}]
39 - dev-python/tox[${PYTHON_USEDEP}]
40 - )"
41 +RESTRICT="test"
42
43 -python_test() {
44 - "${EPYTHON}" "${S}/setup.py" test || die
45 -}
46 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"