From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1156674-garchives=archives.gentoo.org@lists.gentoo.org>
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 1A7D5138350
	for <garchives@archives.gentoo.org>; Sat, 28 Mar 2020 11:08:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4711EE0E36;
	Sat, 28 Mar 2020 11:08:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 0DCF1E0E35
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:08:06 +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 3420234F9E2
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:08:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B32B41C6
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:08:01 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
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" <andrewammerlaan@riseup.net>
Message-ID: <1585393214.f868d626e8620a23e24e19bd3e1d2f3603376ff6.andrewammerlaan@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.11.1.ebuild dev-python/httpx/httpx-0.12.0.ebuild dev-python/httpx/httpx-0.9.3.ebuild
X-VCS-Directories: dev-python/httpx/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: f868d626e8620a23e24e19bd3e1d2f3603376ff6
X-VCS-Branch: master
Date: Sat, 28 Mar 2020 11:08:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6b100a22-2df3-4acb-82a9-8ce8297e81ad
X-Archives-Hash: 0f3fcba858e478f24bb5cb0a0dab14bc

commit:     f868d626e8620a23e24e19bd3e1d2f3603376ff6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:52:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f868d626

dev-python/httpx: re-add py3_7

do not use PYTHON_USEDEP for BDEPEND

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/httpx/httpx-0.11.1.ebuild | 2 +-
 dev-python/httpx/httpx-0.12.0.ebuild | 2 +-
 dev-python/httpx/httpx-0.9.3.ebuild  | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.11.1.ebuild
+++ b/dev-python/httpx/httpx-0.11.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/httpx/httpx-0.12.0.ebuild b/dev-python/httpx/httpx-0.12.0.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.12.0.ebuild
+++ b/dev-python/httpx/httpx-0.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
index 0a31dfc..c21cd73 100644
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ b/dev-python/httpx/httpx-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -33,9 +33,9 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
 
 BDEPEND="
 	doc?  (
-		dev-python/mkautodoc[${PYTHON_USEDEP}]
-		dev-python/mkdocs[${PYTHON_USEDEP}]
-		dev-python/mkdocs-material[${PYTHON_USEDEP}]
+		dev-python/mkautodoc
+		dev-python/mkdocs
+		dev-python/mkdocs-material
 	)
 "
 


From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1156648-garchives=archives.gentoo.org@lists.gentoo.org>
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 CE636138350
	for <garchives@archives.gentoo.org>; Sat, 28 Mar 2020 11:00:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A01BDE0DE9;
	Sat, 28 Mar 2020 11:00:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 846D5E0DE9
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:00:48 +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 A4B1434F9E4
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:00:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 508A41BF
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2020 11:00:43 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
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" <andrewammerlaan@riseup.net>
Message-ID: <1585393214.f868d626e8620a23e24e19bd3e1d2f3603376ff6.andrewammerlaan@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpx/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-python/httpx/httpx-0.11.1.ebuild dev-python/httpx/httpx-0.12.0.ebuild dev-python/httpx/httpx-0.9.3.ebuild
X-VCS-Directories: dev-python/httpx/
X-VCS-Committer: andrewammerlaan
X-VCS-Committer-Name: Andrew Ammerlaan
X-VCS-Revision: f868d626e8620a23e24e19bd3e1d2f3603376ff6
X-VCS-Branch: dev
Date: Sat, 28 Mar 2020 11:00:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 71be25bb-4aae-4044-aecb-c379cfb23954
X-Archives-Hash: 134ec4bd3e27b1bc3c0579b9959a2857
Message-ID: <20200328110043.m0oXAdRhthiqK1It4JKY2D3GyjQKFGSZ-4KU3UWlazc@z>

commit:     f868d626e8620a23e24e19bd3e1d2f3603376ff6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 28 10:52:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 28 11:00:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f868d626

dev-python/httpx: re-add py3_7

do not use PYTHON_USEDEP for BDEPEND

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/httpx/httpx-0.11.1.ebuild | 2 +-
 dev-python/httpx/httpx-0.12.0.ebuild | 2 +-
 dev-python/httpx/httpx-0.9.3.ebuild  | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.11.1.ebuild
+++ b/dev-python/httpx/httpx-0.11.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/httpx/httpx-0.12.0.ebuild b/dev-python/httpx/httpx-0.12.0.ebuild
index 73e9708..c11a919 100644
--- a/dev-python/httpx/httpx-0.12.0.ebuild
+++ b/dev-python/httpx/httpx-0.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
index 0a31dfc..c21cd73 100644
--- a/dev-python/httpx/httpx-0.9.3.ebuild
+++ b/dev-python/httpx/httpx-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -33,9 +33,9 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
 
 BDEPEND="
 	doc?  (
-		dev-python/mkautodoc[${PYTHON_USEDEP}]
-		dev-python/mkdocs[${PYTHON_USEDEP}]
-		dev-python/mkdocs-material[${PYTHON_USEDEP}]
+		dev-python/mkautodoc
+		dev-python/mkdocs
+		dev-python/mkdocs-material
 	)
 "