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 DBF4413835B for ; Fri, 28 May 2021 21:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95566E0858; Fri, 28 May 2021 21:48:37 +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 7B039E0858 for ; Fri, 28 May 2021 21:48:37 +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 15C03340EB2 for ; Fri, 28 May 2021 21:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E2C799 for ; Fri, 28 May 2021 21:48:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1622238486.c2239b2d6e274809c28f6b89282166c6ff47a5e9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild X-VCS-Directories: dev-python/sphinx-aiohttp-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2239b2d6e274809c28f6b89282166c6ff47a5e9 X-VCS-Branch: master Date: Fri, 28 May 2021 21:48:34 +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: 25ccc9a3-c51a-498d-83a0-1f08fbca4083 X-Archives-Hash: 3d1201bf1c1cc2e9419618e29cd148db commit: c2239b2d6e274809c28f6b89282166c6ff47a5e9 Author: Zamarin Arthur gmail com> AuthorDate: Fri May 28 15:48:04 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 28 21:48:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2239b2d dev-python/sphinx-aiohttp-theme: bump to python 3.9 Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> .../sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild index 6f7073108dd..f2b632ec308 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -12,14 +13,10 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Sphinx theme for aiohttp" HOMEPAGE="https://github.com/aio-libs/aiohttp-theme" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" -IUSE="" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}"