commit:     629359876ca5b2cea34f146e1171d78e39813988
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun  9 14:37:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun  9 14:37:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62935987

dev-python/sanic: add py3_7

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

 dev-python/sanic/sanic-20.3.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/sanic/sanic-20.3.0.ebuild 
b/dev-python/sanic/sanic-20.3.0.ebuild
index acd563f..15a52d7 100644
--- a/dev-python/sanic/sanic-20.3.0.ebuild
+++ b/dev-python/sanic/sanic-20.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
        dev-python/aiofiles[${PYTHON_USEDEP}]
        >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
+       <dev-python/httpx-0.12[${PYTHON_USEDEP}]
        >=dev-python/httptools-0.0.10[${PYTHON_USEDEP}]
        >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
        <dev-python/multidict-5.0[${PYTHON_USEDEP}]
@@ -37,7 +38,6 @@ DEPEND="
                >=dev-python/pytest-5.2.1[${PYTHON_USEDEP}]
                dev-python/pytest-benchmark[${PYTHON_USEDEP}]
                dev-python/pytest-sanic[${PYTHON_USEDEP}]
-               dev-python/pytest-sugar[${PYTHON_USEDEP}]
                dev-python/uvicorn[${PYTHON_USEDEP}]
                www-servers/gunicorn[${PYTHON_USEDEP}]
        )
@@ -47,7 +47,7 @@ distutils_enable_tests pytest
 distutils_enable_sphinx docs \
                                dev-python/docutils \
                                dev-python/pygments \
-                               ">=dev-python/sphinx-2.1.2" \
-                               ">=dev-python/sphinx_rtd_theme-0.4.3" \
-                               ">=dev-python/recommonmark-0.5.0" \
+                               dev-python/sphinx_rtd_theme \
+                               dev-python/sphinxcontrib-websupport \
+                               dev-python/recommonmark \
                                www-servers/gunicorn

Reply via email to