commit:     bafddddbd113f4f9441b73690173445891e6aff8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 19 09:02:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 19 10:27:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafddddb

dev-python/aiosignal: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiosignal/Manifest               |  1 -
 dev-python/aiosignal/aiosignal-1.3.2.ebuild | 39 -----------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/aiosignal/Manifest b/dev-python/aiosignal/Manifest
index 08607870ec21..097fb22d5c49 100644
--- a/dev-python/aiosignal/Manifest
+++ b/dev-python/aiosignal/Manifest
@@ -1,2 +1 @@
-DIST aiosignal-1.3.2.gh.tar.gz 27043 BLAKE2B 
253022824866f47658fd5e2ebfc0e234e31541c38679695a2645ae0612888134edab3c5f36a01242db87c28ba37d50d45edfc782b48278860a72c3f3aadcdf73
 SHA512 
9a66e79d43e0aecd1195721db07d4e21da6ea9be81198b965471dd01beda44791d56400839f4ea30ba4d0c106f0b9bf6f91277c310c219669de45a4f874957e5
 DIST aiosignal-1.4.0.gh.tar.gz 34672 BLAKE2B 
dbdeb0a5ab35da1d66e26635d53423dccba5992f808d0010c38ecc8107c488f7775cfe0fca046be7a0bfe6c340910813885dc16183dcec8ba13b339b1bc0e1fb
 SHA512 
dca12bf29b1e842fe7c8a01e302d82cbc33fd6df996ff5905d5edfed159d056e0002d13ff4e2823e03e9f262aaaaf01b0f984202cddeee2e00db522541e3f99e

diff --git a/dev-python/aiosignal/aiosignal-1.3.2.ebuild 
b/dev-python/aiosignal/aiosignal-1.3.2.ebuild
deleted file mode 100644
index 55a22048d48c..000000000000
--- a/dev-python/aiosignal/aiosignal-1.3.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list of registered asynchronous callbacks"
-HOMEPAGE="
-       https://pypi.org/project/aiosignal/
-       https://github.com/aio-libs/aiosignal/
-"
-SRC_URI="
-       https://github.com/aio-libs/aiosignal/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-       >=dev-python/frozenlist-1.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -o addopts= -p asyncio
-}

Reply via email to