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
)
"