From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 134CD13835B for ; Sun, 5 Jul 2020 11:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3F5E086C; Sun, 5 Jul 2020 11:52:03 +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 3E31FE086C for ; Sun, 5 Jul 2020 11:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08E6534EF97 for ; Sun, 5 Jul 2020 11:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CED2D0 for ; Sun, 5 Jul 2020 11:51:58 +0000 (UTC) From: "Andrew Ammerlaan" 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" Message-ID: <1593949851.f321f8406f4e26a141924b9c74e30e12b2fb0ce9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/starlette/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/starlette/starlette-0.13.4.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f321f8406f4e26a141924b9c74e30e12b2fb0ce9 X-VCS-Branch: master Date: Sun, 5 Jul 2020 11:51:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da2df38a-4bb7-4fbb-a4c8-fef078858b67 X-Archives-Hash: e4cd76bf82083ccfff150ee3dbc6395e Message-ID: <20200705115158.5P1EqkWCOKdOsQs96PNUXupj_vTgDJXS6QYhjaOyfCc@z> commit: f321f8406f4e26a141924b9c74e30e12b2fb0ce9 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jul 5 11:50:26 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jul 5 11:50:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f321f840 dev-python/starlette: minor changes tried to get tests working now that we have newer graphql but didn't work :( Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/starlette/starlette-0.13.4.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/starlette/starlette-0.13.4.ebuild b/dev-python/starlette/starlette-0.13.4.ebuild index 84b0d96..d337b97 100644 --- a/dev-python/starlette/starlette-0.13.4.ebuild +++ b/dev-python/starlette/starlette-0.13.4.ebuild @@ -22,13 +22,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" - -# ModuleNotFoundError: No module named 'graphql.pyutils.compat' -# We need newer graphql-core +# ModuleNotFoundError: No module named 'graphql.execution.executors' +# Now graphql is at the newest version and this still doesn't work :( +# though there are less errors now RESTRICT="test" DEPEND="test? ( + dev-python/aiosqlite[${PYTHON_USEDEP}] dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/black[${PYTHON_USEDEP}] dev-python/databases[${PYTHON_USEDEP}] @@ -40,7 +40,8 @@ DEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/sse-starlette[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] - dev-python/graphene[${PYTHON_USEDEP}] )" + dev-python/graphene[${PYTHON_USEDEP}] +)" python_prepare_all() { # do not install LICENSE to /usr/