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 754BD158013 for ; Fri, 8 Dec 2023 16:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E5DE2BC041; Fri, 8 Dec 2023 16:49:41 +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 84A5E2BC041 for ; Fri, 8 Dec 2023 16:49:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D7BE3408DD for ; Fri, 8 Dec 2023 16:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB36F1484 for ; Fri, 8 Dec 2023 16:49:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1702054165.12c241ffdb464a948a7ed623ee5d81134317a9d7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.21.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12c241ffdb464a948a7ed623ee5d81134317a9d7 X-VCS-Branch: master Date: Fri, 8 Dec 2023 16:49:35 +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: 31269e44-af77-4de3-a6ce-55e12c96068c X-Archives-Hash: 80e76216fcab427f8264b00e7beb0eae commit: 12c241ffdb464a948a7ed623ee5d81134317a9d7 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 8 14:35:34 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 8 16:49:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c241ff www-servers/uwsgi: Replace virtual/python-greenlet dep Signed-off-by: Michał Górny gentoo.org> www-servers/uwsgi/uwsgi-2.0.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.21.ebuild b/www-servers/uwsgi/uwsgi-2.0.21.ebuild index b0230bb50ec4..71cc969f1a4e 100644 --- a/www-servers/uwsgi/uwsgi-2.0.21.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.21.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Check the upstream uwsgi-2.0 branch, not master, for backports LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" RUBY_OPTIONAL="yes" @@ -137,7 +137,7 @@ CDEPEND=" php_targets_php8-2? ( dev-lang/php:8.2[embed] ) ) python? ( ${PYTHON_DEPS} ) - python-asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] ) + python-asyncio? ( dev-python/greenlet[${PYTHON_USEDEP}] ) ruby? ( $(ruby_implementations_depend) ) " DEPEND="${CDEPEND}"