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: Sat, 26 Feb 2022 18:00:00
Message-Id: 1645898383.0db53f02466e952401bd93a5f40ec14a9e87a8b9.mgorny@gentoo
1 commit: 0db53f02466e952401bd93a5f40ec14a9e87a8b9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 17:43:35 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 17:59:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db53f02
7
8 dev-python/django-cors-headers: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-cors-headers/Manifest | 1 -
13 .../django-cors-headers-3.10.0.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest
17 index 5fed2c5e07e8..081bb5fe6fe3 100644
18 --- a/dev-python/django-cors-headers/Manifest
19 +++ b/dev-python/django-cors-headers/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-cors-headers-3.10.0.gh.tar.gz 30786 BLAKE2B cd4de0b851932d023982fe2df8dbb00f56b863d2932a776e224b3f026ae03174561b1ac39ada9f0ef2e2057f8f05e67314e6ca935aa8beca31588472becadaec SHA512 dbb4925a1818e9e3cc18294ee0636ed193a195f4f6cf337ff01ee295ff7943ed376fa53071ea68f87df83d30dd9028ef75b36181bc128635c6040c8a3720676d
22 DIST django-cors-headers-3.10.1.gh.tar.gz 29478 BLAKE2B 935167699b8c63b4741ff095a0dcfb4a0875a424e6f452989b788eb1f97147be4792c8d0304cdf1cfc6f6c339cb27bc7f701c0ae1c379bfe573031c1a2d67c14 SHA512 7c5e94fd59ae4ae542386c9d307ed2628b2e3cb8bd5f48e004b3a84b311acd269a2ba2faf6d034c6cab5f7a0d6e781b4c7ee7c64da8a486a46610af723ee448c
23
24 diff --git a/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild
25 deleted file mode 100644
26 index 441ad19af723..000000000000
27 --- a/dev-python/django-cors-headers/django-cors-headers-3.10.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses"
39 -HOMEPAGE="https://github.com/adamchainz/django-cors-headers"
40 -SRC_URI="
41 - https://github.com/adamchainz/django-cors-headers/archive/${PV}.tar.gz
42 - -> ${P}.gh.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}]"
49 -BDEPEND="
50 - test? (
51 - dev-python/pytest-django[${PYTHON_USEDEP}]
52 - )"
53 -
54 -distutils_enable_tests pytest