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 6814515803E for ; Mon, 1 Jan 2024 02:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1965D2BC03A; Mon, 1 Jan 2024 02:16:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE71A2BC03A for ; Mon, 1 Jan 2024 02:16:44 +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 E77E433D3CF for ; Mon, 1 Jan 2024 02:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3965C1441 for ; Mon, 1 Jan 2024 02:16:42 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1704074708.e37e098252155139b3c2497964064438a82e85e5.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pycpio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pycpio/pycpio-0.7.3.ebuild dev-python/pycpio/pycpio-0.8.0.ebuild X-VCS-Directories: dev-python/pycpio/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: e37e098252155139b3c2497964064438a82e85e5 X-VCS-Branch: dev Date: Mon, 1 Jan 2024 02:16:42 +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: 555ee293-d926-477a-9786-3e008a406769 X-Archives-Hash: 5e7658179b1164484c8eb55dd6e66c47 commit: e37e098252155139b3c2497964064438a82e85e5 Author: Zen pyl onl> AuthorDate: Mon Jan 1 02:05:08 2024 +0000 Commit: George Zenner pyl onl> CommitDate: Mon Jan 1 02:05:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e37e0982 dev-python/pycpio: Bump to 0.8.0, use [${PYTHON_USEDEP}] Signed-off-by: Zen pyl.onl> dev-python/pycpio/{pycpio-0.7.3.ebuild => pycpio-0.8.0.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pycpio/pycpio-0.7.3.ebuild b/dev-python/pycpio/pycpio-0.8.0.ebuild similarity index 85% rename from dev-python/pycpio/pycpio-0.7.3.ebuild rename to dev-python/pycpio/pycpio-0.8.0.ebuild index a36203e9fa..d4dfebe419 100644 --- a/dev-python/pycpio/pycpio-0.7.3.ebuild +++ b/dev-python/pycpio/pycpio-0.8.0.ebuild @@ -15,5 +15,4 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -DEPEND=">=dev-python/zen-logging-1.1.0 ->=dev-python/zen-util-1.0.1" +DEPEND=">=dev-python/zenlib-1.4.0[${PYTHON_USEDEP}]"