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 8729D138359 for ; Wed, 7 Oct 2020 00:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F19D6E0975; Wed, 7 Oct 2020 00:06:38 +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 CE984E0975 for ; Wed, 7 Oct 2020 00:06:38 +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 B669A33BF1F for ; Wed, 7 Oct 2020 00:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D49353 for ; Wed, 7 Oct 2020 00:06:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1602029190.cc35ffd176744c3b6d31537547537fb7b9457761.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/croniter/croniter-0.3.30.ebuild X-VCS-Directories: dev-python/croniter/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cc35ffd176744c3b6d31537547537fb7b9457761 X-VCS-Branch: master Date: Wed, 7 Oct 2020 00:06:36 +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: 347721a6-847b-4fcf-94b1-740c8e929094 X-Archives-Hash: 378b6d62b761c290bc0f341f5014489a commit: cc35ffd176744c3b6d31537547537fb7b9457761 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Oct 6 21:04:34 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Oct 7 00:06:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc35ffd1 dev-python/croniter: add python3_{8,9} support Closes: https://github.com/gentoo/gentoo/pull/17827 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Zac Medico gentoo.org> dev-python/croniter/croniter-0.3.30.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/croniter/croniter-0.3.30.ebuild b/dev-python/croniter/croniter-0.3.30.ebuild index debbc4fd5e4..5d7fc07fd3d 100644 --- a/dev-python/croniter/croniter-0.3.30.ebuild +++ b/dev-python/croniter/croniter-0.3.30.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -16,7 +18,7 @@ KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}]