Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/
Date: Thu, 14 Mar 2019 20:26:48
Message-Id: 1552595164.52e5621a9ce4da07c58810671686c8f712d89047.williamh@gentoo
1 commit: 52e5621a9ce4da07c58810671686c8f712d89047
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 20:24:45 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 20:26:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e5621a
7
8 dev-python/django-cors-headers: Django App that adds CORS headers to responses
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 dev-python/django-cors-headers/Manifest | 1 +
15 .../django-cors-headers-2.5.1.ebuild | 19 +++++++++++++++++++
16 dev-python/django-cors-headers/metadata.xml | 8 ++++++++
17 3 files changed, 28 insertions(+)
18
19 diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest
20 new file mode 100644
21 index 00000000000..1ea3c296819
22 --- /dev/null
23 +++ b/dev-python/django-cors-headers/Manifest
24 @@ -0,0 +1 @@
25 +DIST django-cors-headers-2.5.1.tar.gz 21976 BLAKE2B 554b6c6ed737d8bfe34f3c87f67cf48a5bb5b838c3054d908ceae5c8716a51a69e55b82e9dff8bdf186f23bb24ed32ab4e7f898b23f27a132330cae5323ccd86 SHA512 b321edfd69103e3389acdd3a552e9a36c8c5eb78be01230c5389716d2d2fc81c7cf64003b6ba3e6f46bed5f6d6b8b68b1dfa923a9e8f98c7261412e17f7854a8
26
27 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
28 new file mode 100644
29 index 00000000000..0d7334af7fa
30 --- /dev/null
31 +++ b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
32 @@ -0,0 +1,19 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
42 +HOMEPAGE="https://github.com/ottoyiu/django-cors-headers"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +
49 +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
50 +DEPEND="${RDEPEND}
51 +dev-python/setuptools[${PYTHON_USEDEP}]"
52
53 diff --git a/dev-python/django-cors-headers/metadata.xml b/dev-python/django-cors-headers/metadata.xml
54 new file mode 100644
55 index 00000000000..c36c37139fa
56 --- /dev/null
57 +++ b/dev-python/django-cors-headers/metadata.xml
58 @@ -0,0 +1,8 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <maintainer type="person">
63 + <email>williamh@g.o</email>
64 + <name>William Hubbs</name>
65 + </maintainer>
66 +</pkgmetadata>