From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/ Date: Sun, 5 Jul 2020 11:51:01 +0000 (UTC) [thread overview] Message-ID: <1593949851.f321f8406f4e26a141924b9c74e30e12b2fb0ce9.andrewammerlaan@gentoo> (raw) commit: f321f8406f4e26a141924b9c74e30e12b2fb0ce9 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jul 5 11:50:26 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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/
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/starlette/ Date: Sun, 5 Jul 2020 11:51:58 +0000 (UTC) [thread overview] Message-ID: <1593949851.f321f8406f4e26a141924b9c74e30e12b2fb0ce9.andrewammerlaan@gentoo> (raw) Message-ID: <20200705115158.5P1EqkWCOKdOsQs96PNUXupj_vTgDJXS6QYhjaOyfCc@z> (raw) commit: f321f8406f4e26a141924b9c74e30e12b2fb0ce9 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jul 5 11:50:26 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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/
next reply other threads:[~2020-07-05 11:51 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-05 11:51 Andrew Ammerlaan [this message] 2020-07-05 11:51 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/starlette/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2021-12-15 10:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-12-14 7:14 Anna Vyalkova 2021-05-26 1:57 Anna Vyalkova 2020-12-18 19:55 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-12-18 19:16 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-09-24 13:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-09-24 12:50 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-02 10:00 Andrew Ammerlaan 2020-04-16 9:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-04-16 9:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-03-19 19:07 Andrew Ammerlaan 2020-03-18 19:13 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1593949851.f321f8406f4e26a141924b9c74e30e12b2fb0ce9.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox