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 5099413835A for ; Fri, 18 Dec 2020 14:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE7DE0A6B; Fri, 18 Dec 2020 14:15:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41CE8E0A6A for ; Fri, 18 Dec 2020 14:15:49 +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 C0468340D79 for ; Fri, 18 Dec 2020 14:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75CC5D0 for ; Fri, 18 Dec 2020 14:15:46 +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: <1608297924.acef8a4e406f55f12818e52ba3864c0b057e0a26.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/Manifest dev-python/uvicorn/uvicorn-0.12.2.ebuild dev-python/uvicorn/uvicorn-0.12.3.ebuild dev-python/uvicorn/uvicorn-0.13.1.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: acef8a4e406f55f12818e52ba3864c0b057e0a26 X-VCS-Branch: master Date: Fri, 18 Dec 2020 14:15:46 +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: 0a55a4cf-015b-46b9-b138-bdf52b53a5d6 X-Archives-Hash: 04be1932ee04b9556a19f2e83358fec8 commit: acef8a4e406f55f12818e52ba3864c0b057e0a26 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 13:25:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 13:25:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acef8a4e dev-python/uvicorn: version bump 0.13.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/Manifest | 3 +- dev-python/uvicorn/uvicorn-0.12.2.ebuild | 61 ---------------------- ...uvicorn-0.12.3.ebuild => uvicorn-0.13.1.ebuild} | 1 - 3 files changed, 1 insertion(+), 64 deletions(-) diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index 7eca0da2..08b4b84a 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1,2 +1 @@ -DIST uvicorn-0.12.2.tar.gz 503530 BLAKE2B ab2b4e0a256127430f19f75431ca15652ad28d7d525e1ae00dc6c4d61a4c5affec6800e5ad4823954996d3d390c339f63502d9002fd9e5a8377055e0ee86e9ca SHA512 cc94f9482f4417c6cc79283c0ae1b9d658df9131f3d70d52ae4f1c03fdd7aef28ed902a722827529cb97e302f90bfe208d966546f6484bc01762e8f691121c49 -DIST uvicorn-0.12.3.tar.gz 505606 BLAKE2B 852ca5f624842680fc514fb1db4b62605aa31aca801efdb25e460ff4b5c49e22a58b732778f35e6f606d14cd8cab962c5426f01617d573934daa62167553acf3 SHA512 72f823ad0f16738b23e796f02916627908c6619b41c931a33aeef60d7929479f863f97da2f60b0a4265ce57b7397af4f4019f0ae784319cc44c178dfecc2f07c +DIST uvicorn-0.13.1.tar.gz 506827 BLAKE2B bded67c6bbf0e4be456acc0f4303ad29160002bc38e8ebef2fe545f0204d80dbdc813983169c1c42bb78251e4e0f585ac67b8a10a0f740b95731836c8ebb3d1f SHA512 a8ad800c6fc96137bb8cc444fd55d2bea3b7f63c3cee9db6662c73be9a01437805342ae909029bd5b9163643ce1648ee447264b2c51fd1706aa00a0fea089185 diff --git a/dev-python/uvicorn/uvicorn-0.12.2.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild deleted file mode 100644 index 181ee989..00000000 --- a/dev-python/uvicorn/uvicorn-0.12.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The lightning-fast ASGI server" -HOMEPAGE="https://www.uvicorn.org/ - https://github.com/encode/uvicorn" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/h11[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/trustme[${PYTHON_USEDEP}] - >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] - >=dev-python/websockets-8.0[${PYTHON_USEDEP}] - dev-python/httptools[${PYTHON_USEDEP}] - >=dev-python/watchgod-0.6[${PYTHON_USEDEP}] - dev-python/wsproto[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || die - - # Remove pytest-cov dep - sed -i -e '21,22d' setup.cfg || die - - distutils-r1_python_prepare_all -} - -pkg_postinst() { - optfeature "asyncio event loop on top of libuv" dev-python/uvloop - optfeature "websockets support using wsproto" dev-python/wsproto - optfeature "websockets support using websockets" dev-python/websockets - optfeature "httpstools package for http protocol" dev-python/httptools - optfeature "efficient debug reload" dev-python/watchgod -} diff --git a/dev-python/uvicorn/uvicorn-0.12.3.ebuild b/dev-python/uvicorn/uvicorn-0.13.1.ebuild similarity index 99% rename from dev-python/uvicorn/uvicorn-0.12.3.ebuild rename to dev-python/uvicorn/uvicorn-0.13.1.ebuild index 33587188..3cd9c7e2 100644 --- a/dev-python/uvicorn/uvicorn-0.12.3.ebuild +++ b/dev-python/uvicorn/uvicorn-0.13.1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) - DISTUTILS_USE_SETUPTOOLS=rdepend DOCS_BUILDER="mkdocs" 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 43EDC13835A for ; Fri, 18 Dec 2020 14:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D96E09F6; Fri, 18 Dec 2020 14:15:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 30CCDE09F6 for ; Fri, 18 Dec 2020 14:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4A7453404CC for ; Fri, 18 Dec 2020 14:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB8BD0 for ; Fri, 18 Dec 2020 14:15:39 +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: <1608297924.acef8a4e406f55f12818e52ba3864c0b057e0a26.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/Manifest dev-python/uvicorn/uvicorn-0.12.2.ebuild dev-python/uvicorn/uvicorn-0.12.3.ebuild dev-python/uvicorn/uvicorn-0.13.1.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: acef8a4e406f55f12818e52ba3864c0b057e0a26 X-VCS-Branch: dev Date: Fri, 18 Dec 2020 14:15:39 +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: ed2e7d5e-1493-42c1-82f0-b62f76de584c X-Archives-Hash: 92406a046ff3a6134456e12576d966f0 Message-ID: <20201218141539.erRuUWKmpenkIeXrXkuYL38AhEPafM-ZF75JIElHUOE@z> commit: acef8a4e406f55f12818e52ba3864c0b057e0a26 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 13:25:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 13:25:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acef8a4e dev-python/uvicorn: version bump 0.13.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/Manifest | 3 +- dev-python/uvicorn/uvicorn-0.12.2.ebuild | 61 ---------------------- ...uvicorn-0.12.3.ebuild => uvicorn-0.13.1.ebuild} | 1 - 3 files changed, 1 insertion(+), 64 deletions(-) diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index 7eca0da2..08b4b84a 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1,2 +1 @@ -DIST uvicorn-0.12.2.tar.gz 503530 BLAKE2B ab2b4e0a256127430f19f75431ca15652ad28d7d525e1ae00dc6c4d61a4c5affec6800e5ad4823954996d3d390c339f63502d9002fd9e5a8377055e0ee86e9ca SHA512 cc94f9482f4417c6cc79283c0ae1b9d658df9131f3d70d52ae4f1c03fdd7aef28ed902a722827529cb97e302f90bfe208d966546f6484bc01762e8f691121c49 -DIST uvicorn-0.12.3.tar.gz 505606 BLAKE2B 852ca5f624842680fc514fb1db4b62605aa31aca801efdb25e460ff4b5c49e22a58b732778f35e6f606d14cd8cab962c5426f01617d573934daa62167553acf3 SHA512 72f823ad0f16738b23e796f02916627908c6619b41c931a33aeef60d7929479f863f97da2f60b0a4265ce57b7397af4f4019f0ae784319cc44c178dfecc2f07c +DIST uvicorn-0.13.1.tar.gz 506827 BLAKE2B bded67c6bbf0e4be456acc0f4303ad29160002bc38e8ebef2fe545f0204d80dbdc813983169c1c42bb78251e4e0f585ac67b8a10a0f740b95731836c8ebb3d1f SHA512 a8ad800c6fc96137bb8cc444fd55d2bea3b7f63c3cee9db6662c73be9a01437805342ae909029bd5b9163643ce1648ee447264b2c51fd1706aa00a0fea089185 diff --git a/dev-python/uvicorn/uvicorn-0.12.2.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild deleted file mode 100644 index 181ee989..00000000 --- a/dev-python/uvicorn/uvicorn-0.12.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -DOCS_BUILDER="mkdocs" -DOCS_DEPEND="dev-python/mkdocs-material" - -inherit distutils-r1 docs optfeature - -DESCRIPTION="The lightning-fast ASGI server" -HOMEPAGE="https://www.uvicorn.org/ - https://github.com/encode/uvicorn" -SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/h11[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/trustme[${PYTHON_USEDEP}] - >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] - >=dev-python/websockets-8.0[${PYTHON_USEDEP}] - dev-python/httptools[${PYTHON_USEDEP}] - >=dev-python/watchgod-0.6[${PYTHON_USEDEP}] - dev-python/wsproto[${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -python_prepare_all() { - # do not install LICENSE to /usr/ - sed -i -e '/data_files/d' setup.py || die - - # Remove pytest-cov dep - sed -i -e '21,22d' setup.cfg || die - - distutils-r1_python_prepare_all -} - -pkg_postinst() { - optfeature "asyncio event loop on top of libuv" dev-python/uvloop - optfeature "websockets support using wsproto" dev-python/wsproto - optfeature "websockets support using websockets" dev-python/websockets - optfeature "httpstools package for http protocol" dev-python/httptools - optfeature "efficient debug reload" dev-python/watchgod -} diff --git a/dev-python/uvicorn/uvicorn-0.12.3.ebuild b/dev-python/uvicorn/uvicorn-0.13.1.ebuild similarity index 99% rename from dev-python/uvicorn/uvicorn-0.12.3.ebuild rename to dev-python/uvicorn/uvicorn-0.13.1.ebuild index 33587188..3cd9c7e2 100644 --- a/dev-python/uvicorn/uvicorn-0.12.3.ebuild +++ b/dev-python/uvicorn/uvicorn-0.13.1.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) - DISTUTILS_USE_SETUPTOOLS=rdepend DOCS_BUILDER="mkdocs"