commit: 52e5621a9ce4da07c58810671686c8f712d89047
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 20:24:45 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 20:26:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e5621a
dev-python/django-cors-headers: Django App that adds CORS headers to responses
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/django-cors-headers/Manifest | 1 +
.../django-cors-headers-2.5.1.ebuild | 19 +++++++++++++++++++
dev-python/django-cors-headers/metadata.xml | 8 ++++++++
3 files changed, 28 insertions(+)
diff --git a/dev-python/django-cors-headers/Manifest
b/dev-python/django-cors-headers/Manifest
new file mode 100644
index 00000000000..1ea3c296819
--- /dev/null
+++ b/dev-python/django-cors-headers/Manifest
@@ -0,0 +1 @@
+DIST django-cors-headers-2.5.1.tar.gz 21976 BLAKE2B
554b6c6ed737d8bfe34f3c87f67cf48a5bb5b838c3054d908ceae5c8716a51a69e55b82e9dff8bdf186f23bb24ed32ab4e7f898b23f27a132330cae5323ccd86
SHA512
b321edfd69103e3389acdd3a552e9a36c8c5eb78be01230c5389716d2d2fc81c7cf64003b6ba3e6f46bed5f6d6b8b68b1dfa923a9e8f98c7261412e17f7854a8
diff --git a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
new file mode 100644
index 00000000000..0d7334af7fa
--- /dev/null
+++ b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers
to responses"
+HOMEPAGE="https://github.com/ottoyiu/django-cors-headers"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/django-cors-headers/metadata.xml
b/dev-python/django-cors-headers/metadata.xml
new file mode 100644
index 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-python/django-cors-headers/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>