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 A721C138359 for ; Fri, 14 Aug 2020 18:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B3CEE085E; Fri, 14 Aug 2020 18:35:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F2650E085A for ; Fri, 14 Aug 2020 18:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5ED7134F33F for ; Fri, 14 Aug 2020 18:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE564329 for ; Fri, 14 Aug 2020 18:35:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597428781.43f3d45d2e3da80cdf9a338d38e8b3b256aa5821.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tekore/tekore-2.1.3.ebuild X-VCS-Directories: dev-python/tekore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 43f3d45d2e3da80cdf9a338d38e8b3b256aa5821 X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:35:08 +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: 57028721-df15-4b3b-be50-383301a961ae X-Archives-Hash: 2828ff1c2c74576149ce3cd589535f2c Message-ID: <20200814183508._cZd31wBY0cFNFi2S3KsOiyUCZifTiI0empolNytYFk@z> commit: 43f3d45d2e3da80cdf9a338d38e8b3b256aa5821 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Aug 14 18:13:01 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Aug 14 18:13:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43f3d45d dev-python/tekore: add py3.8 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/tekore/tekore-2.1.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/tekore/tekore-2.1.3.ebuild b/dev-python/tekore/tekore-2.1.3.ebuild index c821256..8a0dce0 100644 --- a/dev-python/tekore/tekore-2.1.3.ebuild +++ b/dev-python/tekore/tekore-2.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -20,7 +20,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]