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 D03E71382C5 for ; Wed, 10 Jun 2020 10:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6478FE0875; Wed, 10 Jun 2020 10:48:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4BB69E0875 for ; Wed, 10 Jun 2020 10:48:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D65B934F02B for ; Wed, 10 Jun 2020 10:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF64292 for ; Wed, 10 Jun 2020 10:48:41 +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: <1591786116.89bb0fb0fc08bd2094feaa88a4929dd593bc49c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jdcal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jdcal/jdcal-1.4.ebuild X-VCS-Directories: dev-python/jdcal/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89bb0fb0fc08bd2094feaa88a4929dd593bc49c2 X-VCS-Branch: master Date: Wed, 10 Jun 2020 10:48:41 +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: 486d7e10-fe8c-441a-a2fe-3faea0a3a3db X-Archives-Hash: 3729094e9dde35d03c5ac4f4e90c69f9 commit: 89bb0fb0fc08bd2094feaa88a4929dd593bc49c2 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 10 10:36:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 10 10:48:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bb0fb0 dev-python/jdcal: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/jdcal/jdcal-1.4.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/jdcal/jdcal-1.4.ebuild b/dev-python/jdcal/jdcal-1.4.ebuild index 70a2b7c7152..60b57f24139 100644 --- a/dev-python/jdcal/jdcal-1.4.ebuild +++ b/dev-python/jdcal/jdcal-1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 @@ -14,12 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - pytest -vv || die -} +distutils_enable_tests pytest