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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D5F9158086 for ; Wed, 3 Nov 2021 21:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 103D7E0874; Wed, 3 Nov 2021 21:47:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9044DE0874 for ; Wed, 3 Nov 2021 21:47:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADF15342B96 for ; Wed, 3 Nov 2021 21:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE4679 for ; Wed, 3 Nov 2021 21:47:01 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1635976008.a89d8cc6a88e91f8846d3bff0859f2215db1fe7a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild dev-python/jaraco-text/jaraco-text-3.6.0.ebuild X-VCS-Directories: dev-python/jaraco-text/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: a89d8cc6a88e91f8846d3bff0859f2215db1fe7a X-VCS-Branch: master Date: Wed, 3 Nov 2021 21:47:01 +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: b27bd394-5aa4-462b-be1f-a61447124bba X-Archives-Hash: 4d576f9df11358ef9f619e9d2be9d742 commit: a89d8cc6a88e91f8846d3bff0859f2215db1fe7a Author: Patrick McLean sony com> AuthorDate: Wed Nov 3 21:46:48 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Nov 3 21:46:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89d8cc6 dev-python/jaraco-text: bump to 3.6.0-r1 add missing dep The setup.cfg upstream specifies that importlib_resources is needed for python versions less than 3.9 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> .../{jaraco-text-3.6.0.ebuild => jaraco-text-3.6.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/jaraco-text/jaraco-text-3.6.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild similarity index 89% rename from dev-python/jaraco-text/jaraco-text-3.6.0.ebuild rename to dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild index ba50f329f8a..f86b5eda35f 100644 --- a/dev-python/jaraco-text/jaraco-text-3.6.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86" RDEPEND=" dev-python/jaraco-functools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3) dev-python/six[${PYTHON_USEDEP}] " BDEPEND="