diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 22:32:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 22:32:12 +0300 |
commit | 2ce3608b2231d6f0a1f89a426adeac5797f46bc9 (patch) | |
tree | 8c4fed0268f957669995d4a93039dde6b82be31b /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/oslo-serialization: drop 4.3.0 (diff) | |
download | gentoo-2ce3608b2231d6f0a1f89a426adeac5797f46bc9.tar.gz gentoo-2ce3608b2231d6f0a1f89a426adeac5797f46bc9.tar.bz2 gentoo-2ce3608b2231d6f0a1f89a426adeac5797f46bc9.zip |
dev-python/sphinx-aiohttp-theme: drop 0.1.6
Signed-off-by: Arthur Zamarin <arthurzam@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 | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index 35d024d5085c..000000000000 --- 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}]" |