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 66EC91382C5 for ; Sat, 17 Apr 2021 08:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D8A1E0849; Sat, 17 Apr 2021 08:24:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62103E0845 for ; Sat, 17 Apr 2021 08:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC7A340D96 for ; Sat, 17 Apr 2021 08:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C214A673 for ; Sat, 17 Apr 2021 08:24:38 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1618647808.5fda8b3496c6c269c616f6df24926979e78622f4.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aionotify/aionotify-0.2.0.ebuild X-VCS-Directories: dev-python/aionotify/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 5fda8b3496c6c269c616f6df24926979e78622f4 X-VCS-Branch: dev Date: Sat, 17 Apr 2021 08:24:38 +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: e371a05b-76cc-4e41-a593-ebc5fec2ca5a X-Archives-Hash: 716da06cc837d0f0b18ebf71d924b6ee commit: 5fda8b3496c6c269c616f6df24926979e78622f4 Author: Theo Anderson posteo de> AuthorDate: Sat Apr 17 08:23:28 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Apr 17 08:23:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fda8b34 dev-python/aionotify: add python_compat 3_{8,9} Signed-off-by: Theo Anderson posteo.de> dev-python/aionotify/aionotify-0.2.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 165840580..bfcd6b918 100644 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -15,6 +15,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -#DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )" -# -#distutils_enable_tests pytest +DEPEND="test? ( dev-python/asynctest[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest