From 3aeec82be3f0583d0ba5942fff8134efce526cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 17 Jul 2023 19:48:47 +0200 Subject: [PATCH] dev-python/sphinx-epytext: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild deleted file mode 100644 index c0e2425e60a1c..0000000000000 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Sphinx epytext extension" -HOMEPAGE="https://pypi.org/project/sphinx-epytext/ https://github.com/jayvdb/sphinx-epytext" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=">=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]"