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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 298D71581EC for ; Sat, 23 Nov 2024 08:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4737E0819; Sat, 23 Nov 2024 08:18:01 +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 BECA5E0819 for ; Sat, 23 Nov 2024 08:18:01 +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 D4BA03406A2 for ; Sat, 23 Nov 2024 08:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5D2130F for ; Sat, 23 Nov 2024 08:17:59 +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: <1732349764.32a9ef185ccfd61205ab983a229e95e4a2545414.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/blinker/Manifest dev-python/blinker/blinker-1.8.2.ebuild X-VCS-Directories: dev-python/blinker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32a9ef185ccfd61205ab983a229e95e4a2545414 X-VCS-Branch: master Date: Sat, 23 Nov 2024 08:17:59 +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: 7da178b2-49a5-4280-872d-ccc0eb118937 X-Archives-Hash: 9fc8354716f1b6ac20c069110ecf4094 commit: 32a9ef185ccfd61205ab983a229e95e4a2545414 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 08:16:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 08:16:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a9ef18 dev-python/blinker: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/blinker/Manifest | 1 - dev-python/blinker/blinker-1.8.2.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/blinker/Manifest b/dev-python/blinker/Manifest index 89f6f26f4f32..0648b8e0ce61 100644 --- a/dev-python/blinker/Manifest +++ b/dev-python/blinker/Manifest @@ -1,2 +1 @@ -DIST blinker-1.8.2.tar.gz 23161 BLAKE2B 43254180a0486ee6787f7f02c17418524182529505c5a5d01abc1f151ef85bc736fc442d3e88d670e638c866537863476a2efdc1baf8e39017add9a1372749ed SHA512 037822e014974aaa9d6faf76805b09c06d697de9555cf4cd1265e639c52f72c5ed905e4698140b49a5e011806d91541636a7cf58082aabdd927c60dffd7df012 DIST blinker-1.9.0.tar.gz 22460 BLAKE2B ad77406c35b3d6c1979387d3675fa580ade063a16e1fd15d1628ed7bc8a3e71bf8e1a857257d1278deae5e23426b106f2b02648ff75c39e60909285d6a668d64 SHA512 587eaead4750eb742209703d792498293579dc55afc855498066b49a067527b6b3eccbe9a35ddbacc2cb1b7ced0bb3bb7a5716dba82d87b434a6ca8281bd76e5 diff --git a/dev-python/blinker/blinker-1.8.2.ebuild b/dev-python/blinker/blinker-1.8.2.ebuild deleted file mode 100644 index fc50642b88d2..000000000000 --- a/dev-python/blinker/blinker-1.8.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Fast, simple object-to-object and broadcast signaling" -HOMEPAGE=" - https://github.com/pallets-eco/blinker/ - https://pypi.org/project/blinker/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -BDEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p asyncio -}