From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A64F158086 for ; Mon, 11 Oct 2021 08:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A75E0843; Mon, 11 Oct 2021 08:24:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 013AEE0843 for ; Mon, 11 Oct 2021 08:24:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 120123431B5 for ; Mon, 11 Oct 2021 08:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D97514C for ; Mon, 11 Oct 2021 08:24:46 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633940669.1d72a5b3408c716a33520f4e2f8ee72eceb7979b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robot-detection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/robot-detection/robot-detection-0.4.0.ebuild X-VCS-Directories: dev-python/robot-detection/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1d72a5b3408c716a33520f4e2f8ee72eceb7979b X-VCS-Branch: master Date: Mon, 11 Oct 2021 08:24:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75eb58e9-47f9-446a-ae4f-56e1929b20e8 X-Archives-Hash: 5e87552438e85de7c1a593857ee03d5a commit: 1d72a5b3408c716a33520f4e2f8ee72eceb7979b Author: Arthur Zamarin gentoo org> AuthorDate: Mon Oct 11 06:03:40 2021 +0000 Commit: Arthur Zamarin gentoo 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 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