commit: 9b6ad75392d302b566bf7293f4c025bb55ba6318
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 19:50:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 20:07:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6ad753
dev-python/django-cors-headers: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cors-headers/Manifest | 1 -
.../django-cors-headers-4.8.0.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/django-cors-headers/Manifest
b/dev-python/django-cors-headers/Manifest
index 4700b10c4d8c..e70d0907ec18 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1,2 +1 @@
-DIST django-cors-headers-4.8.0.gh.tar.gz 40304 BLAKE2B
b1affef0b0a651d94ba26cb66bf2abe37bcd27b7ceb2f0a750975ef428a6dfe65c30521c9ec09aff976c465ea91c9c59a1abe1bb8b18250567b3cb062a77a138
SHA512
bcc15f65eaf009a8485e18fcd4e0f65ad6b331719746c2b27f18ba03f069bf1aeb2ebaf030ddf57ec97ed3839d9cad15ccd4749aa104d37deba63806dc1a9fd7
DIST django-cors-headers-4.9.0.gh.tar.gz 40976 BLAKE2B
9c32af42fd7b4666c7ae0a16227a3994df8472e9572531acdd5a0f3dc17151d4cce852a2c75254fe75d7c4b48ea4a5fb9577e02b7f6b878ca4af83e46ab83015
SHA512
d655369b149bafcf5fea560c40ab4b69f2e49143e9565806f013101fe5a4de902d6f4bf9961056d10f931537df6dcb36d763138b8a25a3c17971ad5349b6f1b3
diff --git a/dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild
b/dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild
deleted file mode 100644
index 29092067a81c..000000000000
--- a/dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers
to responses"
-HOMEPAGE="
- https://github.com/adamchainz/django-cors-headers/
- https://pypi.org/project/django-cors-headers/
-"
-SRC_URI="
- https://github.com/adamchainz/django-cors-headers/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/asgiref-3.6[${PYTHON_USEDEP}]
- >=dev-python/django-4.2[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-django )
-distutils_enable_tests pytest