summaryrefslogtreecommitdiff
path: root/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 21:41:04 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 21:41:04 +0100
commit9b9e089336d355a870fbcb36222523fcd90bc2dd (patch)
tree2b4fda2dd28d4a57d0157c5f78427120389a3e15 /dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
parent4c8be87bfcc8ac7ef795d9afac129ab78ad4cef8 (diff)
downloadgentoo-9b9e089336d355a870fbcb36222523fcd90bc2dd.tar.gz
gentoo-9b9e089336d355a870fbcb36222523fcd90bc2dd.tar.bz2
gentoo-9b9e089336d355a870fbcb36222523fcd90bc2dd.zip
dev-python/django-cors-headers: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild')
-rw-r--r--dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild19
1 files changed, 0 insertions, 19 deletions
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
deleted file mode 100644
index c067302ff309..000000000000
--- a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_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}]"