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 E9E1713835C for ; Wed, 26 May 2021 13:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45E51E14F2; Wed, 26 May 2021 13:42:48 +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 2D7FBE14F2 for ; Wed, 26 May 2021 13:42:48 +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 349C6340E91 for ; Wed, 26 May 2021 13:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C18B7A0 for ; Wed, 26 May 2021 13:42:44 +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: <1621994252.85ad87ff40410b59a517ada3d1968f3d3a296010.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/Manifest dev-python/starlette/starlette-0.14.1.ebuild dev-python/starlette/starlette-0.14.2.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 85ad87ff40410b59a517ada3d1968f3d3a296010 X-VCS-Branch: master Date: Wed, 26 May 2021 13:42:44 +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: 88f88bc4-bb16-48ce-8508-0291c430500c X-Archives-Hash: 3c95b1fecc38412abd3a6191312e132f commit: 85ad87ff40410b59a517ada3d1968f3d3a296010 Author: Anna Vyalkova sysrq in> AuthorDate: Wed May 26 01:32:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 26 01:57:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85ad87ff dev-python/starlette: add 0.14.2, drop 0.14.1 Signed-off-by: Anna Vyalkova sysrq.in> dev-python/starlette/Manifest | 2 +- ...starlette-0.14.1.ebuild => starlette-0.14.2.ebuild} | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest index a42baca71..18540adc6 100644 --- a/dev-python/starlette/Manifest +++ b/dev-python/starlette/Manifest @@ -1 +1 @@ -DIST starlette-0.14.1.tar.gz 438036 BLAKE2B 9531459d6af3860cad7743a395360f573476bab642eb69c2dcc41c6240acff7309a3fc47676db4d106210dff81957974656fd68f03aa4e2fdc9f080afe2c4e31 SHA512 792075ec6d7b8fa16b40b12c092adfc1c95ce0f17b0dd8b34c8578fe407a863279cebf77218d1d89459d1b4161078684c6339ff48c124e67899313bae6794e01 +DIST starlette-0.14.2.tar.gz 438350 BLAKE2B 862f1f6526f194e0dfd52e14860b63fbd97507a4a6d694d71e44041edbb435608a1e3511144e6fb3e8b39405672baf81e00685ad3928aebb244e566cfcd665d0 SHA512 4321d3d1890c49dea53d7923b456772ecc9d28083d28392e0e9cd1f39f33180cc1cb28914bee443849fa8c87015dd99610ea18e03f0101b0eaf3f8df56249fab diff --git a/dev-python/starlette/starlette-0.14.1.ebuild b/dev-python/starlette/starlette-0.14.2.ebuild similarity index 81% rename from dev-python/starlette/starlette-0.14.1.ebuild rename to dev-python/starlette/starlette-0.14.2.ebuild index deb7df9c2..ce6438b91 100644 --- a/dev-python/starlette/starlette-0.14.1.ebuild +++ b/dev-python/starlette/starlette-0.14.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" @@ -22,14 +22,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -# 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? ( +BDEPEND="test? ( dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/aiosqlite[${PYTHON_USEDEP}] + dev-python/databases[${PYTHON_USEDEP}] dev-python/graphene[${PYTHON_USEDEP}] dev-python/itsdangerous[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] @@ -42,8 +38,10 @@ DEPEND="test? ( python_prepare_all() { # do not install LICENSE to /usr/ sed -i -e '/data_files/d' setup.py || die - # do not depend on pytest-cov - sed -i -e '/--cov/d' setup.cfg || die + # do not depend on pytest-cov and fail on DeprecationWarning + rm setup.cfg || die + # ModuleNotFoundError: No module named 'graphql.execution.executors' + rm tests/test_graphql.py || die distutils-r1_python_prepare_all } @@ -54,7 +52,7 @@ pkg_postinst() { optfeature "Required if you want to support form parsing, with request.form()" dev-python/python-multipart optfeature "Required for SessionMiddleware support." dev-python/itsdangerous optfeature "Required for SchemaGenerator support." dev-python/pyyaml - optfeature "Required for GraphQLApp support" media-libs/graphene + optfeature "Required for GraphQLApp support" dev-python/graphene optfeature "Required if you want to use UJSONResponse." dev-python/ujson optfeature "Server Sent Events" dev-python/sse-starlette }