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 8516413835A for ; Sun, 21 Feb 2021 13:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFAC1E0830; Sun, 21 Feb 2021 13:20:26 +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 99F2CE0830 for ; Sun, 21 Feb 2021 13:20:26 +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 77F3D340FE1 for ; Sun, 21 Feb 2021 13:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D421053 for ; Sun, 21 Feb 2021 13:20:23 +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: <1613913611.4f344d42e9185bdbded8753b21fdb0d2129b4daa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-6.7-r2.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4f344d42e9185bdbded8753b21fdb0d2129b4daa X-VCS-Branch: master Date: Sun, 21 Feb 2021 13:20:23 +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: 0f687dea-2825-478e-9671-630bff9b1e1e X-Archives-Hash: cab2f532c13aa55d8de0ca1a4a20c042 commit: 4f344d42e9185bdbded8753b21fdb0d2129b4daa Author: David Seifert gentoo org> AuthorDate: Sun Feb 21 13:20:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 21 13:20:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f344d42 dev-python/click: Add python 3.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> dev-python/click/click-6.7-r2.ebuild | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/dev-python/click/click-6.7-r2.ebuild b/dev-python/click/click-6.7-r2.ebuild index e6afce4e9b4..4a02313d5fb 100644 --- a/dev-python/click/click-6.7-r2.ebuild +++ b/dev-python/click/click-6.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 pypy3 ) +PYTHON_COMPAT=( python3_{7..9} pypy3 ) inherit distutils-r1 @@ -14,24 +14,17 @@ HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -IUSE="examples test" -RESTRICT="!test? ( test )" +IUSE="examples" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +distutils_enable_tests pytest PATCHES=( # From upstream, can be removed in next release. - "${FILESDIR}/${PN}-6.7-fix-tests.patch" + "${FILESDIR}"/${PN}-6.7-fix-tests.patch # From upstream, can be removed in next release. - "${FILESDIR}/${PN}-6.7-support-sphinx-1.7.patch" + "${FILESDIR}"/${PN}-6.7-support-sphinx-1.7.patch ) -python_test() { - emake test -} - python_install_all() { use examples && dodoc -r examples distutils-r1_python_install_all