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 D640713835A for ; Fri, 21 Aug 2020 23:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE4FE0819; Fri, 21 Aug 2020 23:21:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A41BDE0819 for ; Fri, 21 Aug 2020 23:21:11 +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 AAE18340DBE for ; Fri, 21 Aug 2020 23:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB4E2D1 for ; Fri, 21 Aug 2020 23:21:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598052035.c4a3cc88c2c0796ffaa12eb0cb2100313140e8c1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doctest-ignore-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild X-VCS-Directories: dev-python/doctest-ignore-unicode/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c4a3cc88c2c0796ffaa12eb0cb2100313140e8c1 X-VCS-Branch: master Date: Fri, 21 Aug 2020 23:21:08 +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: 002b5648-3c63-423b-b3c2-6a006415a6df X-Archives-Hash: ddb3bbcf7246e10d3e6cee1875f4a19a commit: c4a3cc88c2c0796ffaa12eb0cb2100313140e8c1 Author: David Seifert gentoo org> AuthorDate: Fri Aug 21 23:20:35 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Aug 21 23:20:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a3cc88 dev-python/doctest-ignore-unicode: Add python 3.9 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> .../doctest-ignore-unicode-0.1.2.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild index e1b5d0a6933..9f94834cf6f 100644 --- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild +++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 @@ -11,15 +11,8 @@ DESCRIPTION="Add flag to ignore unicode literal prefixes in doctests" HOMEPAGE="https://pypi.org/project/doctest-ignore-unicode/ https://github.com/gnublade/doctest-ignore-unicode" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="Apache-2.0" +SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND=" - dev-python/nose[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" +distutils_enable_tests nose