Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_trial/
Date: Tue, 04 Apr 2017 23:06:12
Message-Id: 1491347054.5a3d98cd5c9eb2f4e83b89f62fad7e4202169667.dolsen@gentoo
1 commit: 5a3d98cd5c9eb2f4e83b89f62fad7e4202169667
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 19:39:09 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 23:04:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3d98cd
7
8 dev-python/setuptools_trial: Add python-3.6
9
10 Clean out unused code.
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
13
14 .../setuptools_trial/setuptools_trial-0.6.0.ebuild | 17 +----------------
15 1 file changed, 1 insertion(+), 16 deletions(-)
16
17 diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild
18 index 32d90abdb81..b9435367812 100644
19 --- a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild
20 +++ b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
26 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
27
28 inherit distutils-r1
29
30 @@ -13,7 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -#IUSE="test"
35 IUSE=""
36
37 RDEPEND="
38 @@ -25,17 +24,3 @@ RDEPEND="
39 DEPEND="
40 ${RDEPEND}
41 "
42 -
43 -# tests fail due to pip install sandbox violations
44 -# test? (
45 -# dev-python/virtualenv[${PYTHON_USEDEP}]
46 -# dev-python/pytest[${PYTHON_USEDEP}]
47 -# dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
48 -# )
49 -#"
50 -
51 -#python_test() {
52 - #distutils_install_for_testing
53 -
54 - #esetup.py test || die "Tests failed under ${EPYTHON}"
55 -#}