commit: 85864ced66c233c35e01b890000659fcab579f99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 10:20:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 10:25:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85864ced
dev-python/asgiref: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asgiref/Manifest | 2 --
dev-python/asgiref/asgiref-3.8.1.ebuild | 23 -----------------------
dev-python/asgiref/asgiref-3.9.0.ebuild | 29 -----------------------------
3 files changed, 54 deletions(-)
diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 7f8b19d6ee0d..13b5aab03d3c 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.8.1.tar.gz 35186 BLAKE2B
ce18c03ad3de054375eb5c97792bfdb6b0ae19f8769f2968892d805d3c54c2d4e7dd7b05036bd786a828d0537fcebe983b46d38bdfc17d09be7e924ee3462d5c
SHA512
3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d
-DIST asgiref-3.9.0.tar.gz 36772 BLAKE2B
c6c83f29dba712976b6f2ec6c751885a1af8b9df6e8d6e616e844bacfbb57cd196c177ad27c1b55ca1dd3c66a7abbaa8f3dd3851925839295cd9d2308079a47e
SHA512
6f0847cb28f1dc2d721b2540331270c18d4e9b0bf412fe5a0447ddc8abf133a6cd9254c333e56415af3cd3676db58516f695a64f99d70ab052b513ce0d59499e
DIST asgiref-3.9.1.tar.gz 36870 BLAKE2B
d4883a95c2c363388a63114eeff92af96f5989e528e8bb496ac965aa0c686117cf38cf7968d16006bfa2529be84b5cc80c957128acee447ecbd5857db28b8377
SHA512
bc1a947dc7026fbd95970c71e699462856752b48024e2adf3ab5298dd8fb3fcee2e02a95eb97c5e8fe51ba77763b07f8e2922656ecac5b4205e03054663f9bbc
diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild
b/dev-python/asgiref/asgiref-3.8.1.ebuild
deleted file mode 100644
index 93b9553cbd93..000000000000
--- a/dev-python/asgiref/asgiref-3.8.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-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_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
- https://asgi.readthedocs.io/en/latest/
- https://github.com/django/asgiref/
- https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86"
-
-EPYTEST_PLUGINS=( pytest-asyncio )
-distutils_enable_tests pytest
diff --git a/dev-python/asgiref/asgiref-3.9.0.ebuild
b/dev-python/asgiref/asgiref-3.9.0.ebuild
deleted file mode 100644
index 1501c80deca1..000000000000
--- a/dev-python/asgiref/asgiref-3.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-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_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
- https://asgi.readthedocs.io/en/latest/
- https://github.com/django/asgiref/
- https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86"
-
-EPYTEST_PLUGINS=( pytest-asyncio )
-distutils_enable_tests pytest
-
-[[ ${PV} != 3.9.0 ]] && die "Remove deselect"
-EPYTEST_DESELECT=(
- # https://github.com/django/asgiref/pull/521
- tests/test_garbage_collection.py
-)