commit:     32a9ef185ccfd61205ab983a229e95e4a2545414
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 08:16:04 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
-}

Reply via email to