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 38EA6158086 for ; Tue, 9 Nov 2021 14:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54862BC0D6; Tue, 9 Nov 2021 14:01:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 298272BC0D3 for ; Tue, 9 Nov 2021 14:01:42 +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 24164342E99 for ; Tue, 9 Nov 2021 14:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788DD1DC for ; Tue, 9 Nov 2021 14:01:37 +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: <1636466492.73a980a62cba0a078e17ff9a9a25072af2828fbb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yarl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yarl/yarl-1.7.0.ebuild dev-python/yarl/yarl-1.7.2-r1.ebuild dev-python/yarl/yarl-1.7.2.ebuild X-VCS-Directories: dev-python/yarl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73a980a62cba0a078e17ff9a9a25072af2828fbb X-VCS-Branch: master Date: Tue, 9 Nov 2021 14:01:37 +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: d57fac25-8350-4f22-9116-a15323f83901 X-Archives-Hash: 15f0e2279101a292475ac73fbc0439b4 commit: 73a980a62cba0a078e17ff9a9a25072af2828fbb Author: Michał Górny gentoo org> AuthorDate: Tue Nov 9 13:56:34 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 9 14:01:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a980a6 dev-python/yarl: Remove stale pypy3.7 deps Signed-off-by: Michał Górny gentoo.org> dev-python/yarl/yarl-1.7.0.ebuild | 3 --- dev-python/yarl/{yarl-1.7.2.ebuild => yarl-1.7.2-r1.ebuild} | 3 --- 2 files changed, 6 deletions(-) diff --git a/dev-python/yarl/yarl-1.7.0.ebuild b/dev-python/yarl/yarl-1.7.0.ebuild index c30d1180c9b..38d438a8f14 100644 --- a/dev-python/yarl/yarl-1.7.0.ebuild +++ b/dev-python/yarl/yarl-1.7.0.ebuild @@ -17,9 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc RDEPEND=" >=dev-python/multidict-4.0[${PYTHON_USEDEP}] >=dev-python/idna-2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] - ' pypy3) " distutils_enable_tests pytest diff --git a/dev-python/yarl/yarl-1.7.2.ebuild b/dev-python/yarl/yarl-1.7.2-r1.ebuild similarity index 88% rename from dev-python/yarl/yarl-1.7.2.ebuild rename to dev-python/yarl/yarl-1.7.2-r1.ebuild index c30d1180c9b..38d438a8f14 100644 --- a/dev-python/yarl/yarl-1.7.2.ebuild +++ b/dev-python/yarl/yarl-1.7.2-r1.ebuild @@ -17,9 +17,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc RDEPEND=" >=dev-python/multidict-4.0[${PYTHON_USEDEP}] >=dev-python/idna-2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] - ' pypy3) " distutils_enable_tests pytest