From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F709138334 for ; Thu, 14 Mar 2019 20:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63AF3E092E; Thu, 14 Mar 2019 20:26:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2220EE092E for ; Thu, 14 Mar 2019 20:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7848335D44 for ; Thu, 14 Mar 2019 20:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A767326 for ; Thu, 14 Mar 2019 20:26:44 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552595164.52e5621a9ce4da07c58810671686c8f712d89047.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-cors-headers/Manifest dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild dev-python/django-cors-headers/metadata.xml X-VCS-Directories: dev-python/django-cors-headers/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 52e5621a9ce4da07c58810671686c8f712d89047 X-VCS-Branch: master Date: Thu, 14 Mar 2019 20:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3d9a184-8bda-4b5c-8d30-6ecb87e324fd X-Archives-Hash: 4bf32b1088ac13858917f9a31b8cfb90 commit: 52e5621a9ce4da07c58810671686c8f712d89047 Author: William Hubbs gentoo org> AuthorDate: Thu Mar 14 20:24:45 2019 +0000 Commit: William Hubbs gentoo 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 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 @@ + + + + + williamh@gentoo.org + William Hubbs + +