commit:     91c60bac5c8e38511ed0b33dac28c59e1a4db15c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 02:52:50 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 03:22:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c60bac

dev-python/django-cors-headers: Bump to 4.8.0

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 insertions(+)

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index 846222f69cc3..d73f0233bf76 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1 +1,2 @@
 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.8.0.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild
new file mode 100644
index 000000000000..29092067a81c
--- /dev/null
+++ b/dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild
@@ -0,0 +1,31 @@
+# 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

Reply via email to