From f868d626e8620a23e24e19bd3e1d2f3603376ff6 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 28 Mar 2020 11:52:11 +0100 Subject: [PATCH] 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 --- 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 73e9708534..c11a91991d 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 73e9708534..c11a91991d 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 0a31dfc40b..c21cd73c42 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 ) "