Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/
Date: Thu, 26 Mar 2020 20:53:00
Message-Id: 1585255264.9b9e089336d355a870fbcb36222523fcd90bc2dd.mgorny@gentoo
1 commit: 9b9e089336d355a870fbcb36222523fcd90bc2dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 20:41:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 20:41:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9e0893
7
8 dev-python/django-cors-headers: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-cors-headers/Manifest | 2 --
13 .../django-cors-headers-2.5.1.ebuild | 19 -------------------
14 .../django-cors-headers-3.0.2.ebuild | 19 -------------------
15 3 files changed, 40 deletions(-)
16
17 diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest
18 index a2c85ff0adc..91d7fa3a262 100644
19 --- a/dev-python/django-cors-headers/Manifest
20 +++ b/dev-python/django-cors-headers/Manifest
21 @@ -1,3 +1 @@
22 -DIST django-cors-headers-2.5.1.tar.gz 21976 BLAKE2B 554b6c6ed737d8bfe34f3c87f67cf48a5bb5b838c3054d908ceae5c8716a51a69e55b82e9dff8bdf186f23bb24ed32ab4e7f898b23f27a132330cae5323ccd86 SHA512 b321edfd69103e3389acdd3a552e9a36c8c5eb78be01230c5389716d2d2fc81c7cf64003b6ba3e6f46bed5f6d6b8b68b1dfa923a9e8f98c7261412e17f7854a8
23 -DIST django-cors-headers-3.0.2.tar.gz 24497 BLAKE2B 06cf666981542607a538550b2429cad7eb2ebe58bcb0eb3e0f4a6b59f17a91b3caff9123ab3c9b133814f8ee6cfa2ac7352f424eb8a676567fa1775fae708185 SHA512 fffe3be64ba095357dcd4e370a3aabbb848be5f886cd2beee8558d3f5f9aa849dacb2f40e0159013fa050eac42d04764e35893ff983a476b20783e3d8083e720
24 DIST django-cors-headers-3.2.1.tar.gz 26261 BLAKE2B fcab223308223af20754275256e9c03f2dc99210b05d200fcfa0f0e4583c7f8a098ec66a3a40d771aa94221d9d21d2bb0c673f4722b72f598b95f31420fa7526 SHA512 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397
25
26 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
27 deleted file mode 100644
28 index c067302ff30..00000000000
29 --- a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
41 -HOMEPAGE="https://github.com/ottoyiu/django-cors-headers"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}
50 -dev-python/setuptools[${PYTHON_USEDEP}]"
51
52 diff --git a/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild
53 deleted file mode 100644
54 index c067302ff30..00000000000
55 --- a/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild
56 +++ /dev/null
57 @@ -1,19 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -PYTHON_COMPAT=( python3_6 )
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
67 -HOMEPAGE="https://github.com/ottoyiu/django-cors-headers"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="MIT"
71 -SLOT="0"
72 -KEYWORDS="~amd64"
73 -
74 -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
75 -DEPEND="${RDEPEND}
76 -dev-python/setuptools[${PYTHON_USEDEP}]"