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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42E22158086 for ; Wed, 15 Dec 2021 10:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6BA2BC00F; Wed, 15 Dec 2021 10:35:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F2EB2BC00F for ; Wed, 15 Dec 2021 10:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F527342CB8 for ; Wed, 15 Dec 2021 10:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF56623F for ; Wed, 15 Dec 2021 10:35:07 +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: <1639564502.c8a6ef14dce7eff0507825151fc592ab17f8756f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/starlette/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/starlette/Manifest dev-python/starlette/metadata.xml dev-python/starlette/starlette-0.14.2.ebuild dev-python/starlette/starlette-0.17.1.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c8a6ef14dce7eff0507825151fc592ab17f8756f X-VCS-Branch: dev Date: Wed, 15 Dec 2021 10:35:07 +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: 271fd63a-d5b5-4f37-9bed-c7f3fd5a5836 X-Archives-Hash: aacb00c4060c72d1efaeab6e505db59e commit: c8a6ef14dce7eff0507825151fc592ab17f8756f Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:31:41 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:35:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8a6ef14 dev-python/starlette: moved to ::gentoo Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/starlette/Manifest | 2 - dev-python/starlette/metadata.xml | 8 ---- dev-python/starlette/starlette-0.14.2.ebuild | 60 ---------------------------- dev-python/starlette/starlette-0.17.1.ebuild | 59 --------------------------- 4 files changed, 129 deletions(-) diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest deleted file mode 100644 index 4865dbb97..000000000 --- a/dev-python/starlette/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST starlette-0.14.2.tar.gz 438350 BLAKE2B 862f1f6526f194e0dfd52e14860b63fbd97507a4a6d694d71e44041edbb435608a1e3511144e6fb3e8b39405672baf81e00685ad3928aebb244e566cfcd665d0 SHA512 4321d3d1890c49dea53d7923b456772ecc9d28083d28392e0e9cd1f39f33180cc1cb28914bee443849fa8c87015dd99610ea18e03f0101b0eaf3f8df56249fab -DIST starlette-0.17.1.tar.gz 403781 BLAKE2B 75de462afc507d89159f17002eb2acc5453520ad312573d5697f5da8fc7d76fcb2407bf41086c923a60a59766f5ac02de1b003962a4d1031c062bd80a0d50e6c SHA512 a8f8cee0dc40d19eab62996f4ef1230fa758375fa9b51e15eae5c906a89b76519ebe4e423aa567d73e4c055cef63e9bbae11b47d4372e28b615f6edaf22a06a7 diff --git a/dev-python/starlette/metadata.xml b/dev-python/starlette/metadata.xml deleted file mode 100644 index 3287f65d2..000000000 --- a/dev-python/starlette/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - piotr.staroszczyk@get24.org - Piotr Staroszczyk - - diff --git a/dev-python/starlette/starlette-0.14.2.ebuild b/dev-python/starlette/starlette-0.14.2.ebuild deleted file mode 100644 index ce6438b91..000000000 --- a/dev-python/starlette/starlette-0.14.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The little ASGI framework that shines" -HOMEPAGE=" - https://www.starlette.io/ - https://github.com/encode/starlette -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -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}] - dev-python/python-multipart[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sse-starlette[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}] -)" - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || 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 -} - -pkg_postinst() { - optfeature "Required if you want to use FileResponse or StaticFiles" dev-python/aiofiles - optfeature "Required if you want to use Jinja2Templates" dev-python/jinja - 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" dev-python/graphene - optfeature "Required if you want to use UJSONResponse." dev-python/ujson - optfeature "Server Sent Events" dev-python/sse-starlette -} - -distutils_enable_tests pytest diff --git a/dev-python/starlette/starlette-0.17.1.ebuild b/dev-python/starlette/starlette-0.17.1.ebuild deleted file mode 100644 index da23a8bd6..000000000 --- a/dev-python/starlette/starlette-0.17.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The little ASGI framework that shines" -HOMEPAGE=" - https://www.starlette.io/ - https://github.com/encode/starlette -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# trio tests are completely broken -RESTRICT="test" - -RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/aiosqlite[${PYTHON_USEDEP}] - dev-python/databases[${PYTHON_USEDEP}] - dev-python/itsdangerous[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/python-multipart[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sse-starlette[${PYTHON_USEDEP}] - dev-python/trio[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || die - # do not depend on pytest-cov and fail on DeprecationWarning - rm setup.cfg || die - - distutils-r1_python_prepare_all -} - -pkg_postinst() { - optfeature "Required if you want to use Jinja2Templates" dev-python/jinja - 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 if you want to use UJSONResponse." dev-python/ujson - optfeature "Server Sent Events" dev-python/sse-starlette -} 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75D95158086 for ; Wed, 15 Dec 2021 10:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 735AC2BC05D; Wed, 15 Dec 2021 10:35:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 418F92BC05D for ; Wed, 15 Dec 2021 10:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D21D3343791 for ; Wed, 15 Dec 2021 10:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12D9278 for ; Wed, 15 Dec 2021 10:35:24 +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: <1639564502.c8a6ef14dce7eff0507825151fc592ab17f8756f.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/metadata.xml dev-python/starlette/starlette-0.14.2.ebuild dev-python/starlette/starlette-0.17.1.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c8a6ef14dce7eff0507825151fc592ab17f8756f X-VCS-Branch: master Date: Wed, 15 Dec 2021 10:35:24 +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: c4b13897-ba57-41e8-99b6-6be6a0f73ba3 X-Archives-Hash: 17abf9a37d7eecf5cf6ac7cc5ee78314 Message-ID: <20211215103524.Bj6oc4GNLUYox07hhUuaYp9OhqmFjOENmay9fhKF8OU@z> commit: c8a6ef14dce7eff0507825151fc592ab17f8756f Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:31:41 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:35:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8a6ef14 dev-python/starlette: moved to ::gentoo Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/starlette/Manifest | 2 - dev-python/starlette/metadata.xml | 8 ---- dev-python/starlette/starlette-0.14.2.ebuild | 60 ---------------------------- dev-python/starlette/starlette-0.17.1.ebuild | 59 --------------------------- 4 files changed, 129 deletions(-) diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest deleted file mode 100644 index 4865dbb97..000000000 --- a/dev-python/starlette/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST starlette-0.14.2.tar.gz 438350 BLAKE2B 862f1f6526f194e0dfd52e14860b63fbd97507a4a6d694d71e44041edbb435608a1e3511144e6fb3e8b39405672baf81e00685ad3928aebb244e566cfcd665d0 SHA512 4321d3d1890c49dea53d7923b456772ecc9d28083d28392e0e9cd1f39f33180cc1cb28914bee443849fa8c87015dd99610ea18e03f0101b0eaf3f8df56249fab -DIST starlette-0.17.1.tar.gz 403781 BLAKE2B 75de462afc507d89159f17002eb2acc5453520ad312573d5697f5da8fc7d76fcb2407bf41086c923a60a59766f5ac02de1b003962a4d1031c062bd80a0d50e6c SHA512 a8f8cee0dc40d19eab62996f4ef1230fa758375fa9b51e15eae5c906a89b76519ebe4e423aa567d73e4c055cef63e9bbae11b47d4372e28b615f6edaf22a06a7 diff --git a/dev-python/starlette/metadata.xml b/dev-python/starlette/metadata.xml deleted file mode 100644 index 3287f65d2..000000000 --- a/dev-python/starlette/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - piotr.staroszczyk@get24.org - Piotr Staroszczyk - - diff --git a/dev-python/starlette/starlette-0.14.2.ebuild b/dev-python/starlette/starlette-0.14.2.ebuild deleted file mode 100644 index ce6438b91..000000000 --- a/dev-python/starlette/starlette-0.14.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The little ASGI framework that shines" -HOMEPAGE=" - https://www.starlette.io/ - https://github.com/encode/starlette -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -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}] - dev-python/python-multipart[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sse-starlette[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}] -)" - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || 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 -} - -pkg_postinst() { - optfeature "Required if you want to use FileResponse or StaticFiles" dev-python/aiofiles - optfeature "Required if you want to use Jinja2Templates" dev-python/jinja - 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" dev-python/graphene - optfeature "Required if you want to use UJSONResponse." dev-python/ujson - optfeature "Server Sent Events" dev-python/sse-starlette -} - -distutils_enable_tests pytest diff --git a/dev-python/starlette/starlette-0.17.1.ebuild b/dev-python/starlette/starlette-0.17.1.ebuild deleted file mode 100644 index da23a8bd6..000000000 --- a/dev-python/starlette/starlette-0.17.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_AUTODOC=1 - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The little ASGI framework that shines" -HOMEPAGE=" - https://www.starlette.io/ - https://github.com/encode/starlette -" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# trio tests are completely broken -RESTRICT="test" - -RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/aiosqlite[${PYTHON_USEDEP}] - dev-python/databases[${PYTHON_USEDEP}] - dev-python/itsdangerous[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/python-multipart[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/sse-starlette[${PYTHON_USEDEP}] - dev-python/trio[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || die - # do not depend on pytest-cov and fail on DeprecationWarning - rm setup.cfg || die - - distutils-r1_python_prepare_all -} - -pkg_postinst() { - optfeature "Required if you want to use Jinja2Templates" dev-python/jinja - 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 if you want to use UJSONResponse." dev-python/ujson - optfeature "Server Sent Events" dev-python/sse-starlette -}