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 5ABFE1382C5 for ; Sun, 14 Jun 2020 19:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70008E0A4A; Sun, 14 Jun 2020 19:18:42 +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 4F4DAE0A4A for ; Sun, 14 Jun 2020 19:18:42 +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 14C4F34EDD9 for ; Sun, 14 Jun 2020 19:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33B924C for ; Sun, 14 Jun 2020 19:18:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1592162309.85646252ff2b582c0c36b531cf076962c3cfc441.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/quantities/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/quantities/quantities-0.12.4.ebuild X-VCS-Directories: dev-python/quantities/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 85646252ff2b582c0c36b531cf076962c3cfc441 X-VCS-Branch: dev Date: Sun, 14 Jun 2020 19:18:39 +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: bcfeb1d9-437b-4b36-997a-fdcfc77994ce X-Archives-Hash: 5ad4fa01c8264428518b059ab62bae86 Message-ID: <20200614191839.cfCiJrd97MxeBXaK1WV8gEVjFkvOoxO7SPI2QRkCKJI@z> commit: 85646252ff2b582c0c36b531cf076962c3cfc441 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jun 14 19:18:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jun 14 19:18:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85646252 dev-python/quantities: add py3_9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/quantities/quantities-0.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/quantities/quantities-0.12.4.ebuild b/dev-python/quantities/quantities-0.12.4.ebuild index adb0800..2a20bbc 100644 --- a/dev-python/quantities/quantities-0.12.4.ebuild +++ b/dev-python/quantities/quantities-0.12.4.ebuild @@ -8,7 +8,7 @@ MY_PV="$(ver_cut 1-3)" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1