commit:     fcfac2616a9fd6613e42e2de957f8618d9d8b576
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 12:05:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 12:23:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfac261

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.7.0.ebuild               | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index d73f0233bf76..5b0aecc16a19 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1,2 +1 @@
-DIST django-cors-headers-4.7.0.gh.tar.gz 32732 BLAKE2B 
77f2052a34d2634c4b25eb5e1bf115cbd84e120f01941e6e0456c2b1ac7c5312731207b534dccb531c3f4d76e2e4a7d4ee088a2477bb185ed2f0b0e2f0302fcc
 SHA512 
9829c36630f15b78e8a32e42a7fb27fe90bf590aca139df8192cae2ac92e68414470c9f185fda147ff15dff41bc86ea1298205d1316ea07c7e5733a70a8e0c6d
 DIST django-cors-headers-4.8.0.gh.tar.gz 40304 BLAKE2B 
b1affef0b0a651d94ba26cb66bf2abe37bcd27b7ceb2f0a750975ef428a6dfe65c30521c9ec09aff976c465ea91c9c59a1abe1bb8b18250567b3cb062a77a138
 SHA512 
bcc15f65eaf009a8485e18fcd4e0f65ad6b331719746c2b27f18ba03f069bf1aeb2ebaf030ddf57ec97ed3839d9cad15ccd4749aa104d37deba63806dc1a9fd7

diff --git a/dev-python/django-cors-headers/django-cors-headers-4.7.0.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-4.7.0.ebuild
deleted file mode 100644
index 312c56a97674..000000000000
--- a/dev-python/django-cors-headers/django-cors-headers-4.7.0.ebuild
+++ /dev/null
@@ -1,35 +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_{10..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}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-django[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to