commit:     442dd64865103d0efc093ea56c23be457a5d44ae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 06:47:13 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 06:55:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442dd648

dev-python/djangorestframework: Port to py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/djangorestframework/djangorestframework-3.12.4.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/djangorestframework/djangorestframework-3.12.4.ebuild 
b/dev-python/djangorestframework/djangorestframework-3.12.4.ebuild
index 8530587f35d..8b6cfef95be 100644
--- a/dev-python/djangorestframework/djangorestframework-3.12.4.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.12.4.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 MY_P=django-rest-framework-${PV}
@@ -34,6 +33,8 @@ python_test() {
        local deselect=(
                # TODO
                
tests/test_description.py::TestViewNamesAndDescriptions::test_markdown
+               # django version incompatibility?
+               
tests/test_fields.py::TestNaiveDayLightSavingTimeTimeZoneDateTimeField::test_invalid_inputs
        )
 
        epytest ${deselect[@]/#/--deselect }

Reply via email to