commit:     3c8c57663d434d4d39bbd6cec72a08ce3611b9f6
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat May 22 10:07:36 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:18:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8c5766

dev-python/dj-email-url: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dj-email-url/dj-email-url-1.0.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/dj-email-url/dj-email-url-1.0.2.ebuild 
b/dev-python/dj-email-url/dj-email-url-1.0.2.ebuild
index e101e12aff3..40c4d515ab1 100644
--- a/dev-python/dj-email-url/dj-email-url-1.0.2.ebuild
+++ b/dev-python/dj-email-url/dj-email-url-1.0.2.ebuild
@@ -1,10 +1,9 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -15,10 +14,9 @@ 
SRC_URI="https://github.com/migonzalvar/dj-email-url/archive/refs/tags/v${PV}.ta
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DOCS=( CHANGELOG.rst README.rst )
 
 python_test() {
-       "${PYTHON:-python}" test_dj_email_url.py || die
+       "${EPYTHON}" test_dj_email_url.py -v || die "Tests failed with 
${EPYTHON}"
 }

Reply via email to