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 160F5138359 for ; Tue, 13 Oct 2020 11:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E1EBE081A; Tue, 13 Oct 2020 11:31:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51DAFE081A for ; Tue, 13 Oct 2020 11:31:31 +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 80ED9340D20 for ; Tue, 13 Oct 2020 11:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A3E33A1 for ; Tue, 13 Oct 2020 11:31:29 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1602588682.1a9cbe70923930098b98c3b5450561948f4705d8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/osrf_pycommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild X-VCS-Directories: dev-python/osrf_pycommon/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1a9cbe70923930098b98c3b5450561948f4705d8 X-VCS-Branch: master Date: Tue, 13 Oct 2020 11:31:29 +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: 179c0c28-16c4-4675-a94a-12cdfe08bd91 X-Archives-Hash: 305690c9d92ef53000ec8ee9fc67038d commit: 1a9cbe70923930098b98c3b5450561948f4705d8 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 13 11:31:13 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 13 11:31:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9cbe70 dev-python/osrf_pycommon: proper distutils dep; add py39 Closes: https://bugs.gentoo.org/748417 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> .../{osrf_pycommon-0.1.10.ebuild => osrf_pycommon-0.1.10-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild similarity index 89% rename from dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild rename to dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild index d38cfc41188..9f8238dc18f 100644 --- a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild +++ b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1