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/ptyprocess/
Date: Sat, 16 Nov 2019 11:02:05
Message-Id: 1573902068.63c4cd99b9117cdaa2c4b933d7772544ca40b47e.mgorny@gentoo
1 commit: 63c4cd99b9117cdaa2c4b933d7772544ca40b47e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 09:03:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 11:01:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4cd99
7
8 dev-python/ptyprocess: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
16 index 2b61ee8cf77..3e4e1f63b23 100644
17 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
18 +++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
24 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
25
26 inherit distutils-r1
27
28 @@ -14,10 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29 LICENSE="ISC"
30 SLOT="0"
31 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
32 -IUSE="test"
33
34 -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
35 -
36 -python_test() {
37 - py.test -v || die "tests failed under ${EPYTHON}"
38 -}
39 +distutils_enable_tests pytest