commit: 15468ee0718359b2f34986b7ec755ec61e3caa0e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:09:08 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:09:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15468ee0
dev-python/httpcore: add py3.8
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/httpcore/httpcore-0.12.2.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild
b/dev-python/httpcore/httpcore-0.12.2.ebuild
index effb6272..a59caa84 100644
--- a/dev-python/httpcore/httpcore-0.12.2.ebuild
+++ b/dev-python/httpcore/httpcore-0.12.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
@@ -22,6 +22,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+# httpcore.ConnectError: [Errno 16] Device or resource busy
+RESTRICT="test"
+
RDEPEND="
>=dev-python/curio-1.4[${PYTHON_USEDEP}]
<dev-python/h11-1[${PYTHON_USEDEP}]