diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-28 18:48:04 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-28 23:48:06 +0200 |
commit | c2239b2d6e274809c28f6b89282166c6ff47a5e9 (patch) | |
tree | ca266404e7cce3f969aae465b226655d93876141 /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/sphinxcontrib-asyncio: Mark ALLARCHES (diff) | |
download | gentoo-c2239b2d6e274809c28f6b89282166c6ff47a5e9.tar.gz gentoo-c2239b2d6e274809c28f6b89282166c6ff47a5e9.tar.bz2 gentoo-c2239b2d6e274809c28f6b89282166c6ff47a5e9.zip |
dev-python/sphinx-aiohttp-theme: bump to python 3.9
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-aiohttp-theme')
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 11 |
1 files 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 6f7073108ddf..f2b632ec308c 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}" |