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 E52F01382C5 for ; Fri, 18 Jun 2021 02:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECFA5E0833; Fri, 18 Jun 2021 02:31:44 +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 D7596E0833 for ; Fri, 18 Jun 2021 02:31:44 +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 E2FC533BEAE for ; Fri, 18 Jun 2021 02:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BA67B1 for ; Fri, 18 Jun 2021 02:31:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623983447.49d0750307ebbce63fd32ad0c0580c71bf22461a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask/flask-2.0.1-r1.ebuild dev-python/flask/flask-2.0.1.ebuild dev-python/flask/flask-9999.ebuild X-VCS-Directories: dev-python/flask/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 49d0750307ebbce63fd32ad0c0580c71bf22461a X-VCS-Branch: master Date: Fri, 18 Jun 2021 02:31:41 +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: 1ef59e7a-3600-467e-9357-47e2580b96a2 X-Archives-Hash: 6017996a5f845c29b714c69240087dab commit: 49d0750307ebbce63fd32ad0c0580c71bf22461a Author: Sam James gentoo org> AuthorDate: Fri Jun 18 02:29:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 18 02:30:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d07503 dev-python/flask: shift new BDEPENDs into new revision for rekeywording Given another one came along, let's rekeyword properly. Bug: https://bugs.gentoo.org/701140 Signed-off-by: Sam James gentoo.org> dev-python/flask/{flask-2.0.1.ebuild => flask-2.0.1-r1.ebuild} | 8 ++++++-- dev-python/flask/flask-2.0.1.ebuild | 2 +- dev-python/flask/flask-9999.ebuild | 8 ++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/dev-python/flask/flask-2.0.1.ebuild b/dev-python/flask/flask-2.0.1-r1.ebuild similarity index 84% copy from dev-python/flask/flask-2.0.1.ebuild copy to dev-python/flask/flask-2.0.1-r1.ebuild index 662b9a88046..feea1195fdd 100644 --- a/dev-python/flask/flask-2.0.1.ebuild +++ b/dev-python/flask/flask-2.0.1-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_P}" fi @@ -34,7 +34,11 @@ BDEPEND=" >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )" -distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet +distutils_enable_sphinx docs \ + dev-python/pallets-sphinx-themes \ + dev-python/sphinx-issues \ + dev-python/sphinx-tabs \ + dev-python/sphinxcontrib-log_cabinet distutils_enable_tests pytest python_test() { diff --git a/dev-python/flask/flask-2.0.1.ebuild b/dev-python/flask/flask-2.0.1.ebuild index 662b9a88046..84efa337328 100644 --- a/dev-python/flask/flask-2.0.1.ebuild +++ b/dev-python/flask/flask-2.0.1.ebuild @@ -34,7 +34,7 @@ BDEPEND=" >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )" -distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet +distutils_enable_sphinx docs dev-python/pallets-sphinx-themes distutils_enable_tests pytest python_test() { diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild index 662b9a88046..feea1195fdd 100644 --- a/dev-python/flask/flask-9999.ebuild +++ b/dev-python/flask/flask-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${MY_P}" fi @@ -34,7 +34,11 @@ BDEPEND=" >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )" -distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet +distutils_enable_sphinx docs \ + dev-python/pallets-sphinx-themes \ + dev-python/sphinx-issues \ + dev-python/sphinx-tabs \ + dev-python/sphinxcontrib-log_cabinet distutils_enable_tests pytest python_test() {