diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-09 04:52:50 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-09 05:22:17 +0200 |
| commit | 91c60bac5c8e38511ed0b33dac28c59e1a4db15c (patch) | |
| tree | c8b4286b552de011246fadd592fe92325823271a /dev-python/django-cors-headers | |
| parent | a971eca20b296aad5337a94abbbd4bdfcda471db (diff) | |
| download | gentoo-91c60bac5c8e38511ed0b33dac28c59e1a4db15c.tar.gz gentoo-91c60bac5c8e38511ed0b33dac28c59e1a4db15c.tar.bz2 gentoo-91c60bac5c8e38511ed0b33dac28c59e1a4db15c.zip | |
dev-python/django-cors-headers: Bump to 4.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers')
| -rw-r--r-- | dev-python/django-cors-headers/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-4.8.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
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 |
