summaryrefslogtreecommitdiff
path: root/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-01-30 20:49:29 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-01-30 21:26:32 +0100
commit085a5e073d0c819afb5061e102f9fae28ffaae8c (patch)
treef27ff87f7cbb61f36be6720c57274cc8372ab5cb /dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
parent3048da9627af31ea68f0c0bf5f26c04c28cbc894 (diff)
downloadgentoo-085a5e073d0c819afb5061e102f9fae28ffaae8c.tar.gz
gentoo-085a5e073d0c819afb5061e102f9fae28ffaae8c.tar.bz2
gentoo-085a5e073d0c819afb5061e102f9fae28ffaae8c.zip
dev-python/django-cors-headers: bump to version 3.7.0
Also added python3_9 support. Closes: https://bugs.gentoo.org/766995 Closes: https://bugs.gentoo.org/767190 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild')
-rw-r--r--dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
new file mode 100644
index 000000000000..eecd52c04404
--- /dev/null
+++ b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
+HOMEPAGE="https://github.com/adamchainz/django-cors-headers"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+# Tests need a configured database
+RESTRICT="test"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest