diff options
Diffstat (limited to 'dev-python/sphinx-aiohttp-theme')
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/Manifest | 4 | ||||
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 11 |
3 files changed, 7 insertions, 9 deletions
diff --git a/dev-python/sphinx-aiohttp-theme/Manifest b/dev-python/sphinx-aiohttp-theme/Manifest index 19e8fdac2c30..adc89c176bca 100644 --- a/dev-python/sphinx-aiohttp-theme/Manifest +++ b/dev-python/sphinx-aiohttp-theme/Manifest @@ -1,3 +1,3 @@ DIST aiohttp-theme-0.1.6.tar.gz 10921 BLAKE2B f1a5a0b82c1a99e0afa2fa118e9b2a13d59d742634c8826c0f67f45bd049c96851f1ac694cb6ebfcee1f66b1e03d445b4a3eef676135076af99a1d30541a0a4e SHA512 58b3b595eed97de546484dae562172c7751a3d4d90a6a1ea885e86a44b78d9017834372179d2881e048c4b2916f2b53d11ddb9368a5474462ac9ef7d75925b7f -EBUILD sphinx-aiohttp-theme-0.1.6.ebuild 602 BLAKE2B d924e84096aca6c4ab6ec44fb97ca4636c2e3e478507ff310cb9cc853dfcb93d81d4457a248f9435103a5ab2b1a1182cc82444ad425efcad9f473a258bf5e2a2 SHA512 3b0b76b9f1a4326179d654b5cd5906d5cca795562d4542d3b77366692e23344514029949a6d82b3e115405ea17b1544070d5c31e71b24e4232dff8972cc83883 -MISC metadata.xml 356 BLAKE2B c6f21942be22de996083446c4cf4d1d188e582ffc7550975b513475021f7097835512409e58eee10f86b205770734c968234d5fc542ec1a622d3883714685824 SHA512 9130b60a4ba5ad45d7bc2ae275485917c365933b215e9551ab000cd5a34a6932a07b02b7513d0890403fbf6a7cd713dd8cfcaaccd1c4819a0a9f15207f062d9a +EBUILD sphinx-aiohttp-theme-0.1.6.ebuild 534 BLAKE2B dd7643deeb214b105119baa25f3c124b4d91b772a99628bc757999e4163d7fb7dd92d22d5eb3c9f09f79784896730746c687852f6716d95bbc891c2d45775d8e SHA512 083b9b30aaafc3d0c29140cbbec386cec0d05e0f3b0e80fa98c9634ab4c9e877d4f1775d377983563aafd6d79b92741912e302eaa1b6a96f94eb4c033cf6804b +MISC metadata.xml 380 BLAKE2B f9161bac35d456128d01040ec0ff42e8f13756f17216d9a16d6f72dfb000c8b4cf1be8b1fac3720f17878ac686c5c95a0b186307a8b46887e81bbe46a51044c3 SHA512 4488ceb6b724d0ac95642b0335673aa959238f13149b788e614adb89d09a39d75ce04f9c1addc1fe72b0c487a97fa6186feec2f669b999517e04163c0d89ac27 diff --git a/dev-python/sphinx-aiohttp-theme/metadata.xml b/dev-python/sphinx-aiohttp-theme/metadata.xml index b7700e6c436f..3855458b104a 100644 --- a/dev-python/sphinx-aiohttp-theme/metadata.xml +++ b/dev-python/sphinx-aiohttp-theme/metadata.xml @@ -4,6 +4,7 @@ <maintainer type="person"> <email>zmedico@gentoo.org</email> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="github">aio-libs/aiohttp-theme</remote-id> <remote-id type="pypi">aiohttp-theme</remote-id> 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}" |