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 7FE7B13835A for ; Fri, 19 Feb 2021 10:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BADCE0CAD; Fri, 19 Feb 2021 10:14:27 +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 472B3E0CAD for ; Fri, 19 Feb 2021 10:14:27 +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 5864D340F65 for ; Fri, 19 Feb 2021 10:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A50C4F3 for ; Fri, 19 Feb 2021 10:14:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1613587377.3da27ffd2bdf1f898dbefe67ebfcb17c14c00eb2.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpx/httpx-0.16.1.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3da27ffd2bdf1f898dbefe67ebfcb17c14c00eb2 X-VCS-Branch: master Date: Fri, 19 Feb 2021 10:14:23 +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: 687d6e2f-c6d6-4dd9-82ad-3d902e102808 X-Archives-Hash: f153f6513fdbe7078845b438d3d6bd0d commit: 3da27ffd2bdf1f898dbefe67ebfcb17c14c00eb2 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Feb 17 18:42:57 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 17 18:42:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3da27ffd dev-python/httpx: add py3.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpx/httpx-0.16.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/httpx/httpx-0.16.1.ebuild b/dev-python/httpx/httpx-0.16.1.ebuild index ae450993..8e65c5b4 100644 --- a/dev-python/httpx/httpx-0.16.1.ebuild +++ b/dev-python/httpx/httpx-0.16.1.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 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" @@ -23,6 +23,8 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" +# lots of these +# request() got an unexpected keyword argument 'ext' RESTRICT="test" RDEPEND="