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 C752413835A for ; Thu, 17 Dec 2020 13:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42DBE08AD; Thu, 17 Dec 2020 13:48:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C667DE08AD for ; Thu, 17 Dec 2020 13:48:41 +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 DA09B340FE0 for ; Thu, 17 Dec 2020 13:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47474CA for ; Thu, 17 Dec 2020 13:48:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1608212911.bd82b906c4dbd4f46fb71cf47f4a1f12e3c14816.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/transifex-client/transifex-client-0.14.2.ebuild X-VCS-Directories: app-i18n/transifex-client/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bd82b906c4dbd4f46fb71cf47f4a1f12e3c14816 X-VCS-Branch: master Date: Thu, 17 Dec 2020 13:48: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: 2242d885-5712-42b4-9723-2633bd9245ba X-Archives-Hash: 6bc729c99edcbf38213136c9f2331694 commit: bd82b906c4dbd4f46fb71cf47f4a1f12e3c14816 Author: Robert Siebeck r123 de> AuthorDate: Thu Dec 10 20:42:00 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 17 13:48:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd82b906 app-i18n/transifex-client: add support for Python 3.9 Signed-off-by: Robert Siebeck r123.de> Closes: https://github.com/gentoo/gentoo/pull/18603 Signed-off-by: Joonas Niilola gentoo.org> app-i18n/transifex-client/transifex-client-0.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild b/app-i18n/transifex-client/transifex-client-0.14.2.ebuild index 29ac0d2eb48..c47845da62f 100644 --- a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild +++ b/app-i18n/transifex-client/transifex-client-0.14.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1