From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEEE8138334 for ; Sat, 16 Nov 2019 11:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE9EE0817; Sat, 16 Nov 2019 11:02:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03E47E0819 for ; Sat, 16 Nov 2019 11:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC61134CE5D for ; Sat, 16 Nov 2019 11:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A838B5 for ; Sat, 16 Nov 2019 11:02:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573902068.63c4cd99b9117cdaa2c4b933d7772544ca40b47e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ptyprocess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ptyprocess/ptyprocess-0.5.2.ebuild X-VCS-Directories: dev-python/ptyprocess/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 63c4cd99b9117cdaa2c4b933d7772544ca40b47e X-VCS-Branch: master Date: Sat, 16 Nov 2019 11:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb627c19-50f9-44e7-bfd9-e8abeb612d23 X-Archives-Hash: c115e92fa30d84e0116dae7f85a32dcf commit: 63c4cd99b9117cdaa2c4b933d7772544ca40b47e Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 09:03:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 11:01:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4cd99 dev-python/ptyprocess: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild index 2b61ee8cf77..3e4e1f63b23 100644 --- a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild +++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 @@ -14,10 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v || die "tests failed under ${EPYTHON}" -} +distutils_enable_tests pytest