python-aiosignal: remove the package
authorAlexandru Ardelean <redacted>
Sun, 31 May 2026 17:25:38 +0000 (20:25 +0300)
committerAlexandru Ardelean <redacted>
Mon, 1 Jun 2026 05:13:57 +0000 (08:13 +0300)
commitc3847cab89712acd1d3fdc7bfba6a9249b643bf5
tree44537ebc1984b66c3dd3dc3ef49d67edf8b7f572
parent98f1c95da5a8dfe3264757cac7b62c53fd7753d0
python-aiosignal: remove the package

aiosignal is a small aio-libs helper that provides a Signal class for
fan-out of coroutine callbacks. Its only practical use is as a runtime
dependency of aiohttp, which is not packaged in this repository, and no
other package here declares aiosignal as a runtime or build dependency.

Drop the package; users who pull in aiohttp via pip on the target will
get aiosignal as a transitive dependency anyway.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-aiosignal/Makefile [deleted file]
lang/python/python-aiosignal/test.sh [deleted file]
git clone https://git.99rst.org/PROJECT