commit:     1d72a5b3408c716a33520f4e2f8ee72eceb7979b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:03:40 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 08:24:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d72a5b3

dev-python/robot-detection: enable py3.10, enable tests

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/robot-detection/robot-detection-0.4.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/robot-detection/robot-detection-0.4.0.ebuild 
b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
index a581ad55959..e43ccf95790 100644
--- a/dev-python/robot-detection/robot-detection-0.4.0.ebuild
+++ b/dev-python/robot-detection/robot-detection-0.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Module to detect if a given HTTP User Agent is a web crawler."
@@ -13,3 +13,5 @@ 
SRC_URI="https://github.com/rory/robot-detection/archive/v${PV}.tar.gz -> ${P}.t
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
+
+distutils_enable_tests unittest

Reply via email to