From 2ce3608b2231d6f0a1f89a426adeac5797f46bc9 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 17 Aug 2022 22:32:12 +0300 Subject: [PATCH] dev-python/sphinx-aiohttp-theme: drop 0.1.6 Signed-off-by: Arthur Zamarin --- .../sphinx-aiohttp-theme-0.1.6.ebuild | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild 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 deleted file mode 100644 index 35d024d5085c7..0000000000000 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -MY_PN="${PN#sphinx-}" -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 ~s390 sparc x86" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"