diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-02-26 05:40:02 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-02-26 05:40:02 +0100 |
| commit | feb5850e0d8c8d1cf49c292da784c0b4d04c9ff0 (patch) | |
| tree | 43407aed7a0466d51848b16cc3eda483a1393b30 /dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild | |
| parent | 0b76563f5d17b215c872e3c52fc9902ecf0adcbe (diff) | |
| download | gentoo-feb5850e0d8c8d1cf49c292da784c0b4d04c9ff0.tar.gz gentoo-feb5850e0d8c8d1cf49c292da784c0b4d04c9ff0.tar.bz2 gentoo-feb5850e0d8c8d1cf49c292da784c0b4d04c9ff0.zip | |
dev-python/django-cors-headers: Bump to 3.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild')
| -rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild new file mode 100644 index 000000000000..c9fcf1c8a4b0 --- /dev/null +++ b/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) + +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/django-3.2[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-django[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
