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 D7CD313835A for ; Fri, 18 Dec 2020 19:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D17E0901; Fri, 18 Dec 2020 19:55:36 +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 0B6D8E0901 for ; Fri, 18 Dec 2020 19:55:36 +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 D813C340AB5 for ; Fri, 18 Dec 2020 19:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C49757 for ; Fri, 18 Dec 2020 19:55:33 +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: <1608318925.9e06a7d21230f31226f976031cf5e0429109a0de.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.13.8.ebuild dev-python/starlette/starlette-0.14.1.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9e06a7d21230f31226f976031cf5e0429109a0de X-VCS-Branch: master Date: Fri, 18 Dec 2020 19:55:33 +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: 4155d893-ef6b-4dff-b7ba-c56aa8381fd4 X-Archives-Hash: 02a02f43a950c12957f563850e093756 commit: 9e06a7d21230f31226f976031cf5e0429109a0de Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 19:15:25 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 19:15:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e06a7d2 dev-python/starlette: version bump 0.14.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/starlette/Manifest | 2 +- .../starlette/{starlette-0.13.8.ebuild => starlette-0.14.1.ebuild} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest index a7d4bb05..a42baca7 100644 --- a/dev-python/starlette/Manifest +++ b/dev-python/starlette/Manifest @@ -1 +1 @@ -DIST starlette-0.13.8.tar.gz 435062 BLAKE2B 583b18de31f2d71c45f85f201458b090fcfd8aff3fbc16393842274ea13d57ef07a2fc37bb19039224873d8c52dea5241501feaeddb15dbc5093468907450e1d SHA512 362d5422868aa8541406e8d69a408bc5acdd64989c5f63e6fe3119a2e842eea248bb8646af9c9e0ac35c5c59a91ee1ff15d064c74d7f760ae536193e13ae9ced +DIST starlette-0.14.1.tar.gz 438036 BLAKE2B 9531459d6af3860cad7743a395360f573476bab642eb69c2dcc41c6240acff7309a3fc47676db4d106210dff81957974656fd68f03aa4e2fdc9f080afe2c4e31 SHA512 792075ec6d7b8fa16b40b12c092adfc1c95ce0f17b0dd8b34c8578fe407a863279cebf77218d1d89459d1b4161078684c6339ff48c124e67899313bae6794e01 diff --git a/dev-python/starlette/starlette-0.13.8.ebuild b/dev-python/starlette/starlette-0.14.1.ebuild similarity index 96% rename from dev-python/starlette/starlette-0.13.8.ebuild rename to dev-python/starlette/starlette-0.14.1.ebuild index 5adc6d69..98d1aa45 100644 --- a/dev-python/starlette/starlette-0.13.8.ebuild +++ b/dev-python/starlette/starlette-0.14.1.ebuild @@ -44,6 +44,8 @@ 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 distutils-r1_python_prepare_all } 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 10F2B1382C5 for ; Fri, 18 Dec 2020 19:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 174B4E0924; Fri, 18 Dec 2020 19:16:40 +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 F3E7AE0924 for ; Fri, 18 Dec 2020 19:16:39 +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 84B3B341036 for ; Fri, 18 Dec 2020 19:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1170457 for ; Fri, 18 Dec 2020 19:16:37 +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: <1608318925.9e06a7d21230f31226f976031cf5e0429109a0de.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/starlette-0.13.8.ebuild dev-python/starlette/starlette-0.14.1.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9e06a7d21230f31226f976031cf5e0429109a0de X-VCS-Branch: dev Date: Fri, 18 Dec 2020 19:16:37 +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: 1532b264-f28d-484f-810d-a69ab379a2a9 X-Archives-Hash: 805606b502c00c10d00e861daf90958a Message-ID: <20201218191637.Bvsh1YxhNqaXpW0Um9aYbVFvzQq5QStJv_7b5H2Fjbc@z> commit: 9e06a7d21230f31226f976031cf5e0429109a0de Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 19:15:25 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 19:15:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e06a7d2 dev-python/starlette: version bump 0.14.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/starlette/Manifest | 2 +- .../starlette/{starlette-0.13.8.ebuild => starlette-0.14.1.ebuild} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest index a7d4bb05..a42baca7 100644 --- a/dev-python/starlette/Manifest +++ b/dev-python/starlette/Manifest @@ -1 +1 @@ -DIST starlette-0.13.8.tar.gz 435062 BLAKE2B 583b18de31f2d71c45f85f201458b090fcfd8aff3fbc16393842274ea13d57ef07a2fc37bb19039224873d8c52dea5241501feaeddb15dbc5093468907450e1d SHA512 362d5422868aa8541406e8d69a408bc5acdd64989c5f63e6fe3119a2e842eea248bb8646af9c9e0ac35c5c59a91ee1ff15d064c74d7f760ae536193e13ae9ced +DIST starlette-0.14.1.tar.gz 438036 BLAKE2B 9531459d6af3860cad7743a395360f573476bab642eb69c2dcc41c6240acff7309a3fc47676db4d106210dff81957974656fd68f03aa4e2fdc9f080afe2c4e31 SHA512 792075ec6d7b8fa16b40b12c092adfc1c95ce0f17b0dd8b34c8578fe407a863279cebf77218d1d89459d1b4161078684c6339ff48c124e67899313bae6794e01 diff --git a/dev-python/starlette/starlette-0.13.8.ebuild b/dev-python/starlette/starlette-0.14.1.ebuild similarity index 96% rename from dev-python/starlette/starlette-0.13.8.ebuild rename to dev-python/starlette/starlette-0.14.1.ebuild index 5adc6d69..98d1aa45 100644 --- a/dev-python/starlette/starlette-0.13.8.ebuild +++ b/dev-python/starlette/starlette-0.14.1.ebuild @@ -44,6 +44,8 @@ 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 distutils-r1_python_prepare_all }