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: Sun, 05 Dec 2021 21:42:47
Message-Id: 1638740559.d9f8f89181693cb8d257480e91fa690c24ca4b09.mgorny@gentoo
1 commit: d9f8f89181693cb8d257480e91fa690c24ca4b09
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 21:03:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 21:42:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f8f891
7
8 dev-python/django-cors-headers: Bump to 3.10.1
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.1.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest
17 index 8688fdf34851..5fed2c5e07e8 100644
18 --- a/dev-python/django-cors-headers/Manifest
19 +++ b/dev-python/django-cors-headers/Manifest
20 @@ -1 +1,2 @@
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.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.10.1.ebuild
25 new file mode 100644
26 index 000000000000..441ad19af723
27 --- /dev/null
28 +++ b/dev-python/django-cors-headers/django-cors-headers-3.10.1.ebuild
29 @@ -0,0 +1,25 @@
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