Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangorestframework/
Date: Sat, 30 Jan 2021 15:36:57
Message-Id: 1612020656.e4e33679bbf5d6065d98579bd08a2eef2bcd06f3.conikost@gentoo
1 commit: e4e33679bbf5d6065d98579bd08a2eef2bcd06f3
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 15:30:56 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 15:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e33679
7
8 dev-python/djangorestframework: bump to version 3.12.2
9
10 Also added python3_9 support.
11
12 Bug: https://bugs.gentoo.org/745933
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 dev-python/djangorestframework/Manifest | 1 +
17 .../djangorestframework-3.12.2.ebuild | 21 +++++++++++++++++++++
18 2 files changed, 22 insertions(+)
19
20 diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest
21 index e4a66969576..e5199ea4069 100644
22 --- a/dev-python/djangorestframework/Manifest
23 +++ b/dev-python/djangorestframework/Manifest
24 @@ -1 +1,2 @@
25 DIST djangorestframework-3.11.1.tar.gz 804357 BLAKE2B e069b7ccf60d124281f37e5533dcd28b9f4402ab7b875ff62d3c0aed72060d0ee40c5905f09225367da91a812b3be1d4bec47343b9643380c4f583ee70d8ea98 SHA512 3063441f965a98c2bdd8279d3fc300d45af032094590b097cfe31a28fdaaf1772391ae023d5229537c1f6e7ff01405e604123bf9c665cd902a26e1cf94a8785f
26 +DIST djangorestframework-3.12.2.tar.gz 842597 BLAKE2B f450d55ade3d9d2d21bedba50c8dd6437bde383f6b30a2987a1a4fd224b6a72a03fdaf878ce72f02c2791fe2ebee02f3d9e0915d979e4f70e2f0cb9615d4a299 SHA512 d3a43212a4fb2caec27f815af0c52f3c0d2c9933febfea246429b24640b3cf23668640a4c3ddb3e3453e74a904a2b439443bb01cf24b664d19e896c353f2cba3
27
28 diff --git a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild
29 new file mode 100644
30 index 00000000000..bcc4ec0825e
31 --- /dev/null
32 +++ b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild
33 @@ -0,0 +1,21 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_{7..9} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Web APIs with django made easy"
44 +HOMEPAGE="https://www.django-rest-framework.org"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +
51 +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
52 +DEPEND="${RDEPEND}"
53 +
54 +distutils_enable_tests setup.py