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: Tue, 11 Feb 2020 18:33:37
Message-Id: 1581445737.e28a73813f75967fab930fab384e5729eef8f7ce.williamh@gentoo
1 commit: e28a73813f75967fab930fab384e5729eef8f7ce
2 Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
3 AuthorDate: Tue Feb 11 18:28:57 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 18:28:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28a7381
7
8 dev-python/djangorestframework: add python3_8 to 3.10.3
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-python/djangorestframework/djangorestframework-3.10.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild b/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild
16 index 45883f2ed25..def354feb67 100644
17 --- a/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild
18 +++ b/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25 inherit distutils-r1
26
27 DESCRIPTION="Web APIs with django made easy"