Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangorestframework/
Date: Wed, 30 Sep 2020 18:16:23
Message-Id: 1601489749.7324be9691beb553601ed80bbb74963f75fbac5f.williamh@gentoo
1 commit: 7324be9691beb553601ed80bbb74963f75fbac5f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 18:13:38 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 18:15:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7324be96
7
8 dev-python/djangorestframework: 3.11.1 bump
9
10 Closes: https://bugs.gentoo.org/742485
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 dev-python/djangorestframework/Manifest | 1 +
14 .../djangorestframework-3.11.1.ebuild | 19 +++++++++++++++++++
15 2 files changed, 20 insertions(+)
16
17 diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest
18 index 05c4d0f587d..be2af0c97d5 100644
19 --- a/dev-python/djangorestframework/Manifest
20 +++ b/dev-python/djangorestframework/Manifest
21 @@ -1 +1,2 @@
22 DIST djangorestframework-3.11.0.tar.gz 791688 BLAKE2B 5a3cb8a25bd400d4e030bf960d227a2cfbf4fd306b0aab6f0f6bfec4dcfa59d566c3090ab660726a15f5fc36e0c93d3163008f7a64576af91448df7d1e3f4d87 SHA512 87f02919df6a136198e6551c6d525b3cc57299581f6c098258f81d7c9096b851b9fc2af64e8ffc161178ef811f50eb0d3f068697702b73601036ea33202bbee0
23 +DIST djangorestframework-3.11.1.tar.gz 804357 BLAKE2B e069b7ccf60d124281f37e5533dcd28b9f4402ab7b875ff62d3c0aed72060d0ee40c5905f09225367da91a812b3be1d4bec47343b9643380c4f583ee70d8ea98 SHA512 3063441f965a98c2bdd8279d3fc300d45af032094590b097cfe31a28fdaaf1772391ae023d5229537c1f6e7ff01405e604123bf9c665cd902a26e1cf94a8785f
24
25 diff --git a/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild b/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
26 new file mode 100644
27 index 00000000000..def354feb67
28 --- /dev/null
29 +++ b/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6,7,8} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Web APIs with django made easy"
40 +HOMEPAGE="https://www.django-rest-framework.org"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +
47 +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
48 +DEPEND="${RDEPEND}
49 +dev-python/setuptools[${PYTHON_USEDEP}]"